| Server IP : 216.250.13.251 / Your IP : 216.73.217.37 Web Server : nginx/1.24.0 System : Linux gunay 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : root ( 0) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/gunay/dup-installer/ |
Upload File : |
/* DUPLICATOR-LITE (PHP BUILD MODE) MYSQL SCRIPT CREATED ON : 2021-07-03 05:25:06 */
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
SET FOREIGN_KEY_CHECKS = 0;
CREATE TABLE `wp_679176_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,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_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=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_duplicator_packages` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) NOT NULL,
`hash` varchar(50) NOT NULL,
`status` int(11) NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`owner` varchar(60) NOT NULL,
`package` longtext NOT NULL,
PRIMARY KEY (`id`),
KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_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=InnoDB AUTO_INCREMENT=1503 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_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,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6113 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_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=InnoDB AUTO_INCREMENT=29220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_revslider_css` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`settings` longtext,
`hover` longtext,
`advanced` longtext,
`params` longtext NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=114 DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_css_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`settings` longtext,
`hover` longtext,
`advanced` longtext,
`params` longtext NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_layer_animations` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`params` text NOT NULL,
`settings` text,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_layer_animations_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`params` text NOT NULL,
`settings` text,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_navigations` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`type` varchar(191) NOT NULL,
`css` longtext NOT NULL,
`markup` longtext NOT NULL,
`settings` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_navigations_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`type` varchar(191) NOT NULL,
`css` longtext NOT NULL,
`markup` longtext NOT NULL,
`settings` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_sliders` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`title` tinytext NOT NULL,
`alias` tinytext,
`params` longtext NOT NULL,
`settings` text,
`type` varchar(191) NOT NULL DEFAULT '',
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_sliders_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`title` tinytext NOT NULL,
`alias` tinytext,
`params` longtext NOT NULL,
`settings` text,
`type` varchar(191) NOT NULL DEFAULT '',
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_slides` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_slides_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_static_slides` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_revslider_static_slides_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `wp_679176_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_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=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_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,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_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=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_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,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
CREATE TABLE `wp_679176_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=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/* INSERT TABLE DATA: wp_679176_duplicator_packages */
INSERT INTO `wp_679176_duplicator_packages` VALUES("1", "Gunay_WP_website", "98b8e2f4e711e56d8026_20210630042804", "100", "2021-06-30 04:28:20", "unknown", "O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-06-30 04:28:04\";s:7:\"Version\";s:5:\"1.4.1\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:6:\"5.7.30\";s:10:\"VersionPHP\";s:6:\"7.3.28\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:1;s:4:\"Name\";s:16:\"Gunay_WP_website\";s:4:\"Hash\";s:35:\"98b8e2f4e711e56d8026_20210630042804\";s:8:\"NameHash\";s:52:\"Gunay_WP_website_98b8e2f4e711e56d8026_20210630042804\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:62:\"Gunay_WP_website_98b8e2f4e711e56d8026_20210630042804_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"16.02 sec.\";s:7:\"ExeSize\";s:7:\"64.14KB\";s:7:\"ZipSize\";s:7:\"83.92MB\";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:\"Gunay_WP_website_98b8e2f4e711e56d8026_20210630042804_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:77:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency\";s:4:\"Size\";i:88000045;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:8213;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:86:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-admin\";i:1;s:96:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/uploads\";i:2;s:98:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/languages\";i:3;s:95:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/themes\";i:4;s:89:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:77:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency\";i:1;s:88:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:89:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";s:66:\"Gunay_WP_website_98b8e2f4e711e56d8026_20210630042804_installer.php\";s:4:\"Size\";i:65677;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:3762571;s:4:\"File\";s:65:\"Gunay_WP_website_98b8e2f4e711e56d8026_20210630042804_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:28:\"MySQL Community Server (GPL)\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";s:3:\"PHP\";s:13:\"collationList\";a:2:{i:0;s:22:\"utf8mb4_unicode_520_ci\";i:1;s:15:\"utf8_general_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:1;s:4:\"name\";s:13:\"pmaw_WP679176\";s:15:\"tablesBaseCount\";i:25;s:16:\"tablesFinalCount\";i:25;s:14:\"tablesRowCount\";s:5:\"2,407\";s:16:\"tablesSizeOnDisk\";s:5:\"6.3MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:6:\"5.7.30\";s:14:\"versionComment\";s:28:\"MySQL Community Server (GPL)\";s:18:\"tableWiseRowCounts\";a:25:{s:21:\"wp_679176_commentmeta\";s:1:\"0\";s:18:\"wp_679176_comments\";s:1:\"0\";s:29:\"wp_679176_duplicator_packages\";s:1:\"1\";s:15:\"wp_679176_links\";s:1:\"0\";s:17:\"wp_679176_options\";s:3:\"329\";s:18:\"wp_679176_postmeta\";s:4:\"1351\";s:15:\"wp_679176_posts\";s:3:\"247\";s:23:\"wp_679176_revslider_css\";s:3:\"113\";s:27:\"wp_679176_revslider_css_bkp\";s:2:\"47\";s:36:\"wp_679176_revslider_layer_animations\";s:1:\"0\";s:40:\"wp_679176_revslider_layer_animations_bkp\";s:1:\"0\";s:31:\"wp_679176_revslider_navigations\";s:1:\"0\";s:35:\"wp_679176_revslider_navigations_bkp\";s:1:\"0\";s:27:\"wp_679176_revslider_sliders\";s:1:\"0\";s:31:\"wp_679176_revslider_sliders_bkp\";s:1:\"0\";s:26:\"wp_679176_revslider_slides\";s:1:\"0\";s:30:\"wp_679176_revslider_slides_bkp\";s:1:\"0\";s:33:\"wp_679176_revslider_static_slides\";s:1:\"0\";s:37:\"wp_679176_revslider_static_slides_bkp\";s:1:\"0\";s:28:\"wp_679176_term_relationships\";s:2:\"68\";s:23:\"wp_679176_term_taxonomy\";s:2:\"38\";s:18:\"wp_679176_termmeta\";s:1:\"0\";s:15:\"wp_679176_terms\";s:2:\"38\";s:18:\"wp_679176_usermeta\";s:2:\"42\";s:15:\"wp_679176_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:175:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/backups-dup-lite/tmp/Gunay_WP_website_98b8e2f4e711e56d8026_20210630042804_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:\"2021-06-30 04:28:04\";s:7:\"Version\";s:5:\"1.4.1\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:6:\"5.7.30\";s:10:\"VersionPHP\";s:6:\"7.3.28\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:16:\"Gunay_WP_website\";s:4:\"Hash\";s:35:\"98b8e2f4e711e56d8026_20210630042804\";s:8:\"NameHash\";s:52:\"Gunay_WP_website_98b8e2f4e711e56d8026_20210630042804\";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:149;}}}");
INSERT INTO `wp_679176_duplicator_packages` VALUES("2", "Gunay_WP_website_21", "b622285dfefeeace3559_20210703052447", "21", "2021-07-03 05:25:06", "unknown", "O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-07-03 05:24:47\";s:7:\"Version\";s:5:\"1.4.1\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:6:\"5.7.30\";s:10:\"VersionPHP\";s:6:\"7.3.28\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:2;s:4:\"Name\";s:19:\"Gunay_WP_website_21\";s:4:\"Hash\";s:35:\"b622285dfefeeace3559_20210703052447\";s:8:\"NameHash\";s:55:\"Gunay_WP_website_21_b622285dfefeeace3559_20210703052447\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:65:\"Gunay_WP_website_21_b622285dfefeeace3559_20210703052447_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.8\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":21:{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:67:\"Gunay_WP_website_21_b622285dfefeeace3559_20210703052447_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:77:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency\";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:\"2021-07-03 05:24:47\";s:7:\"Version\";s:5:\"1.4.1\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:6:\"5.7.30\";s:10:\"VersionPHP\";s:6:\"7.3.28\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:19:\"Gunay_WP_website_21\";s:4:\"Hash\";s:35:\"b622285dfefeeace3559_20210703052447\";s:8:\"NameHash\";s:55:\"Gunay_WP_website_21_b622285dfefeeace3559_20210703052447\";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:69:\"Gunay_WP_website_21_b622285dfefeeace3559_20210703052447_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\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";s:68:\"Gunay_WP_website_21_b622285dfefeeace3559_20210703052447_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:28:\"MySQL Community Server (GPL)\";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:1:{s:21:\"wp_679176_commentmeta\";s:1:\"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\";s:178:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/backups-dup-lite/tmp/Gunay_WP_website_21_b622285dfefeeace3559_20210703052447_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: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:5:{i:0;s:86:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-admin\";i:1;s:96:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/uploads\";i:2;s:98:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/languages\";i:3;s:95:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/themes\";i:4;s:89:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:77:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency\";i:1;s:88:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content\";}}s:9:\"Installer\";r:84;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:131;}");
/* INSERT TABLE DATA: wp_679176_options */
INSERT INTO `wp_679176_options` VALUES("1", "siteurl", "http://tempryary.unbegin.agency", "yes");
INSERT INTO `wp_679176_options` VALUES("2", "home", "http://tempryary.unbegin.agency", "yes");
INSERT INTO `wp_679176_options` VALUES("3", "blogname", "GÜNAÝ", "yes");
INSERT INTO `wp_679176_options` VALUES("4", "blogdescription", "Iň oňat içerki önümçilik", "yes");
INSERT INTO `wp_679176_options` VALUES("5", "users_can_register", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("6", "admin_email", "nazar.udeumuradov@yandex.ru", "yes");
INSERT INTO `wp_679176_options` VALUES("7", "start_of_week", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("8", "use_balanceTags", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("9", "use_smilies", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("10", "require_name_email", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("11", "comments_notify", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("12", "posts_per_rss", "10", "yes");
INSERT INTO `wp_679176_options` VALUES("13", "rss_use_excerpt", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("14", "mailserver_url", "mail.example.com", "yes");
INSERT INTO `wp_679176_options` VALUES("15", "mailserver_login", "login@example.com", "yes");
INSERT INTO `wp_679176_options` VALUES("16", "mailserver_pass", "password", "yes");
INSERT INTO `wp_679176_options` VALUES("17", "mailserver_port", "110", "yes");
INSERT INTO `wp_679176_options` VALUES("18", "default_category", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("19", "default_comment_status", "open", "yes");
INSERT INTO `wp_679176_options` VALUES("20", "default_ping_status", "open", "yes");
INSERT INTO `wp_679176_options` VALUES("21", "default_pingback_flag", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("22", "posts_per_page", "10", "yes");
INSERT INTO `wp_679176_options` VALUES("23", "date_format", "d/m/Y", "yes");
INSERT INTO `wp_679176_options` VALUES("24", "time_format", "H:i", "yes");
INSERT INTO `wp_679176_options` VALUES("25", "links_updated_date_format", "F j, Y g:i a", "yes");
INSERT INTO `wp_679176_options` VALUES("26", "comment_moderation", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("27", "moderation_notify", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("28", "permalink_structure", "/%postname%/", "yes");
INSERT INTO `wp_679176_options` VALUES("30", "hack_file", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("31", "blog_charset", "UTF-8", "yes");
INSERT INTO `wp_679176_options` VALUES("32", "moderation_keys", "", "no");
INSERT INTO `wp_679176_options` VALUES("33", "active_plugins", "a:10:{i:0;s:21:\"polylang/polylang.php\";i:1;s:9:\"ccode.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:33:\"duplicate-post/duplicate-post.php\";i:4;s:25:\"duplicator/duplicator.php\";i:5;s:9:\"helad.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:23:\"loco-translate/loco.php\";i:8;s:11:\"mplugin.php\";i:10;s:35:\"rt19-extentions/rt19-extentions.php\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("34", "category_base", "", "yes");
INSERT INTO `wp_679176_options` VALUES("35", "ping_sites", "http://rpc.pingomatic.com/", "yes");
INSERT INTO `wp_679176_options` VALUES("36", "comment_max_links", "2", "yes");
INSERT INTO `wp_679176_options` VALUES("37", "gmt_offset", "", "yes");
INSERT INTO `wp_679176_options` VALUES("38", "default_email_category", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("39", "recently_edited", "", "no");
INSERT INTO `wp_679176_options` VALUES("40", "template", "rttheme19", "yes");
INSERT INTO `wp_679176_options` VALUES("41", "stylesheet", "rttheme19", "yes");
INSERT INTO `wp_679176_options` VALUES("42", "comment_registration", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("43", "html_type", "text/html", "yes");
INSERT INTO `wp_679176_options` VALUES("44", "use_trackback", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("45", "default_role", "subscriber", "yes");
INSERT INTO `wp_679176_options` VALUES("46", "db_version", "49752", "yes");
INSERT INTO `wp_679176_options` VALUES("47", "uploads_use_yearmonth_folders", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("48", "upload_path", "", "yes");
INSERT INTO `wp_679176_options` VALUES("49", "blog_public", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("50", "default_link_category", "2", "yes");
INSERT INTO `wp_679176_options` VALUES("51", "show_on_front", "page", "yes");
INSERT INTO `wp_679176_options` VALUES("52", "tag_base", "", "yes");
INSERT INTO `wp_679176_options` VALUES("53", "show_avatars", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("54", "avatar_rating", "G", "yes");
INSERT INTO `wp_679176_options` VALUES("55", "upload_url_path", "", "yes");
INSERT INTO `wp_679176_options` VALUES("56", "thumbnail_size_w", "150", "yes");
INSERT INTO `wp_679176_options` VALUES("57", "thumbnail_size_h", "150", "yes");
INSERT INTO `wp_679176_options` VALUES("58", "thumbnail_crop", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("59", "medium_size_w", "300", "yes");
INSERT INTO `wp_679176_options` VALUES("60", "medium_size_h", "300", "yes");
INSERT INTO `wp_679176_options` VALUES("61", "avatar_default", "mystery", "yes");
INSERT INTO `wp_679176_options` VALUES("62", "large_size_w", "1024", "yes");
INSERT INTO `wp_679176_options` VALUES("63", "large_size_h", "1024", "yes");
INSERT INTO `wp_679176_options` VALUES("64", "image_default_link_type", "none", "yes");
INSERT INTO `wp_679176_options` VALUES("65", "image_default_size", "", "yes");
INSERT INTO `wp_679176_options` VALUES("66", "image_default_align", "", "yes");
INSERT INTO `wp_679176_options` VALUES("67", "close_comments_for_old_posts", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("68", "close_comments_days_old", "14", "yes");
INSERT INTO `wp_679176_options` VALUES("69", "thread_comments", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("70", "thread_comments_depth", "5", "yes");
INSERT INTO `wp_679176_options` VALUES("71", "page_comments", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("72", "comments_per_page", "50", "yes");
INSERT INTO `wp_679176_options` VALUES("73", "default_comments_page", "newest", "yes");
INSERT INTO `wp_679176_options` VALUES("74", "comment_order", "asc", "yes");
INSERT INTO `wp_679176_options` VALUES("75", "sticky_posts", "a:0:{}", "yes");
INSERT INTO `wp_679176_options` VALUES("77", "widget_text", "a:3:{i:1;a:5:{s:5:\"title\";s:13:\"Günaý HAKDA\";s:4:\"text\";s:448:\"Biziň kompaniýamyz, müşderiniň isleglerini hemişe kanagatlandyryp bilýän, şeýle hem häzirki zaman tehnologiki önümçilik ýörelgelerine esaslanýan gurama hökmünde ýokary hünärli gurama hökmünde Türkmen bazarynda özüni tanatdy.\r\n\r\nAboveokardakylardan başga-da, kompaniýamyz arassalanan ýag, ýakymly tagamly kofe öndürýän zawody, şeýle hem iýmit we ajaýyp tagamly maýonez öndürýän zawody öz içine alýar.\r\n\";s:6:\"filter\";b:1;s:6:\"visual\";b:0;s:8:\"pll_lang\";s:2:\"tm\";}s:12:\"_multiwidget\";i:1;i:3;a:5:{s:5:\"title\";s:24:\"КОМПАНИЯ GÜNAÝ\";s:4:\"text\";s:759:\"Наша компания зарекомендовала себя на рынке Туркменистана как организация, всегда способная удовлетворить потребности своих клиентов, а также как организация, основанная на современных технологических принципах производства.\r\nПомимо перечисленного, наша компания имеет в наличии завод по производству рафинированного масла, кофе с прекраснымвкусом, а также завод по производству пищевых продуктов и майонеза.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"pll_lang\";s:2:\"ru\";}}", "yes");
INSERT INTO `wp_679176_options` VALUES("78", "widget_rss", "a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("79", "uninstall_plugins", "a:1:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}", "no");
INSERT INTO `wp_679176_options` VALUES("80", "timezone_string", "Asia/Ashgabat", "yes");
INSERT INTO `wp_679176_options` VALUES("81", "page_for_posts", "5", "yes");
INSERT INTO `wp_679176_options` VALUES("82", "page_on_front", "4", "yes");
INSERT INTO `wp_679176_options` VALUES("83", "default_post_format", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("84", "link_manager_enabled", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("85", "finished_splitting_shared_terms", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("86", "site_icon", "29054", "yes");
INSERT INTO `wp_679176_options` VALUES("87", "medium_large_size_w", "768", "yes");
INSERT INTO `wp_679176_options` VALUES("88", "medium_large_size_h", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("89", "wp_page_for_privacy_policy", "3", "yes");
INSERT INTO `wp_679176_options` VALUES("90", "show_comments_cookies_opt_in", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("91", "admin_email_lifespan", "1639198549", "yes");
INSERT INTO `wp_679176_options` VALUES("92", "disallowed_keys", "", "no");
INSERT INTO `wp_679176_options` VALUES("93", "comment_previously_approved", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("94", "auto_plugin_theme_update_emails", "a:0:{}", "no");
INSERT INTO `wp_679176_options` VALUES("95", "auto_update_core_dev", "enabled", "yes");
INSERT INTO `wp_679176_options` VALUES("96", "auto_update_core_minor", "enabled", "yes");
INSERT INTO `wp_679176_options` VALUES("97", "auto_update_core_major", "enabled", "yes");
INSERT INTO `wp_679176_options` VALUES("98", "initial_db_version", "49752", "yes");
INSERT INTO `wp_679176_options` VALUES("99", "wp_679176_user_roles", "a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"copy_posts\";b:1;s:10:\"loco_admin\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:10:\"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;}}}", "yes");
INSERT INTO `wp_679176_options` VALUES("100", "fresh_site", "0", "yes");
INSERT INTO `wp_679176_options` VALUES("106", "sidebars_widgets", "a:20:{s:19:\"wp_inactive_widgets\";a:0:{}s:27:\"sidebar-for-footer-column-1\";a:2:{i:0;s:6:\"text-1\";i:1;s:6:\"text-3\";}s:27:\"sidebar-for-footer-column-2\";a:1:{i:0;s:7:\"pages-3\";}s:27:\"sidebar-for-footer-column-3\";a:2:{i:0;s:14:\"contact_info-1\";i:1;s:14:\"contact_info-5\";}s:27:\"sidebar-for-footer-column-4\";a:0:{}s:14:\"common-sidebar\";a:2:{i:0;s:14:\"contact_info-2\";i:1;s:14:\"contact_info-4\";}s:17:\"sidebar-for-pages\";a:0:{}s:22:\"sidebar-for-side-panel\";a:0:{}s:21:\"sidebar-for-portfolio\";a:0:{}s:22:\"sidebar-for-portfolios\";a:0:{}s:20:\"sidebar-all-products\";a:0:{}s:19:\"sidebar-for-product\";a:0:{}s:30:\"sidebar-for-product-categories\";a:0:{}s:16:\"sidebar-for-blog\";a:0:{}s:27:\"sidebar-for-blog-categories\";a:0:{}s:18:\"sidebar-for-single\";a:0:{}s:18:\"sidebar-for-search\";a:0:{}s:19:\"sidebar-for-archive\";a:0:{}s:16:\"sidebar-for-tags\";a:0:{}s:13:\"array_version\";i:3;}", "yes");
INSERT INTO `wp_679176_options` VALUES("107", "cron", "a:8:{i:1625290913;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:1625291712;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:1625291749;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:1625331349;a:4:{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;}}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:1625374549;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:1625547349;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;}}}i:1626238571;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}", "yes");
INSERT INTO `wp_679176_options` VALUES("108", "widget_pages", "a:2:{s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:7:\"8, 4, 5\";}}", "yes");
INSERT INTO `wp_679176_options` VALUES("109", "widget_calendar", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("110", "widget_media_audio", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("111", "widget_media_image", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("112", "widget_media_gallery", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("113", "widget_media_video", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("114", "widget_tag_cloud", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("115", "widget_nav_menu", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("116", "widget_custom_html", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("118", "theme_mods_twentytwentyone", "a:2:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}}", "yes");
INSERT INTO `wp_679176_options` VALUES("119", "recovery_keys", "a:0:{}", "yes");
INSERT INTO `wp_679176_options` VALUES("120", "vod_infomaniak", "a:18:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:8:\"template\";s:7:\"{video}\";s:7:\"stretch\";i:0;s:4:\"loop\";i:0;s:8:\"autoplay\";i:0;s:7:\"privacy\";i:0;s:5:\"wtext\";s:0:\"\";s:6:\"wtitle\";s:0:\"\";s:3:\"tag\";s:3:\"vod\";s:6:\"iframe\";s:2:\"on\";s:18:\"updateFilterFolder\";s:0:\"\";s:17:\"vod_api_connected\";s:3:\"off\";s:21:\"vod_right_integration\";i:1;s:16:\"vod_right_upload\";i:1;s:16:\"vod_right_player\";i:1;s:18:\"vod_right_playlist\";i:1;s:22:\"vod_api_valid_callback\";s:3:\"off\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("121", "wpcaptcha_status", "disabled", "yes");
INSERT INTO `wp_679176_options` VALUES("123", "rsssl_check_redirect_dismissed", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("124", "rsssl_success_message_shown", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("125", "wpcaptcha_login", "", "yes");
INSERT INTO `wp_679176_options` VALUES("126", "wpcaptcha_register", "yes", "yes");
INSERT INTO `wp_679176_options` VALUES("127", "wpcaptcha_lost", "yes", "yes");
INSERT INTO `wp_679176_options` VALUES("128", "wpcaptcha_comments", "yes", "yes");
INSERT INTO `wp_679176_options` VALUES("129", "wpcaptcha_registered", "", "yes");
INSERT INTO `wp_679176_options` VALUES("130", "wpcaptcha_type", "alphanumeric", "yes");
INSERT INTO `wp_679176_options` VALUES("131", "wpcaptcha_letters", "capital", "yes");
INSERT INTO `wp_679176_options` VALUES("132", "wpcaptcha_total_no_of_characters", "3", "yes");
INSERT INTO `wp_679176_options` VALUES("134", "current_theme", "RT-Theme 19", "yes");
INSERT INTO `wp_679176_options` VALUES("135", "theme_switched", "", "yes");
INSERT INTO `wp_679176_options` VALUES("137", "https_detection_errors", "a:0:{}", "yes");
INSERT INTO `wp_679176_options` VALUES("152", "et_core_version", "4.9.2", "yes");
INSERT INTO `wp_679176_options` VALUES("154", "et_divi", "a:98:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:21:\"custom_footer_credits\";s:192:\"Powered by <a href=\'https://wordpress.org\' target=\'_blank\'>WordPress</a> and hosted on <a href=\'https://www.infomaniak.com/en/create-a-website/wordpress-hosting\' target=\'_blank\'>Infomaniak<a/>\";s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:5:\"4.9.2\";s:9:\"divi_logo\";s:68:\"https://tempryary.unbegin.agency/wp-content/uploads/2017/02/Logo.png\";s:12:\"divi_favicon\";s:0:\"\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";s:1:\"9\";s:17:\"divi_catnum_posts\";s:1:\"6\";s:21:\"divi_archivenum_posts\";s:1:\"5\";s:20:\"divi_searchnum_posts\";s:1:\"5\";s:17:\"divi_tagnum_posts\";s:1:\"5\";s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:2:\"on\";s:25:\"divi_disable_translations\";s:5:\"false\";s:15:\"divi_custom_css\";s:0:\"\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";s:1:\"3\";s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";s:1:\"3\";s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:5:\"false\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:22:\"builder_global_presets\";O:8:\"stdClass\":0:{}s:29:\"custom_defaults_migrated_flag\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:31:\"divi_previous_installed_version\";s:0:\"\";s:29:\"divi_latest_installed_version\";s:5:\"4.9.2\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("155", "theme_mods_divi-creative-agency", "a:9:{s:18:\"custom_css_post_id\";i:-1;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:32:\"nav_menu_locations[primary-menu]\";i:5;s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";s:32:\"msw-primary-menu-creative-agency\";}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1623649401;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");
INSERT INTO `wp_679176_options` VALUES("156", "widget_aboutmewidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("157", "widget_adsensewidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("158", "widget_advwidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("159", "et_safe_mode_plugins_allowlist", "a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("161", "et_images_temp_folder", "/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/uploads/et_temp", "yes");
INSERT INTO `wp_679176_options` VALUES("162", "et_schedule_clean_images_last_time", "1623646571", "yes");
INSERT INTO `wp_679176_options` VALUES("163", "et_automatic_updates_options", "a:3:{s:3:\"msf\";i:1;s:8:\"username\";s:10:\"infomaniak\";s:7:\"api_key\";s:40:\"138f1cc01db72d0d493f370fd6cf106b07d0cec3\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("167", "auto_core_update_notified", "a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:27:\"nazar.udeumuradov@yandex.ru\";s:7:\"version\";s:5:\"5.7.2\";s:9:\"timestamp\";i:1623646590;}", "no");
INSERT INTO `wp_679176_options` VALUES("169", "project_category_children", "a:0:{}", "yes");
INSERT INTO `wp_679176_options` VALUES("173", "et_google_api_settings", "a:2:{s:7:\"api_key\";s:39:\"AIzaSyCQAUxzgyd1PuZqS7yYYDWaOo7mpQOBi1E\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("176", "et_pb_builder_options", "a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("177", "rsssl_remaining_tasks", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("187", "duplicate_post_copytitle", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("188", "duplicate_post_copydate", "", "yes");
INSERT INTO `wp_679176_options` VALUES("189", "duplicate_post_copystatus", "", "yes");
INSERT INTO `wp_679176_options` VALUES("190", "duplicate_post_copyslug", "", "yes");
INSERT INTO `wp_679176_options` VALUES("191", "duplicate_post_copyexcerpt", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("192", "duplicate_post_copycontent", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("193", "duplicate_post_copythumbnail", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("194", "duplicate_post_copytemplate", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("195", "duplicate_post_copyformat", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("196", "duplicate_post_copyauthor", "", "yes");
INSERT INTO `wp_679176_options` VALUES("197", "duplicate_post_copypassword", "", "yes");
INSERT INTO `wp_679176_options` VALUES("198", "duplicate_post_copyattachments", "", "yes");
INSERT INTO `wp_679176_options` VALUES("199", "duplicate_post_copychildren", "", "yes");
INSERT INTO `wp_679176_options` VALUES("200", "duplicate_post_copycomments", "", "yes");
INSERT INTO `wp_679176_options` VALUES("201", "duplicate_post_copymenuorder", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("202", "duplicate_post_taxonomies_blacklist", "a:0:{}", "yes");
INSERT INTO `wp_679176_options` VALUES("203", "duplicate_post_blacklist", "", "yes");
INSERT INTO `wp_679176_options` VALUES("204", "duplicate_post_types_enabled", "a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:12:\"vc_grid_item\";i:3;s:9:\"portfolio\";i:4;s:8:\"products\";i:5;s:5:\"staff\";i:6;s:11:\"testimonial\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("205", "duplicate_post_show_original_column", "", "yes");
INSERT INTO `wp_679176_options` VALUES("206", "duplicate_post_show_original_in_post_states", "", "yes");
INSERT INTO `wp_679176_options` VALUES("207", "duplicate_post_show_original_meta_box", "", "yes");
INSERT INTO `wp_679176_options` VALUES("208", "duplicate_post_show_link", "a:3:{s:9:\"new_draft\";s:1:\"1\";s:5:\"clone\";s:1:\"1\";s:17:\"rewrite_republish\";s:1:\"1\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("209", "duplicate_post_show_link_in", "a:4:{s:3:\"row\";s:1:\"1\";s:8:\"adminbar\";s:1:\"1\";s:9:\"submitbox\";s:1:\"1\";s:11:\"bulkactions\";s:1:\"1\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("212", "rsssl_current_version", "4.0.11", "yes");
INSERT INTO `wp_679176_options` VALUES("213", "shop_catalog_image_size", "a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("214", "shop_single_image_size", "a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}", "yes");
INSERT INTO `wp_679176_options` VALUES("215", "shop_thumbnail_image_size", "a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("216", "et_support_site_id", "HZzM*i9dtp2rfkCNX1=q", "yes");
INSERT INTO `wp_679176_options` VALUES("218", "rsssl_activation_timestamp", "1626241315", "yes");
INSERT INTO `wp_679176_options` VALUES("219", "rsssl_before_review_notice_user", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("223", "can_compress_scripts", "0", "no");
INSERT INTO `wp_679176_options` VALUES("224", "recently_activated", "a:2:{s:23:\"revslider/revslider.php\";i:1625029557;s:57:\"google-language-translator/google-language-translator.php\";i:1624486598;}", "yes");
INSERT INTO `wp_679176_options` VALUES("227", "et_bfb_settings", "a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("233", "et_account_status", "active", "no");
INSERT INTO `wp_679176_options` VALUES("237", "finished_updating_comment_type", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("249", "_site_transient_et_update_all_plugins", "O:8:\"stdClass\":3:{s:7:\"checked\";a:2:{s:41:\"wordpress-importer/wordpress-importer.php\";s:3:\"0.7\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"4.1.2\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1623649395;}", "no");
INSERT INTO `wp_679176_options` VALUES("251", "_site_transient_et_update_themes", "O:8:\"stdClass\":3:{s:7:\"checked\";a:5:{s:4:\"Divi\";s:5:\"4.9.2\";s:20:\"divi-creative-agency\";s:5:\"1.0.0\";s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:4:{s:11:\"new_version\";s:5:\"4.9.6\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:144:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=138f1cc01db72d0d493f370fd6cf106b07d0cec3&username=infomaniak\";}}s:12:\"last_checked\";i:1623649396;}", "no");
INSERT INTO `wp_679176_options` VALUES("253", "theme_mods_twentynineteen", "a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";s:32:\"msw-primary-menu-creative-agency\";}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1623649966;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");
INSERT INTO `wp_679176_options` VALUES("258", "theme_mods_rttheme19", "a:471:{i:0;b:0;s:18:\"nav_menu_locations\";a:5:{s:24:\"rt-theme-main-navigation\";i:55;s:26:\"rt-theme-footer-navigation\";i:11;s:26:\"rt-theme-mobile-navigation\";i:0;s:24:\"rt-theme-side-navigation\";i:55;s:31:\"rt-theme-second-main-navigation\";i:27;}s:22:\"rttheme19_optimize_css\";s:1:\"1\";s:21:\"rttheme19_optimize_js\";s:1:\"1\";s:19:\"rttheme19_blog_page\";s:1:\"5\";s:22:\"rttheme19_product_list\";s:1:\"7\";s:20:\"rttheme19_portf_page\";s:1:\"6\";s:20:\"rttheme19_staff_page\";s:4:\"2576\";s:25:\"rttheme19_shop_start_page\";s:1:\"0\";s:34:\"rttheme19_default_sidebar_position\";s:0:\"\";s:27:\"rttheme19_sidebar_blog_cats\";s:0:\"\";s:32:\"rttheme19_sidebar_portfolio_cats\";s:0:\"\";s:30:\"rttheme19_sidebar_product_cats\";s:0:\"\";s:26:\"rttheme19_sidebar_woo_cats\";s:0:\"\";s:29:\"rttheme19_allow_page_comments\";i:0;s:29:\"rttheme19_page_loading_effect\";s:1:\"1\";s:29:\"rttheme19_page_leaving_effect\";b:1;s:23:\"rttheme19_go_top_button\";b:1;s:24:\"rttheme19_google_api_key\";s:39:\"AIzaSyAr7kId17b52orA6mKrWPCCBfcJ25l0oBY\";s:26:\"rttheme19_portfolio_layout\";s:3:\"1/3\";s:32:\"rttheme19_portfolio_layout_style\";s:4:\"grid\";s:30:\"rttheme19_portfolio_item_style\";s:7:\"style-1\";s:21:\"rttheme19_portf_pager\";s:1:\"9\";s:28:\"rttheme19_portf_list_orderby\";s:4:\"date\";s:26:\"rttheme19_portf_list_order\";s:4:\"DESC\";s:32:\"rttheme19_portfolio_image_resize\";s:4:\"true\";s:31:\"rttheme19_portfolio_image_width\";s:3:\"490\";s:32:\"rttheme19_portfolio_image_height\";s:3:\"490\";s:30:\"rttheme19_portfolio_image_crop\";s:1:\"1\";s:28:\"rttheme19_portfolio_comments\";s:0:\"\";s:24:\"rttheme19_product_layout\";s:3:\"1/3\";s:30:\"rttheme19_product_layout_style\";s:4:\"grid\";s:28:\"rttheme19_product_list_pager\";s:1:\"9\";s:30:\"rttheme19_product_list_orderby\";s:4:\"date\";s:28:\"rttheme19_product_list_order\";s:4:\"DESC\";s:36:\"rttheme19_hide_current_category_desc\";s:5:\"false\";s:26:\"rttheme19_category_display\";s:15:\"categories_only\";s:39:\"rttheme19_product_category_layout_style\";s:4:\"grid\";s:33:\"rttheme19_product_category_layout\";s:3:\"1/3\";s:39:\"rttheme19_product_category_list_orderby\";s:4:\"name\";s:37:\"rttheme19_product_category_list_order\";s:3:\"ASC\";s:37:\"rttheme19_product_category_show_names\";s:4:\"true\";s:36:\"rttheme19_product_category_show_desc\";s:4:\"true\";s:38:\"rttheme19_product_category_show_thumbs\";s:4:\"true\";s:31:\"rttheme19_product_category_crop\";s:4:\"true\";s:39:\"rttheme19_product_category_image_height\";i:240;s:18:\"rttheme19_currency\";s:1:\"$\";s:27:\"rttheme19_currency_location\";s:6:\"before\";s:28:\"rttheme19_show_price_in_list\";s:5:\"false\";s:29:\"rttheme19_show_price_in_pages\";s:5:\"false\";s:30:\"rttheme19_product_image_resize\";s:4:\"true\";s:29:\"rttheme19_product_image_width\";i:0;s:30:\"rttheme19_product_image_height\";i:0;s:28:\"rttheme19_product_image_crop\";s:0:\"\";s:31:\"rttheme19_product_content_width\";s:3:\"1/1\";s:31:\"rttheme19_product_content_style\";s:1:\"1\";s:36:\"rttheme19_hide_product_share_buttons\";s:0:\"\";s:32:\"rttheme19_related_product_layout\";s:3:\"1/2\";s:36:\"rttheme19_related_product_image_crop\";s:0:\"\";s:21:\"rttheme19_blog_layout\";s:3:\"1/2\";s:27:\"rttheme19_blog_layout_style\";s:7:\"masonry\";s:22:\"rttheme19_use_lightbox\";s:2:\"on\";s:27:\"rttheme19_blog_image_resize\";s:4:\"true\";s:26:\"rttheme19_blog_image_width\";i:0;s:27:\"rttheme19_blog_image_height\";i:0;s:25:\"rttheme19_blog_image_crop\";s:0:\"\";s:22:\"rttheme19_use_excerpts\";s:2:\"on\";s:21:\"rttheme19_show_author\";s:2:\"on\";s:25:\"rttheme19_show_categories\";s:2:\"on\";s:30:\"rttheme19_show_comment_numbers\";s:0:\"\";s:19:\"rttheme19_show_date\";s:2:\"on\";s:28:\"rttheme19_show_author_single\";s:2:\"on\";s:32:\"rttheme19_show_categories_single\";s:2:\"on\";s:26:\"rttheme19_show_date_single\";s:2:\"on\";s:24:\"rttheme19_blog_page_name\";s:5:\"Blog \";s:26:\"rttheme19_show_author_info\";s:2:\"on\";s:28:\"rttheme19_hide_share_buttons\";s:0:\"\";s:17:\"rttheme19_android\";s:0:\"\";s:22:\"rttheme19_android_text\";s:0:\"\";s:24:\"rttheme19_android_target\";s:0:\"\";s:18:\"rttheme19_macstore\";s:0:\"\";s:23:\"rttheme19_macstore_text\";s:0:\"\";s:25:\"rttheme19_macstore_target\";s:0:\"\";s:17:\"rttheme19_behance\";s:0:\"\";s:22:\"rttheme19_behance_text\";s:0:\"\";s:24:\"rttheme19_behance_target\";s:0:\"\";s:19:\"rttheme19_delicious\";s:0:\"\";s:24:\"rttheme19_delicious_text\";s:0:\"\";s:26:\"rttheme19_delicious_target\";s:0:\"\";s:14:\"rttheme19_digg\";s:0:\"\";s:19:\"rttheme19_digg_text\";s:0:\"\";s:21:\"rttheme19_digg_target\";s:0:\"\";s:18:\"rttheme19_dribbble\";s:0:\"\";s:23:\"rttheme19_dribbble_text\";s:0:\"\";s:25:\"rttheme19_dribbble_target\";s:0:\"\";s:17:\"rttheme19_dropbox\";s:0:\"\";s:22:\"rttheme19_dropbox_text\";s:0:\"\";s:24:\"rttheme19_dropbox_target\";s:0:\"\";s:14:\"rttheme19_mail\";s:0:\"\";s:19:\"rttheme19_mail_text\";s:0:\"\";s:21:\"rttheme19_mail_target\";s:0:\"\";s:18:\"rttheme19_evernote\";s:0:\"\";s:23:\"rttheme19_evernote_text\";s:0:\"\";s:25:\"rttheme19_evernote_target\";s:0:\"\";s:18:\"rttheme19_facebook\";s:1:\"#\";s:23:\"rttheme19_facebook_text\";s:21:\"Follow Us On Facebook\";s:25:\"rttheme19_facebook_target\";s:0:\"\";s:16:\"rttheme19_flattr\";s:0:\"\";s:21:\"rttheme19_flattr_text\";s:0:\"\";s:23:\"rttheme19_flattr_target\";s:0:\"\";s:16:\"rttheme19_flickr\";s:0:\"\";s:21:\"rttheme19_flickr_text\";s:0:\"\";s:23:\"rttheme19_flickr_target\";s:0:\"\";s:16:\"rttheme19_forrst\";s:0:\"\";s:21:\"rttheme19_forrst_text\";s:0:\"\";s:23:\"rttheme19_forrst_target\";s:0:\"\";s:20:\"rttheme19_foursquare\";s:0:\"\";s:25:\"rttheme19_foursquare_text\";s:0:\"\";s:27:\"rttheme19_foursquare_target\";s:0:\"\";s:16:\"rttheme19_github\";s:0:\"\";s:21:\"rttheme19_github_text\";s:0:\"\";s:23:\"rttheme19_github_target\";s:0:\"\";s:15:\"rttheme19_gplus\";s:1:\"#\";s:20:\"rttheme19_gplus_text\";s:20:\"Follow Us On Google+\";s:22:\"rttheme19_gplus_target\";s:0:\"\";s:19:\"rttheme19_instagram\";s:0:\"\";s:24:\"rttheme19_instagram_text\";s:0:\"\";s:26:\"rttheme19_instagram_target\";s:0:\"\";s:16:\"rttheme19_lastfm\";s:0:\"\";s:21:\"rttheme19_lastfm_text\";s:0:\"\";s:23:\"rttheme19_lastfm_target\";s:0:\"\";s:18:\"rttheme19_linkedin\";s:1:\"#\";s:23:\"rttheme19_linkedin_text\";s:20:\"Career Opportunities\";s:25:\"rttheme19_linkedin_target\";s:0:\"\";s:17:\"rttheme19_myspace\";s:0:\"\";s:22:\"rttheme19_myspace_text\";s:0:\"\";s:24:\"rttheme19_myspace_target\";s:0:\"\";s:23:\"rttheme19_odnoklassniki\";s:0:\"\";s:28:\"rttheme19_odnoklassniki_text\";s:0:\"\";s:30:\"rttheme19_odnoklassniki_target\";s:0:\"\";s:16:\"rttheme19_paypal\";s:0:\"\";s:21:\"rttheme19_paypal_text\";s:0:\"\";s:23:\"rttheme19_paypal_target\";s:0:\"\";s:16:\"rttheme19_picasa\";s:0:\"\";s:21:\"rttheme19_picasa_text\";s:0:\"\";s:23:\"rttheme19_picasa_target\";s:0:\"\";s:19:\"rttheme19_pinterest\";s:0:\"\";s:24:\"rttheme19_pinterest_text\";s:0:\"\";s:26:\"rttheme19_pinterest_target\";s:0:\"\";s:13:\"rttheme19_rss\";s:0:\"\";s:18:\"rttheme19_rss_text\";s:0:\"\";s:20:\"rttheme19_rss_target\";s:0:\"\";s:16:\"rttheme19_reddit\";s:0:\"\";s:21:\"rttheme19_reddit_text\";s:0:\"\";s:23:\"rttheme19_reddit_target\";s:0:\"\";s:15:\"rttheme19_skype\";s:1:\"#\";s:20:\"rttheme19_skype_text\";s:17:\"Call Us via Skype\";s:22:\"rttheme19_skype_target\";s:0:\"\";s:20:\"rttheme19_slideshare\";s:0:\"\";s:25:\"rttheme19_slideshare_text\";s:0:\"\";s:27:\"rttheme19_slideshare_target\";s:0:\"\";s:20:\"rttheme19_soundcloud\";s:0:\"\";s:25:\"rttheme19_soundcloud_text\";s:0:\"\";s:27:\"rttheme19_soundcloud_target\";s:0:\"\";s:17:\"rttheme19_spotify\";s:0:\"\";s:22:\"rttheme19_spotify_text\";s:0:\"\";s:24:\"rttheme19_spotify_target\";s:0:\"\";s:23:\"rttheme19_stackoverflow\";s:0:\"\";s:28:\"rttheme19_stackoverflow_text\";s:0:\"\";s:30:\"rttheme19_stackoverflow_target\";s:0:\"\";s:21:\"rttheme19_stumbleupon\";s:0:\"\";s:26:\"rttheme19_stumbleupon_text\";s:0:\"\";s:28:\"rttheme19_stumbleupon_target\";s:0:\"\";s:18:\"rttheme19_telegram\";s:0:\"\";s:23:\"rttheme19_telegram_text\";s:0:\"\";s:25:\"rttheme19_telegram_target\";s:0:\"\";s:16:\"rttheme19_tumblr\";s:0:\"\";s:21:\"rttheme19_tumblr_text\";s:0:\"\";s:23:\"rttheme19_tumblr_target\";s:0:\"\";s:17:\"rttheme19_twitter\";s:1:\"#\";s:22:\"rttheme19_twitter_text\";s:20:\"Follow Us On Twitter\";s:24:\"rttheme19_twitter_target\";s:0:\"\";s:15:\"rttheme19_vimeo\";s:0:\"\";s:20:\"rttheme19_vimeo_text\";s:0:\"\";s:22:\"rttheme19_vimeo_target\";s:0:\"\";s:19:\"rttheme19_vkontakte\";s:0:\"\";s:24:\"rttheme19_vkontakte_text\";s:0:\"\";s:26:\"rttheme19_vkontakte_target\";s:0:\"\";s:20:\"rttheme19_sina-weibo\";s:0:\"\";s:25:\"rttheme19_sina-weibo_text\";s:0:\"\";s:27:\"rttheme19_sina-weibo_target\";s:0:\"\";s:18:\"rttheme19_whatsapp\";s:0:\"\";s:23:\"rttheme19_whatsapp_text\";s:0:\"\";s:25:\"rttheme19_whatsapp_target\";s:0:\"\";s:14:\"rttheme19_xing\";s:0:\"\";s:19:\"rttheme19_xing_text\";s:0:\"\";s:21:\"rttheme19_xing_target\";s:0:\"\";s:22:\"rttheme19_youtube-play\";s:1:\"#\";s:27:\"rttheme19_youtube-play_text\";s:21:\"Subscribe Our Channel\";s:29:\"rttheme19_youtube-play_target\";s:0:\"\";s:14:\"rttheme19_ebay\";s:0:\"\";s:19:\"rttheme19_ebay_text\";s:0:\"\";s:21:\"rttheme19_ebay_target\";s:0:\"\";s:16:\"rttheme19_layout\";s:7:\"layout1\";s:35:\"rttheme19_default_content_row_width\";s:7:\"default\";s:35:\"rttheme19_default_content_alignment\";s:7:\"default\";s:29:\"rttheme19_overlapped_firt_row\";s:4:\"true\";s:30:\"rttheme19_background_video_mp4\";s:0:\"\";s:31:\"rttheme19_background_video_webm\";s:0:\"\";s:31:\"rttheme19_body_background_color\";s:7:\"#cccccc\";s:35:\"rttheme19_body_background_image_url\";s:0:\"\";s:34:\"rttheme19_body_background_position\";s:0:\"\";s:36:\"rttheme19_body_background_attachment\";s:6:\"scroll\";s:32:\"rttheme19_body_background_repeat\";s:6:\"repeat\";s:30:\"rttheme19_body_background_size\";s:9:\"auto auto\";s:43:\"rttheme19_body_background_attachment_mobile\";s:5:\"fixed\";s:25:\"rttheme19_body_margin_top\";s:0:\"\";s:28:\"rttheme19_body_margin_bottom\";s:0:\"\";s:26:\"rttheme19_left_side_shadow\";b:1;s:25:\"rttheme19_left_side_width\";i:30;s:33:\"rttheme19_left_side_content_align\";s:7:\"default\";s:26:\"rttheme19_left_top_padding\";s:2:\"50\";s:31:\"rttheme19_left_background_color\";s:7:\"#222222\";s:35:\"rttheme19_left_background_image_url\";s:69:\"http://tempryary.unbegin.agency/wp-content/uploads/2021/06/oil-bg.jpg\";s:41:\"rttheme19_left_background_parallax_effect\";b:0;s:34:\"rttheme19_left_background_position\";s:11:\"left bottom\";s:32:\"rttheme19_left_background_repeat\";s:9:\"no-repeat\";s:30:\"rttheme19_left_background_size\";s:5:\"cover\";s:27:\"rttheme19_right_top_padding\";s:2:\"50\";s:32:\"rttheme19_right_background_color\";s:0:\"\";s:36:\"rttheme19_right_background_image_url\";s:0:\"\";s:35:\"rttheme19_right_background_position\";s:0:\"\";s:37:\"rttheme19_right_background_attachment\";s:6:\"scroll\";s:33:\"rttheme19_right_background_repeat\";s:6:\"repeat\";s:31:\"rttheme19_right_background_size\";s:9:\"auto auto\";s:23:\"rttheme19_sticky_header\";s:0:\"\";s:27:\"rttheme19_overlapped_header\";b:0;s:28:\"rttheme19_main_header_height\";i:100;s:33:\"rttheme19_main_header_padding_top\";i:40;s:36:\"rttheme19_main_header_padding_bottom\";i:40;s:33:\"rttheme19_main_header_border_size\";i:0;s:34:\"rttheme19_main_header_border_color\";s:0:\"\";s:42:\"rttheme19_main_header_element_border_color\";s:0:\"\";s:42:\"rttheme19_main_header_row_background_width\";s:9:\"fullwidth\";s:39:\"rttheme19_main_header_row_content_width\";s:7:\"default\";s:34:\"rttheme19_main_header_row_bg_color\";s:7:\"#2a2a2a\";s:34:\"rttheme19_main_header_row_bg_image\";s:0:\"\";s:37:\"rttheme19_main_header_row_bg_position\";s:0:\"\";s:39:\"rttheme19_main_header_row_bg_attachment\";s:6:\"scroll\";s:41:\"rttheme19_main_header_row_bg_image_repeat\";s:6:\"repeat\";s:33:\"rttheme19_main_header_row_bg_size\";s:9:\"auto auto\";s:32:\"rttheme19_sticky_header_bg_color\";s:0:\"\";s:35:\"rttheme19_header_widgets_font_color\";s:7:\"#ffffff\";s:26:\"rttheme19_sub_header_style\";s:0:\"\";s:25:\"rttheme19_hide_page_title\";s:0:\"\";s:30:\"rttheme19_hide_breadcrumb_menu\";s:0:\"\";s:28:\"rttheme19_header_padding_top\";i:50;s:31:\"rttheme19_header_padding_bottom\";i:70;s:24:\"rttheme19_header_shadows\";s:0:\"\";s:37:\"rttheme19_header_row_background_width\";s:9:\"fullwidth\";s:31:\"rttheme19_header_row_font_color\";s:7:\"#555555\";s:29:\"rttheme19_header_row_bg_color\";s:24:\"rgba(255, 255, 255, 0.3)\";s:29:\"rttheme19_header_row_bg_image\";s:0:\"\";s:30:\"rttheme19_header_row_bg_effect\";s:8:\"fulwidth\";s:32:\"rttheme19_header_row_bg_position\";s:0:\"\";s:34:\"rttheme19_header_row_bg_attachment\";s:6:\"scroll\";s:36:\"rttheme19_header_row_bg_image_repeat\";s:6:\"repeat\";s:28:\"rttheme19_header_row_bg_size\";s:9:\"auto auto\";s:31:\"rttheme19_breadcrumb_font_color\";s:4:\"#999\";s:31:\"rttheme19_breadcrumb_link_color\";s:4:\"#777\";s:29:\"rttheme19_breadcrumb_bg_color\";s:24:\"rgba(255, 255, 255, 0.5)\";s:24:\"rttheme19_logo_box_width\";i:300;s:25:\"rttheme19_logo_box_height\";s:3:\"200\";s:24:\"rttheme19_logo_padding_t\";s:2:\"40\";s:24:\"rttheme19_logo_padding_b\";s:2:\"40\";s:24:\"rttheme19_logo_padding_l\";s:2:\"20\";s:24:\"rttheme19_logo_padding_r\";s:2:\"20\";s:31:\"rttheme19_logo_background_color\";s:21:\"rgba( 0, 0, 0, 0.65 )\";s:34:\"rttheme19_logo_bottom_border_color\";s:7:\"#2F2F2F\";s:25:\"rttheme19_logo_font_color\";s:7:\"#ffffff\";s:38:\"rttheme19_logo_background_color_mobile\";s:21:\"rgba( 0, 0, 0, 0.65 )\";s:41:\"rttheme19_logo_bottom_border_color_mobile\";s:7:\"#2F2F2F\";s:32:\"rttheme19_logo_font_color_mobile\";s:4:\"#fff\";s:35:\"rttheme19_nav_item_vertical_padding\";s:2:\"10\";s:42:\"rttheme19_nav_item_vertical_padding_sticky\";i:10;s:37:\"rttheme19_nav_item_horizontal_padding\";i:20;s:35:\"rttheme19_nav_item_background_color\";s:15:\"rgba(0,0,0,0.9)\";s:29:\"rttheme19_nav_item_font_color\";s:7:\"#ffffff\";s:31:\"rttheme19_nav_item_border_color\";s:7:\"#2F2F2F\";s:42:\"rttheme19_nav_item_background_color_active\";s:7:\"#181818\";s:36:\"rttheme19_nav_item_font_color_active\";s:7:\"#ffffff\";s:41:\"rttheme19_nav_item_indicator_color_active\";s:7:\"#2F2F2F\";s:39:\"rttheme19_sub_nav_item_vertical_padding\";i:10;s:41:\"rttheme19_sub_nav_item_horizontal_padding\";i:20;s:39:\"rttheme19_sub_nav_item_background_color\";s:7:\"#2F2F2F\";s:33:\"rttheme19_sub_nav_item_font_color\";s:7:\"#aeaeae\";s:35:\"rttheme19_sub_nav_item_border_color\";s:7:\"#3a3a3a\";s:46:\"rttheme19_sub_nav_item_background_color_active\";s:7:\"#2a2a2a\";s:40:\"rttheme19_sub_nav_item_font_color_active\";s:7:\"#cacaca\";s:45:\"rttheme19_sub_nav_item_indicator_color_active\";s:7:\"#3d3d3d\";s:31:\"rttheme19_mobile_nav_font_color\";s:7:\"#dddddd\";s:38:\"rttheme19_mobile_nav_font_color_active\";s:7:\"#777777\";s:37:\"rttheme19_mobile_nav_background_color\";s:7:\"#2a2a2a\";s:33:\"rttheme19_mobile_nav_border_color\";s:0:\"\";s:40:\"rttheme19_mobile_nav_active_border_color\";s:0:\"\";s:23:\"rttheme19_top_bar_width\";s:9:\"fullwidth\";s:31:\"rttheme19_top_bar_content_width\";s:7:\"default\";s:25:\"rttheme19_topbar_bg_color\";s:7:\"#151515\";s:27:\"rttheme19_topbar_font_color\";s:7:\"#ffffff\";s:27:\"rttheme19_topbar_link_color\";s:7:\"#ffffff\";s:33:\"rttheme19_topbar_link_hover_color\";s:7:\"#e6aa21\";s:29:\"rttheme19_topbar_border_color\";s:7:\"#333333\";s:36:\"rttheme19_topbar_bottom_border_color\";s:7:\"#333333\";s:35:\"rttheme19_top_shortcut_buttons_user\";s:2:\"on\";s:35:\"rttheme19_top_shortcut_buttons_cart\";s:2:\"on\";s:35:\"rttheme19_top_shortcut_buttons_wpml\";s:2:\"on\";s:36:\"rttheme19_top_shortcut_buttons_serch\";s:2:\"on\";s:47:\"rttheme19_top_shortcut_buttons_background_color\";s:7:\"#151515\";s:43:\"rttheme19_top_shortcut_buttons_border_color\";s:7:\"#2F2F2F\";s:41:\"rttheme19_top_shortcut_buttons_font_color\";s:4:\"#fff\";s:47:\"rttheme19_top_shortcut_buttons_content_bg_color\";s:7:\"#151515\";s:51:\"rttheme19_top_shortcut_buttons_content_border_color\";s:7:\"#2F2F2F\";s:49:\"rttheme19_top_shortcut_buttons_content_font_color\";s:4:\"#fff\";s:25:\"rttheme19_show_side_panel\";s:2:\"on\";s:32:\"rttheme19_hide_side_panel_mobile\";s:0:\"\";s:33:\"rttheme19_hide_side_panel_desktop\";s:0:\"\";s:34:\"rttheme19_side_panel_primary_color\";s:7:\"#e6aa21\";s:29:\"rttheme19_side_panel_bg_color\";s:7:\"#222222\";s:31:\"rttheme19_side_panel_font_color\";s:4:\"#fff\";s:41:\"rttheme19_side_panel_secondary_font_color\";s:7:\"#888888\";s:37:\"rttheme19_side_panel_light_text_color\";s:4:\"#fff\";s:31:\"rttheme19_side_panel_link_color\";s:4:\"#fff\";s:34:\"rttheme19_side_panel_heading_color\";s:4:\"#fff\";s:33:\"rttheme19_side_panel_border_color\";s:7:\"#3D3D3D\";s:41:\"rttheme19_side_panel_form_button_bg_color\";s:7:\"#2f2f2f\";s:42:\"rttheme19_side_panel_social_media_bg_color\";s:7:\"#2f2f2f\";s:31:\"rttheme19_default_primary_color\";s:7:\"#ffb100\";s:26:\"rttheme19_default_bg_color\";s:4:\"#fff\";s:28:\"rttheme19_default_font_color\";s:4:\"#666\";s:38:\"rttheme19_default_secondary_font_color\";s:7:\"#999999\";s:34:\"rttheme19_default_light_text_color\";s:4:\"#fff\";s:28:\"rttheme19_default_link_color\";s:7:\"#e6aa21\";s:31:\"rttheme19_default_heading_color\";s:4:\"#222\";s:30:\"rttheme19_default_border_color\";s:7:\"#E8E8E8\";s:38:\"rttheme19_default_form_button_bg_color\";s:4:\"#bbb\";s:39:\"rttheme19_default_social_media_bg_color\";s:4:\"#bbb\";s:35:\"rttheme19_alt_style_1_primary_color\";s:7:\"#e6aa21\";s:30:\"rttheme19_alt_style_1_bg_color\";s:7:\"#f4f4f4\";s:32:\"rttheme19_alt_style_1_font_color\";s:4:\"#666\";s:42:\"rttheme19_alt_style_1_secondary_font_color\";s:7:\"#999999\";s:38:\"rttheme19_alt_style_1_light_text_color\";s:4:\"#fff\";s:32:\"rttheme19_alt_style_1_link_color\";s:7:\"#e6aa21\";s:35:\"rttheme19_alt_style_1_heading_color\";s:4:\"#222\";s:34:\"rttheme19_alt_style_1_border_color\";s:7:\"#e1e1e1\";s:42:\"rttheme19_alt_style_1_form_button_bg_color\";s:4:\"#bbb\";s:43:\"rttheme19_alt_style_1_social_media_bg_color\";s:4:\"#bbb\";s:35:\"rttheme19_alt_style_2_primary_color\";s:7:\"#C59600\";s:30:\"rttheme19_alt_style_2_bg_color\";s:7:\"#e1af00\";s:32:\"rttheme19_alt_style_2_font_color\";s:4:\"#fff\";s:42:\"rttheme19_alt_style_2_secondary_font_color\";s:7:\"#FFEAA9\";s:38:\"rttheme19_alt_style_2_light_text_color\";s:4:\"#fff\";s:32:\"rttheme19_alt_style_2_link_color\";s:4:\"#fff\";s:35:\"rttheme19_alt_style_2_heading_color\";s:4:\"#fff\";s:34:\"rttheme19_alt_style_2_border_color\";s:7:\"#FED861\";s:42:\"rttheme19_alt_style_2_form_button_bg_color\";s:7:\"#FFEFBA\";s:43:\"rttheme19_alt_style_2_social_media_bg_color\";s:4:\"#bbb\";s:35:\"rttheme19_light_style_primary_color\";s:21:\"rgba(255,255,255,0.2)\";s:30:\"rttheme19_light_style_bg_color\";s:7:\"#1e1e1e\";s:32:\"rttheme19_light_style_font_color\";s:4:\"#fff\";s:42:\"rttheme19_light_style_secondary_font_color\";s:4:\"#fff\";s:38:\"rttheme19_light_style_light_text_color\";s:4:\"#fff\";s:32:\"rttheme19_light_style_link_color\";s:4:\"#fff\";s:35:\"rttheme19_light_style_heading_color\";s:4:\"#fff\";s:34:\"rttheme19_light_style_border_color\";s:25:\"rgba(255, 255, 255, 0.17)\";s:42:\"rttheme19_light_style_form_button_bg_color\";s:22:\"rgba(55, 55, 55, 0.78)\";s:43:\"rttheme19_light_style_social_media_bg_color\";s:4:\"#bbb\";s:26:\"rttheme19_shortcut_buttons\";s:9:\"after_nav\";s:31:\"rttheme19_widgets_primary_color\";s:7:\"#e6aa21\";s:26:\"rttheme19_widgets_bg_color\";s:15:\"rgba(0,0,0,0.8)\";s:28:\"rttheme19_widgets_font_color\";s:4:\"#fff\";s:38:\"rttheme19_widgets_secondary_font_color\";s:7:\"#888888\";s:34:\"rttheme19_widgets_light_text_color\";s:4:\"#fff\";s:28:\"rttheme19_widgets_link_color\";s:4:\"#fff\";s:31:\"rttheme19_widgets_heading_color\";s:4:\"#fff\";s:30:\"rttheme19_widgets_border_color\";s:7:\"#3D3D3D\";s:38:\"rttheme19_widgets_form_button_bg_color\";s:7:\"#2f2f2f\";s:39:\"rttheme19_widgets_social_media_bg_color\";s:7:\"#2f2f2f\";s:30:\"rttheme19_footer_widget_layout\";s:1:\"3\";s:33:\"rttheme19_footer_background_width\";s:7:\"default\";s:30:\"rttheme19_footer_content_width\";s:7:\"default\";s:23:\"rttheme19_footer_sticky\";s:12:\"fixed_footer\";s:30:\"rttheme19_footer_primary_color\";s:21:\"rgba(255,255,255,0.2)\";s:25:\"rttheme19_footer_bg_color\";s:7:\"#2a2a2a\";s:27:\"rttheme19_footer_font_color\";s:7:\"#707070\";s:37:\"rttheme19_footer_secondary_font_color\";s:7:\"#eaeaea\";s:33:\"rttheme19_footer_light_text_color\";s:7:\"#ffffff\";s:27:\"rttheme19_footer_link_color\";s:7:\"#aeaeae\";s:30:\"rttheme19_footer_heading_color\";s:7:\"#cccccc\";s:29:\"rttheme19_footer_border_color\";s:7:\"#3c3c3c\";s:37:\"rttheme19_footer_form_button_bg_color\";s:7:\"#444444\";s:38:\"rttheme19_footer_social_media_bg_color\";s:7:\"#393939\";s:19:\"rttheme19_body_font\";s:23:\"google||Source Sans Pro\";s:26:\"rttheme19_body_font_subset\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:27:\"rttheme19_body_font_variant\";s:7:\"regular\";s:24:\"rttheme19_body_font_size\";s:2:\"15\";s:22:\"rttheme19_heading_font\";s:14:\"google||Roboto\";s:29:\"rttheme19_heading_font_subset\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:30:\"rttheme19_heading_font_variant\";s:3:\"300\";s:22:\"rttheme19_h1_font_size\";s:2:\"44\";s:22:\"rttheme19_h2_font_size\";s:2:\"30\";s:22:\"rttheme19_h3_font_size\";s:2:\"26\";s:22:\"rttheme19_h4_font_size\";s:2:\"24\";s:22:\"rttheme19_h5_font_size\";s:2:\"22\";s:22:\"rttheme19_h6_font_size\";s:2:\"20\";s:19:\"rttheme19_menu_font\";s:24:\"google||Roboto Condensed\";s:26:\"rttheme19_menu_font_subset\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:27:\"rttheme19_menu_font_variant\";s:7:\"regular\";s:24:\"rttheme19_menu_font_size\";s:2:\"16\";s:31:\"rttheme19_mobile_menu_font_size\";s:2:\"14\";s:23:\"rttheme19_sub_menu_font\";s:24:\"google||Roboto Condensed\";s:30:\"rttheme19_sub_menu_font_subset\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:31:\"rttheme19_sub_menu_font_variant\";s:7:\"regular\";s:28:\"rttheme19_menu_sub_font_size\";s:2:\"16\";s:35:\"rttheme19_mobile_menu_sub_font_size\";s:2:\"14\";s:36:\"rttheme19_sub_page_header_title_font\";s:7:\"heading\";s:41:\"rttheme19_sub_page_header_title_font_size\";s:2:\"34\";s:28:\"rttheme19_product_title_font\";s:4:\"body\";s:33:\"rttheme19_product_title_font_size\";s:2:\"18\";s:42:\"rttheme19_product_carousel_title_font_size\";s:2:\"15\";s:30:\"rttheme19_portfolio_title_font\";s:4:\"body\";s:37:\"rttheme19_portfolio_title_font_size_1\";s:2:\"22\";s:37:\"rttheme19_portfolio_title_font_size_2\";s:2:\"22\";s:44:\"rttheme19_portfolio_carousel_title_font_size\";s:2:\"22\";s:30:\"rttheme19_blog_title_font_size\";s:2:\"26\";s:34:\"rttheme19_blog_carousel_title_font\";s:4:\"body\";s:39:\"rttheme19_blog_carousel_title_font_size\";s:2:\"15\";s:25:\"rttheme19_news_title_font\";s:4:\"body\";s:30:\"rttheme19_news_title_font_size\";s:2:\"17\";s:32:\"rttheme19_widget_title_font_size\";s:2:\"17\";s:25:\"rttheme19_tabs_title_font\";s:4:\"body\";s:30:\"rttheme19_tabs_title_font_size\";s:2:\"15\";s:30:\"rttheme19_accordion_title_font\";s:4:\"body\";s:35:\"rttheme19_accordion_title_font_size\";s:2:\"15\";s:28:\"rttheme19_header_widget_font\";s:4:\"body\";s:33:\"rttheme19_header_widget_font_size\";s:2:\"12\";s:21:\"rttheme19_topbar_font\";s:4:\"body\";s:26:\"rttheme19_topbar_font_size\";s:2:\"12\";s:30:\"rttheme19_breadcrumb_font_size\";s:2:\"11\";s:24:\"rttheme19_secondary_font\";s:0:\"\";s:31:\"rttheme19_secondary_font_subset\";s:0:\"\";s:32:\"rttheme19_secondary_font_variant\";s:6:\"italic\";s:20:\"rttheme19_woo_layout\";s:3:\"1/3\";s:24:\"rttheme19_woo_list_pager\";s:1:\"9\";s:26:\"rttheme19_woo_image_resize\";s:4:\"true\";s:25:\"rttheme19_woo_image_width\";i:0;s:26:\"rttheme19_woo_image_height\";i:0;s:24:\"rttheme19_woo_image_crop\";s:0:\"\";s:27:\"rttheme19_woo_content_width\";s:3:\"1/2\";s:27:\"rttheme19_woo_content_style\";s:1:\"1\";s:32:\"rttheme19_hide_woo_share_buttons\";s:0:\"\";s:25:\"rttheme19_woo_image_style\";s:7:\"default\";s:26:\"rttheme19_woo_disable_zoom\";s:0:\"\";s:30:\"rttheme19_woo_disable_lightbox\";s:0:\"\";s:36:\"rttheme19_woo_related_product_layout\";s:3:\"1/3\";s:18:\"rttheme19_logo_url\";s:75:\"http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-logo-1.png\";s:25:\"rttheme19_sticky_logo_url\";s:0:\"\";s:21:\"rttheme19_logo_url_2x\";i:28949;s:28:\"rttheme19_sticky_logo_url_2x\";s:0:\"\";s:19:\"rttheme19_copyright\";s:37:\"Copyright © Günaý. Made by UNBegin\";s:21:\"rt_skin_selector_html\";s:0:\"\";s:18:\"custom_css_post_id\";i:-1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("259", "rttheme19_custom_css_output", "\n .site-logo{\n background-color: rgba( 0, 0, 0, 0.65 )\n }\n \n .site-logo{\n border-color: #2F2F2F\n }\n \n .site-logo .sitename > a{\n color: #ffffff\n }\n \n @media screen and (max-width: 979px) {\n #mobile-logo{\n background-color: rgba( 0, 0, 0, 0.65 )\n }\n }\n \n @media screen and (max-width: 979px) {\n #mobile-logo{\n border-color: #2F2F2F\n }\n }\n \n .site-logo{\n padding: 40px 20px 40px 20px\n }\n \n @media screen and (max-width: 979px) {\n #mobile-logo .sitename > a, .mobile-menu-button{\n color: #fff\n }\n }\n \n #left_side{\n padding-top: 50px\n }\n \n #top_bar{\n height: 50px\n }\n \n h1:not(.clean_heading),\n h2:not(.clean_heading),\n h3:not(.clean_heading),\n h4:not(.clean_heading),\n h5:not(.clean_heading),\n h6:not(.clean_heading),\n .woocommerce.single-product p.price{\n font-family:\"Roboto\"; font-weight: 300; font-style: normal;;\n }\n \n .heading-font, .heading-font *\n { \n font-family: \"Roboto\" !important; font-weight: 300 !important; font-style: normal !important;;\n } \n \n body{\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;;\n }\n \n .body-font, .body-font *\n { \n font-family: \"Source Sans Pro\" !important; font-weight: normal !important; font-style: normal !important;;\n } \n \n #navigation > li > a,\n #second-navigation > li > a,\n #mobile-navigation > li > a\n {\n font-family: \"Roboto Condensed\"; font-weight: normal; font-style: normal;\n }\n \n .menu-font, .menu-font *\n { \n font-family: \"Roboto Condensed\" !important; font-weight: normal !important; font-style: normal !important;;\n } \n \n #navigation ul li a,\n #second-navigation ul li a,\n .multicolumn > ul > li.menu-item-has-children > span,\n #mobile-navigation > li li > a{\n font-family: \"Roboto Condensed\"; font-weight: normal; font-style: normal;\n }\n \n h1{\n font-size: 44px\n }\n \n h2,.single-products .head_text h1, .single-product .head_text h1, .single.post .entry-title{\n font-size: 30px\n }\n \n h3{\n font-size: 26px\n }\n \n h4{\n font-size: 24px\n }\n \n h5, .wpb_content_element .widgettitle, .wpb_content_element h2.wpb_heading{\n font-size: 22px\n }\n \n h6{\n font-size: 20px\n }\n \n #navigation > li > a,\n #second-navigation > li > a,\n .layout2 #tools > ul > li > span:first-child\n {\n font-size: 16px;\n }\n \n #navigation > li li > a,\n #second-navigation > li li > a,\n #navigation > li li > span,\n #second-navigation > li li > span\n {\n font-size: 16px;\n }\n \n .mobile-menu-active #navigation > li > a,\n #mobile-navigation > li > a\n {\n font-size: 14px;\n }\n \n .mobile-menu-active #navigation > li li > a,\n #mobile-navigation > li li > a\n {\n font-size: 14px;\n }\n \n body{\n font-size: 15px;\n } \n \n #tools .widget > h5 {\n font-size: 17px;\n }\n \n .latest_news.style-2 .date {\n font-size: 12px;\n }\n \n .breadcrumb{\n font-size: 11px;\n }\n \n .sub_page_header .page-title > *{\n font-family:\"Roboto\"; font-weight: 300; font-style: normal;\n font-size: 34px !important;\n } \n \n .product_info h5,\n .product-category h3{\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 18px;\n }\n\n .product-carousel h5, .wc-product-carousel .product_info > h5{\n font-size: 15px;\n }\n \n\n .loop.type-portfolio h2,\n .loop.type-portfolio h5\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 22px;\n }\n\n .loop.type-portfolio > .overlay .text > h2,\n .loop.type-portfolio > .overlay .text > h5\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 22px;\n }\n\n .rt-carousel .loop.type-portfolio > .overlay .text > h2,\n .rt-carousel .loop.type-portfolio > .overlay .text > h5\n {\n font-size: 22px;\n }\n\n \n\n .latest_news h5\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 17px;\n }\n \n\n .sidebar-widgets .widget h5, .footer_widgets .widget h5, .side-panel-widgets h5\n {\n font-size: 17px;\n }\n \n\n .blog_list .loop .entry-title\n {\n font-size: 26px;\n }\n\n .blog-carousel h5\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 15px;\n }\n\n \n .tab_title\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 15px;\n }\n\n \n .toggle-head\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 15px;\n }\n\n \n .header-widget\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 12px;\n }\n\n \n .rt-top-bar\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 12px;\n }\n\n \n\n #navigation > li > a,\n .layout2 #tools > ul > li > span:first-child\n {\n padding-top: 10px;\n padding-bottom: 10px;\n }\n \n\n #navigation > li > a,\n .layout2 #tools > ul > li > span:first-child\n {\n padding-left: 20px;\n padding-right: 20px;\n }\n \n #navigation > li > a{\n background-color: rgba(0,0,0,0.9)\n }\n \n #navigation > li > a{\n color: #ffffff\n }\n \n #navigation > li > a, #navigation li.menu-item-has-children > a:after{\n border-color: #2F2F2F\n }\n \n .mobile-menu #navigation > li > a, .mobile-menu #navigation li.menu-item-has-children > a:after{\n border-color: #2F2F2F\n }\n\n .mobile-menu #navigation li.menu-item-has-children:before,\n .mobile-menu #navigation li.menu-item-has-children > a:before{\n color: #2F2F2F\n } \n \n\n body:not(.mobile-menu) #navigation > li:hover > a,\n body:not(.mobile-menu) #navigation > li a:hover,\n #navigation > li.current-menu-ancestor > a,\n #navigation > li.current-menu-item > a{\n background-color: #181818\n }\n \n\n body:not(.mobile-menu) #navigation > li:hover > a,\n body:not(.mobile-menu) #navigation > li a:hover,\n #navigation > li.current-menu-ancestor > a,\n #navigation > li.current-menu-item > a{\n color: #ffffff\n }\n \n\n #navigation > li:hover:after{\n border-right-color: #2F2F2F\n }\n \n\n #navigation > li:hover:after{\n border-left-color: #2F2F2F\n }\n \n body.mobile-menu #navigation > li li{\n background-color: rgba(0,0,0,0.9)\n }\n \n body.mobile-menu #navigation > li li > a{\n color: #ffffff\n }\n \n body.mobile-menu #navigation > li li > a,\n body.mobile-menu #navigation > li ul,\n body.mobile-menu #navigation > li li.menu-item-has-children > a:after{\n border-color: #2F2F2F\n }\n \n\n body.mobile-menu #navigation > li li:hover > a,\n body.mobile-menu #navigation > li li a:hover,\n body.mobile-menu #navigation > li li.current-menu-ancestor > a,\n body.mobile-menu #navigation > li li.current-menu-item > a{\n background-color: #181818\n }\n \n\n body.mobile-menu #navigation > li li:hover > a,\n body.mobile-menu #navigation > li li a:hover,\n body.mobile-menu #navigation > li li.current-menu-ancestor > a,\n body.mobile-menu #navigation > li li.current-menu-item > a{\n color: #ffffff\n }\n \n\n body.mobile-menu #navigation > li li.current-menu-ancestor:after,\n body.mobile-menu #navigation > li li.current-menu-item:after,\n body.mobile-menu #navigation > li li:hover:after{\n border-right-color: #2F2F2F\n }\n \n\n body:not(.mobile-menu) #navigation > li li a\n {\n padding-top: 10px;\n padding-bottom: 10px;\n }\n \n\n body:not(.mobile-menu) #navigation > li li a\n {\n padding-left: 20px;\n padding-right: 20px;\n }\n \n body:not(.mobile-menu) #navigation > li li{\n background-color: #2F2F2F\n }\n \n body:not(.mobile-menu) #navigation > li li > a{\n color: #aeaeae\n }\n \n body:not(.mobile-menu) #navigation > li li > a,\n body:not(.mobile-menu) #navigation > li ul,\n body:not(.mobile-menu) #navigation > li li.menu-item-has-children > a:after{\n border-color: #3a3a3a\n }\n \n\n body:not(.mobile-menu) #navigation > li li:hover > a,\n body:not(.mobile-menu) #navigation > li li a:hover,\n body:not(.mobile-menu) #navigation > li li.current-menu-ancestor > a,\n body:not(.mobile-menu) #navigation > li li.current-menu-item > a{\n background-color: #2a2a2a\n }\n \n\n body:not(.mobile-menu) #navigation > li li:hover > a,\n body:not(.mobile-menu) #navigation > li li a:hover,\n body:not(.mobile-menu) #navigation > li li.current-menu-ancestor > a,\n body:not(.mobile-menu) #navigation > li li.current-menu-item > a{\n color: #cacaca\n }\n \n\n body:not(.mobile-menu) #navigation > li li.current-menu-ancestor:after,\n body:not(.mobile-menu) #navigation > li li.current-menu-item:after,\n body:not(.mobile-menu) #navigation > li li:hover:after{\n border-left-color: #3d3d3d;\n border-right-color: #3d3d3d;\n }\n \n\n body.mobile-menu.layout2 .header-right{\n background-color: #2a2a2a\n }\n .side-panel-holder \n a,.side-panel-holder \n .latest_news .title:hover,.side-panel-holder \n .woocommerce-MyAccount-navigation a:hover,.side-panel-holder \n .product_info h5 a:hover,.side-panel-holder \n .product-category a:hover h3,.side-panel-holder \n .rt_heading_wrapper a:hover .rt_heading,.side-panel-holder \n .product_item_holder .product_info_footer a:hover,.side-panel-holder \n .paging_wrapper > .page-numbers a:hover,.side-panel-holder \n .woocommerce-MyAccount-navigation .is-active a,.side-panel-holder \n .timeline > div > .event-date\n {\n color:#fff;\n }\n .side-panel-holder:not(.has-custom-bg), .side-panel-holder.column_container,\n .side-panel-holder > .rt-sa-background,.side-panel-holder \n .chained_contents.style-1 > div > .icon,.side-panel-holder \n .chained_contents.style-1 > div > .number,.side-panel-holder \n .chained_contents.style-2 > div > .icon,.side-panel-holder \n .chained_contents.style-2 > div > .number,.side-panel-holder \n .button_.color:hover:after,.side-panel-holder \n .quantity .minus,.side-panel-holder \n .quantity .plus\n {\n background-color:#222222;\n }\n .side-panel-holder,.side-panel-holder \n .product_item_holder .product_info_footer a,.side-panel-holder \n .button_.default,.side-panel-holder \n .button_.color:hover,.side-panel-holder \n .paging_wrapper > .page-numbers a,.side-panel-holder \n .paging_wrapper > .page-numbers li > span,.side-panel-holder \n .author-name a,.side-panel-holder \n .quantity .plus:hover,.side-panel-holder \n .quantity .minus:hover,.side-panel-holder \n .woocommerce-MyAccount-navigation a\n {\n color:#fff;\n }\n .side-panel-holder,\n .side-panel-holder *,\n .side-panel-holder *:before, \n .side-panel-holder *:after,\n .side-panel-holder:before, \n .side-panel-holder:after,.side-panel-holder \n .button_.color:hover,.side-panel-holder \n .row table > tbody > tr > td\n {\n border-color:#3D3D3D;\n }.side-panel-holder \n .rt_divider.style-1:before,.side-panel-holder \n .rt_divider.style-2:before,.side-panel-holder \n .rt_divider.style-3:before,.side-panel-holder \n .rt_divider.style-5,.side-panel-holder \n .rt-toggle .toggle-head:after,.side-panel-holder \n .testimonial .text .icon-quote-right,.side-panel-holder \n .testimonial .text .icon-quote-left,.side-panel-holder \n .rt_quote .icon-quote-right,.side-panel-holder \n .rt_quote .icon-quote-left,.side-panel-holder \n .star-rating:before,.side-panel-holder .cart-collaterals h2:before,.side-panel-holder \n .timeline > div:before,.side-panel-holder \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#3D3D3D;\n }.side-panel-holder \n .masonry .vertical_line,.side-panel-holder \n .timeline:after,.side-panel-holder \n .chained_contents.style-1:after,.side-panel-holder \n .chained_contents.style-2:after,.side-panel-holder \n .rt_divider.style-2:after,.side-panel-holder \n .rt_divider.style-3:after,.side-panel-holder \n .rt_divider.style-4,.side-panel-holder \n .pricing_table.compare .table_wrap > ul > li.caption,.side-panel-holder \n .pricing_table.compare .table_wrap > ul > li.price,.side-panel-holder \n .dots-holder > div span,.side-panel-holder \n .widget > h5:after,.side-panel-holder \n .widget .sub-menu li a:after,.side-panel-holder .widget .children li a:after,.side-panel-holder \n .price_slider_wrapper .ui-widget-content,.side-panel-holder \n .timeline > div:before,.side-panel-holder \n .border_grid > .row:after,\n .side-panel-holder.border_grid .content_row:after\n {\n background-color:#3D3D3D;\n }.side-panel-holder \n p.price del,.side-panel-holder \n .rt_heading_wrapper.style-4 .punchline,.side-panel-holder \n .rt_heading_wrapper.style-5 .punchline,.side-panel-holder \n .client_info,.side-panel-holder \n .blog_list .date_box,.side-panel-holder \n .post_data *,.side-panel-holder \n .comment-meta > a,.side-panel-holder \n .filter_navigation li a,.side-panel-holder \n .widget > ul > li li a,.side-panel-holder \n .widget .menu > li li a,.side-panel-holder \n .rt-category-tree li > span,.side-panel-holder \n .widget_latest_posts .meta,.side-panel-holder .widget_latest_posts .meta *,.side-panel-holder \n .widget_popular_posts .meta,.side-panel-holder .widget_popular_posts .meta *,.side-panel-holder \n .small.note,.side-panel-holder .star-rating span:before,.side-panel-holder \n .with_icons.style-2 > div > .icon,.side-panel-holder \n .chained_contents.style-1 > div > .icon,.side-panel-holder \n .chained_contents.style-1 > div > .number,.side-panel-holder \n .chained_contents.style-2 > div > .icon,.side-panel-holder \n .chained_contents.style-2 > div > .number,.side-panel-holder \n .read_more:before,.side-panel-holder \n .icon-content-box.icon-style-1 .icon-holder span:before,.side-panel-holder \n .quantity .plus,.side-panel-holder .quantity .minus,.side-panel-holder \n .woocommerce.widget .quantity,\n .side-panel-holder#tools > ul > li:hover > span:first-child,\n .side-panel-holder#tools > ul > li.active > span:first-child,\n .side-panel-holder#tools > ul > li:hover:before,\n .side-panel-holder#tools > ul > li.active:before,.side-panel-holder \n .latest_news .date,.side-panel-holder \n #rt-side-navigation li a:hover,.side-panel-holder \n #rt-side-navigation li.active > a,.side-panel-holder \n .tab_title:hover,.side-panel-holder .tab_title.active\n {\n color:#888888;\n }.side-panel-holder \n .rt_heading_wrapper.style-2 > .style-2:before,.side-panel-holder \n .rt_heading .heading_icon:before,.side-panel-holder \n .highlight.style-1,.side-panel-holder \n .paging_wrapper > .page-numbers .current,.side-panel-holder \n .single_variation span.price,.side-panel-holder \n .primary-color,.side-panel-holder .primary-color > a,.side-panel-holder \n .primary-color.rt_heading,.side-panel-holder \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:#e6aa21;\n }.side-panel-holder \n .pricing_table .table_wrap.highlight > ul > li.caption,.side-panel-holder \n .pricing_table .table_wrap.highlight > ul > li.price,.side-panel-holder \n .button_.default:hover:after,.side-panel-holder \n .button_.color,.side-panel-holder \n .rt-toggle > ol > li .toggle-number,.side-panel-holder \n .rt_heading.style-1:after,.side-panel-holder \n .rt_heading_wrapper.style-4 > .style-4:after,.side-panel-holder \n .rt_heading_wrapper.style-5 > .style-5:after,.side-panel-holder \n .highlight.style-2,.side-panel-holder \n .dots-holder div.active span,.side-panel-holder \n .dots-holder div:hover span,.side-panel-holder \n input[type=\"submit\"]:hover,.side-panel-holder \n input[type=\"button\"]:hover,.side-panel-holder \n .comment-reply a:hover,.side-panel-holder \n .comment-reply-title small > a:hover,.side-panel-holder \n .action_buttons li a:hover,.side-panel-holder \n .onsale,.side-panel-holder .product_info_footer a.added_to_cart,.side-panel-holder button.button:hover,.side-panel-holder input.button:hover,.side-panel-holder #respond input#submit:hover,.side-panel-holder .cart_totals a.button:hover,.side-panel-holder \n .ui-slider .ui-slider-handle,.side-panel-holder \n .ui-slider .ui-slider-range,.side-panel-holder \n .with_icons.style-3 > div > .icon,.side-panel-holder \n .icon-content-box.icon-style-2 .icon-holder span:before,.side-panel-holder \n .icon-content-box.icon-style-3 .icon-holder span:before,.side-panel-holder \n .chained_contents > div:hover .icon,.side-panel-holder \n .chained_contents > div:hover .number,.side-panel-holder \n .sticky.post:before\n {\n background-color:#e6aa21;\n }.side-panel-holder \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.side-panel-holder \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.side-panel-holder \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.side-panel-holder \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.side-panel-holder \n .filter_navigation li a.active,.side-panel-holder \n .button_.color,.side-panel-holder \n .chained_contents > div:hover .icon,.side-panel-holder \n .chained_contents > div:hover .number\n {\n border-color:#e6aa21;\n }.side-panel-holder \n .with_icons.style-3 > div > .icon,.side-panel-holder \n .pricing_table .table_wrap.highlight > ul > li.caption,.side-panel-holder \n .pricing_table .table_wrap.highlight > ul > li.price,.side-panel-holder \n .button_.color,.side-panel-holder \n .button_.default:hover,.side-panel-holder \n .rt-toggle > ol > li .toggle-number,.side-panel-holder \n .icon-content-box.icon-style-2 .icon-holder span:before,.side-panel-holder \n .highlight.style-2,.side-panel-holder \n input[type=\"submit\"],.side-panel-holder \n input[type=\"button\"],.side-panel-holder \n form button:not(.button_),.side-panel-holder \n form button:not(.button_):hover,.side-panel-holder \n .cart_totals a.button,.side-panel-holder \n .cart_totals a.button:hover,.side-panel-holder \n .comment-reply a,.side-panel-holder \n .comment-reply-title small > a,.side-panel-holder \n .comment-reply-title small > a:hover,.side-panel-holder \n .product_info_footer a.added_to_cart,.side-panel-holder .product_info_footer a.added_to_cart:hover,.side-panel-holder \n .quantity .plus:hover,.side-panel-holder .quantity .minus:hover,.side-panel-holder \n .chained_contents > div:hover .icon,.side-panel-holder \n .chained_contents > div:hover .number,.side-panel-holder \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.side-panel-holder \n .rt_heading,.side-panel-holder \n h1,.side-panel-holder \n h2,.side-panel-holder \n h3,.side-panel-holder \n h4,.side-panel-holder \n h5,.side-panel-holder \n h6,.side-panel-holder \n h1 a,.side-panel-holder \n h2 a,.side-panel-holder \n h3 a,.side-panel-holder \n h4 a,.side-panel-holder \n h5 a,.side-panel-holder \n h6 a,.side-panel-holder \n h1 a:hover,.side-panel-holder \n h2 a:hover,.side-panel-holder \n h3 a:hover,.side-panel-holder \n h4 a:hover,.side-panel-holder \n h5 a:hover,.side-panel-holder \n h6 a:hover,.side-panel-holder \n .open .toggle-head\n {\n color:#fff;\n }.side-panel-holder \n input[type=\"submit\"],.side-panel-holder \n input[type=\"button\"],.side-panel-holder \n form button:not(.button_),.side-panel-holder \n .comment-reply a,.side-panel-holder \n .comment-reply-title small > a,.side-panel-holder \n button.button,.side-panel-holder input.button,.side-panel-holder #respond input#submit,.side-panel-holder .cart_totals a.button\n {\n background-color:#2f2f2f;\n }.side-panel-holder .social_media li a{\n background-color:#2f2f2f;\n }.default-style \n a,.default-style \n .latest_news .title:hover,.default-style \n .woocommerce-MyAccount-navigation a:hover,.default-style \n .product_info h5 a:hover,.default-style \n .product-category a:hover h3,.default-style \n .rt_heading_wrapper a:hover .rt_heading,.default-style \n .product_item_holder .product_info_footer a:hover,.default-style \n .paging_wrapper > .page-numbers a:hover,.default-style \n .woocommerce-MyAccount-navigation .is-active a,.default-style \n .timeline > div > .event-date\n {\n color:#e6aa21;\n }\n .default-style:not(.has-custom-bg), .default-style.column_container,\n .default-style > .rt-sa-background,.default-style \n .chained_contents.style-1 > div > .icon,.default-style \n .chained_contents.style-1 > div > .number,.default-style \n .chained_contents.style-2 > div > .icon,.default-style \n .chained_contents.style-2 > div > .number,.default-style \n .button_.color:hover:after,.default-style \n .quantity .minus,.default-style \n .quantity .plus\n {\n background-color:#fff;\n }\n .default-style,.default-style \n .product_item_holder .product_info_footer a,.default-style \n .button_.default,.default-style \n .button_.color:hover,.default-style \n .paging_wrapper > .page-numbers a,.default-style \n .paging_wrapper > .page-numbers li > span,.default-style \n .author-name a,.default-style \n .quantity .plus:hover,.default-style \n .quantity .minus:hover,.default-style \n .woocommerce-MyAccount-navigation a\n {\n color:#666;\n }\n .default-style,\n .default-style *,\n .default-style *:before, \n .default-style *:after,\n .default-style:before, \n .default-style:after,.default-style \n .button_.color:hover,.default-style \n .row table > tbody > tr > td\n {\n border-color:#E8E8E8;\n }.default-style \n .rt_divider.style-1:before,.default-style \n .rt_divider.style-2:before,.default-style \n .rt_divider.style-3:before,.default-style \n .rt_divider.style-5,.default-style \n .rt-toggle .toggle-head:after,.default-style \n .testimonial .text .icon-quote-right,.default-style \n .testimonial .text .icon-quote-left,.default-style \n .rt_quote .icon-quote-right,.default-style \n .rt_quote .icon-quote-left,.default-style \n .star-rating:before,.default-style .cart-collaterals h2:before,.default-style \n .timeline > div:before,.default-style \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#E8E8E8;\n }.default-style \n .masonry .vertical_line,.default-style \n .timeline:after,.default-style \n .chained_contents.style-1:after,.default-style \n .chained_contents.style-2:after,.default-style \n .rt_divider.style-2:after,.default-style \n .rt_divider.style-3:after,.default-style \n .rt_divider.style-4,.default-style \n .pricing_table.compare .table_wrap > ul > li.caption,.default-style \n .pricing_table.compare .table_wrap > ul > li.price,.default-style \n .dots-holder > div span,.default-style \n .widget > h5:after,.default-style \n .widget .sub-menu li a:after,.default-style .widget .children li a:after,.default-style \n .price_slider_wrapper .ui-widget-content,.default-style \n .timeline > div:before,.default-style \n .border_grid > .row:after,\n .default-style.border_grid .content_row:after\n {\n background-color:#E8E8E8;\n }.default-style \n p.price del,.default-style \n .rt_heading_wrapper.style-4 .punchline,.default-style \n .rt_heading_wrapper.style-5 .punchline,.default-style \n .client_info,.default-style \n .blog_list .date_box,.default-style \n .post_data *,.default-style \n .comment-meta > a,.default-style \n .filter_navigation li a,.default-style \n .widget > ul > li li a,.default-style \n .widget .menu > li li a,.default-style \n .rt-category-tree li > span,.default-style \n .widget_latest_posts .meta,.default-style .widget_latest_posts .meta *,.default-style \n .widget_popular_posts .meta,.default-style .widget_popular_posts .meta *,.default-style \n .small.note,.default-style .star-rating span:before,.default-style \n .with_icons.style-2 > div > .icon,.default-style \n .chained_contents.style-1 > div > .icon,.default-style \n .chained_contents.style-1 > div > .number,.default-style \n .chained_contents.style-2 > div > .icon,.default-style \n .chained_contents.style-2 > div > .number,.default-style \n .read_more:before,.default-style \n .icon-content-box.icon-style-1 .icon-holder span:before,.default-style \n .quantity .plus,.default-style .quantity .minus,.default-style \n .woocommerce.widget .quantity,\n .default-style#tools > ul > li:hover > span:first-child,\n .default-style#tools > ul > li.active > span:first-child,\n .default-style#tools > ul > li:hover:before,\n .default-style#tools > ul > li.active:before,.default-style \n .latest_news .date,.default-style \n #rt-side-navigation li a:hover,.default-style \n #rt-side-navigation li.active > a,.default-style \n .tab_title:hover,.default-style .tab_title.active\n {\n color:#999999;\n }.default-style \n .rt_heading_wrapper.style-2 > .style-2:before,.default-style \n .rt_heading .heading_icon:before,.default-style \n .highlight.style-1,.default-style \n .paging_wrapper > .page-numbers .current,.default-style \n .single_variation span.price,.default-style \n .primary-color,.default-style .primary-color > a,.default-style \n .primary-color.rt_heading,.default-style \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:#ffb100;\n }.default-style \n .pricing_table .table_wrap.highlight > ul > li.caption,.default-style \n .pricing_table .table_wrap.highlight > ul > li.price,.default-style \n .button_.default:hover:after,.default-style \n .button_.color,.default-style \n .rt-toggle > ol > li .toggle-number,.default-style \n .rt_heading.style-1:after,.default-style \n .rt_heading_wrapper.style-4 > .style-4:after,.default-style \n .rt_heading_wrapper.style-5 > .style-5:after,.default-style \n .highlight.style-2,.default-style \n .dots-holder div.active span,.default-style \n .dots-holder div:hover span,.default-style \n input[type=\"submit\"]:hover,.default-style \n input[type=\"button\"]:hover,.default-style \n .comment-reply a:hover,.default-style \n .comment-reply-title small > a:hover,.default-style \n .action_buttons li a:hover,.default-style \n .onsale,.default-style .product_info_footer a.added_to_cart,.default-style button.button:hover,.default-style input.button:hover,.default-style #respond input#submit:hover,.default-style .cart_totals a.button:hover,.default-style \n .ui-slider .ui-slider-handle,.default-style \n .ui-slider .ui-slider-range,.default-style \n .with_icons.style-3 > div > .icon,.default-style \n .icon-content-box.icon-style-2 .icon-holder span:before,.default-style \n .icon-content-box.icon-style-3 .icon-holder span:before,.default-style \n .chained_contents > div:hover .icon,.default-style \n .chained_contents > div:hover .number,.default-style \n .sticky.post:before\n {\n background-color:#ffb100;\n }.default-style \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.default-style \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.default-style \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.default-style \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.default-style \n .filter_navigation li a.active,.default-style \n .button_.color,.default-style \n .chained_contents > div:hover .icon,.default-style \n .chained_contents > div:hover .number\n {\n border-color:#ffb100;\n }.default-style \n .with_icons.style-3 > div > .icon,.default-style \n .pricing_table .table_wrap.highlight > ul > li.caption,.default-style \n .pricing_table .table_wrap.highlight > ul > li.price,.default-style \n .button_.color,.default-style \n .button_.default:hover,.default-style \n .rt-toggle > ol > li .toggle-number,.default-style \n .icon-content-box.icon-style-2 .icon-holder span:before,.default-style \n .highlight.style-2,.default-style \n input[type=\"submit\"],.default-style \n input[type=\"button\"],.default-style \n form button:not(.button_),.default-style \n form button:not(.button_):hover,.default-style \n .cart_totals a.button,.default-style \n .cart_totals a.button:hover,.default-style \n .comment-reply a,.default-style \n .comment-reply-title small > a,.default-style \n .comment-reply-title small > a:hover,.default-style \n .product_info_footer a.added_to_cart,.default-style .product_info_footer a.added_to_cart:hover,.default-style \n .quantity .plus:hover,.default-style .quantity .minus:hover,.default-style \n .chained_contents > div:hover .icon,.default-style \n .chained_contents > div:hover .number,.default-style \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.default-style \n .rt_heading,.default-style \n h1,.default-style \n h2,.default-style \n h3,.default-style \n h4,.default-style \n h5,.default-style \n h6,.default-style \n h1 a,.default-style \n h2 a,.default-style \n h3 a,.default-style \n h4 a,.default-style \n h5 a,.default-style \n h6 a,.default-style \n h1 a:hover,.default-style \n h2 a:hover,.default-style \n h3 a:hover,.default-style \n h4 a:hover,.default-style \n h5 a:hover,.default-style \n h6 a:hover,.default-style \n .open .toggle-head\n {\n color:#222;\n }.default-style \n input[type=\"submit\"],.default-style \n input[type=\"button\"],.default-style \n form button:not(.button_),.default-style \n .comment-reply a,.default-style \n .comment-reply-title small > a,.default-style \n button.button,.default-style input.button,.default-style #respond input#submit,.default-style .cart_totals a.button\n {\n background-color:#bbb;\n }.default-style .social_media li a{\n background-color:#bbb;\n }.alt-style-1 \n a,.alt-style-1 \n .latest_news .title:hover,.alt-style-1 \n .woocommerce-MyAccount-navigation a:hover,.alt-style-1 \n .product_info h5 a:hover,.alt-style-1 \n .product-category a:hover h3,.alt-style-1 \n .rt_heading_wrapper a:hover .rt_heading,.alt-style-1 \n .product_item_holder .product_info_footer a:hover,.alt-style-1 \n .paging_wrapper > .page-numbers a:hover,.alt-style-1 \n .woocommerce-MyAccount-navigation .is-active a,.alt-style-1 \n .timeline > div > .event-date\n {\n color:#e6aa21;\n }\n .alt-style-1:not(.has-custom-bg), .alt-style-1.column_container,\n .alt-style-1 > .rt-sa-background,.alt-style-1 \n .chained_contents.style-1 > div > .icon,.alt-style-1 \n .chained_contents.style-1 > div > .number,.alt-style-1 \n .chained_contents.style-2 > div > .icon,.alt-style-1 \n .chained_contents.style-2 > div > .number,.alt-style-1 \n .button_.color:hover:after,.alt-style-1 \n .quantity .minus,.alt-style-1 \n .quantity .plus\n {\n background-color:#f4f4f4;\n }\n .alt-style-1,.alt-style-1 \n .product_item_holder .product_info_footer a,.alt-style-1 \n .button_.default,.alt-style-1 \n .button_.color:hover,.alt-style-1 \n .paging_wrapper > .page-numbers a,.alt-style-1 \n .paging_wrapper > .page-numbers li > span,.alt-style-1 \n .author-name a,.alt-style-1 \n .quantity .plus:hover,.alt-style-1 \n .quantity .minus:hover,.alt-style-1 \n .woocommerce-MyAccount-navigation a\n {\n color:#666;\n }\n .alt-style-1,\n .alt-style-1 *,\n .alt-style-1 *:before, \n .alt-style-1 *:after,\n .alt-style-1:before, \n .alt-style-1:after,.alt-style-1 \n .button_.color:hover,.alt-style-1 \n .row table > tbody > tr > td\n {\n border-color:#e1e1e1;\n }.alt-style-1 \n .rt_divider.style-1:before,.alt-style-1 \n .rt_divider.style-2:before,.alt-style-1 \n .rt_divider.style-3:before,.alt-style-1 \n .rt_divider.style-5,.alt-style-1 \n .rt-toggle .toggle-head:after,.alt-style-1 \n .testimonial .text .icon-quote-right,.alt-style-1 \n .testimonial .text .icon-quote-left,.alt-style-1 \n .rt_quote .icon-quote-right,.alt-style-1 \n .rt_quote .icon-quote-left,.alt-style-1 \n .star-rating:before,.alt-style-1 .cart-collaterals h2:before,.alt-style-1 \n .timeline > div:before,.alt-style-1 \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#e1e1e1;\n }.alt-style-1 \n .masonry .vertical_line,.alt-style-1 \n .timeline:after,.alt-style-1 \n .chained_contents.style-1:after,.alt-style-1 \n .chained_contents.style-2:after,.alt-style-1 \n .rt_divider.style-2:after,.alt-style-1 \n .rt_divider.style-3:after,.alt-style-1 \n .rt_divider.style-4,.alt-style-1 \n .pricing_table.compare .table_wrap > ul > li.caption,.alt-style-1 \n .pricing_table.compare .table_wrap > ul > li.price,.alt-style-1 \n .dots-holder > div span,.alt-style-1 \n .widget > h5:after,.alt-style-1 \n .widget .sub-menu li a:after,.alt-style-1 .widget .children li a:after,.alt-style-1 \n .price_slider_wrapper .ui-widget-content,.alt-style-1 \n .timeline > div:before,.alt-style-1 \n .border_grid > .row:after,\n .alt-style-1.border_grid .content_row:after\n {\n background-color:#e1e1e1;\n }.alt-style-1 \n p.price del,.alt-style-1 \n .rt_heading_wrapper.style-4 .punchline,.alt-style-1 \n .rt_heading_wrapper.style-5 .punchline,.alt-style-1 \n .client_info,.alt-style-1 \n .blog_list .date_box,.alt-style-1 \n .post_data *,.alt-style-1 \n .comment-meta > a,.alt-style-1 \n .filter_navigation li a,.alt-style-1 \n .widget > ul > li li a,.alt-style-1 \n .widget .menu > li li a,.alt-style-1 \n .rt-category-tree li > span,.alt-style-1 \n .widget_latest_posts .meta,.alt-style-1 .widget_latest_posts .meta *,.alt-style-1 \n .widget_popular_posts .meta,.alt-style-1 .widget_popular_posts .meta *,.alt-style-1 \n .small.note,.alt-style-1 .star-rating span:before,.alt-style-1 \n .with_icons.style-2 > div > .icon,.alt-style-1 \n .chained_contents.style-1 > div > .icon,.alt-style-1 \n .chained_contents.style-1 > div > .number,.alt-style-1 \n .chained_contents.style-2 > div > .icon,.alt-style-1 \n .chained_contents.style-2 > div > .number,.alt-style-1 \n .read_more:before,.alt-style-1 \n .icon-content-box.icon-style-1 .icon-holder span:before,.alt-style-1 \n .quantity .plus,.alt-style-1 .quantity .minus,.alt-style-1 \n .woocommerce.widget .quantity,\n .alt-style-1#tools > ul > li:hover > span:first-child,\n .alt-style-1#tools > ul > li.active > span:first-child,\n .alt-style-1#tools > ul > li:hover:before,\n .alt-style-1#tools > ul > li.active:before,.alt-style-1 \n .latest_news .date,.alt-style-1 \n #rt-side-navigation li a:hover,.alt-style-1 \n #rt-side-navigation li.active > a,.alt-style-1 \n .tab_title:hover,.alt-style-1 .tab_title.active\n {\n color:#999999;\n }.alt-style-1 \n .rt_heading_wrapper.style-2 > .style-2:before,.alt-style-1 \n .rt_heading .heading_icon:before,.alt-style-1 \n .highlight.style-1,.alt-style-1 \n .paging_wrapper > .page-numbers .current,.alt-style-1 \n .single_variation span.price,.alt-style-1 \n .primary-color,.alt-style-1 .primary-color > a,.alt-style-1 \n .primary-color.rt_heading,.alt-style-1 \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:#e6aa21;\n }.alt-style-1 \n .pricing_table .table_wrap.highlight > ul > li.caption,.alt-style-1 \n .pricing_table .table_wrap.highlight > ul > li.price,.alt-style-1 \n .button_.default:hover:after,.alt-style-1 \n .button_.color,.alt-style-1 \n .rt-toggle > ol > li .toggle-number,.alt-style-1 \n .rt_heading.style-1:after,.alt-style-1 \n .rt_heading_wrapper.style-4 > .style-4:after,.alt-style-1 \n .rt_heading_wrapper.style-5 > .style-5:after,.alt-style-1 \n .highlight.style-2,.alt-style-1 \n .dots-holder div.active span,.alt-style-1 \n .dots-holder div:hover span,.alt-style-1 \n input[type=\"submit\"]:hover,.alt-style-1 \n input[type=\"button\"]:hover,.alt-style-1 \n .comment-reply a:hover,.alt-style-1 \n .comment-reply-title small > a:hover,.alt-style-1 \n .action_buttons li a:hover,.alt-style-1 \n .onsale,.alt-style-1 .product_info_footer a.added_to_cart,.alt-style-1 button.button:hover,.alt-style-1 input.button:hover,.alt-style-1 #respond input#submit:hover,.alt-style-1 .cart_totals a.button:hover,.alt-style-1 \n .ui-slider .ui-slider-handle,.alt-style-1 \n .ui-slider .ui-slider-range,.alt-style-1 \n .with_icons.style-3 > div > .icon,.alt-style-1 \n .icon-content-box.icon-style-2 .icon-holder span:before,.alt-style-1 \n .icon-content-box.icon-style-3 .icon-holder span:before,.alt-style-1 \n .chained_contents > div:hover .icon,.alt-style-1 \n .chained_contents > div:hover .number,.alt-style-1 \n .sticky.post:before\n {\n background-color:#e6aa21;\n }.alt-style-1 \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.alt-style-1 \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.alt-style-1 \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.alt-style-1 \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.alt-style-1 \n .filter_navigation li a.active,.alt-style-1 \n .button_.color,.alt-style-1 \n .chained_contents > div:hover .icon,.alt-style-1 \n .chained_contents > div:hover .number\n {\n border-color:#e6aa21;\n }.alt-style-1 \n .with_icons.style-3 > div > .icon,.alt-style-1 \n .pricing_table .table_wrap.highlight > ul > li.caption,.alt-style-1 \n .pricing_table .table_wrap.highlight > ul > li.price,.alt-style-1 \n .button_.color,.alt-style-1 \n .button_.default:hover,.alt-style-1 \n .rt-toggle > ol > li .toggle-number,.alt-style-1 \n .icon-content-box.icon-style-2 .icon-holder span:before,.alt-style-1 \n .highlight.style-2,.alt-style-1 \n input[type=\"submit\"],.alt-style-1 \n input[type=\"button\"],.alt-style-1 \n form button:not(.button_),.alt-style-1 \n form button:not(.button_):hover,.alt-style-1 \n .cart_totals a.button,.alt-style-1 \n .cart_totals a.button:hover,.alt-style-1 \n .comment-reply a,.alt-style-1 \n .comment-reply-title small > a,.alt-style-1 \n .comment-reply-title small > a:hover,.alt-style-1 \n .product_info_footer a.added_to_cart,.alt-style-1 .product_info_footer a.added_to_cart:hover,.alt-style-1 \n .quantity .plus:hover,.alt-style-1 .quantity .minus:hover,.alt-style-1 \n .chained_contents > div:hover .icon,.alt-style-1 \n .chained_contents > div:hover .number,.alt-style-1 \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.alt-style-1 \n .rt_heading,.alt-style-1 \n h1,.alt-style-1 \n h2,.alt-style-1 \n h3,.alt-style-1 \n h4,.alt-style-1 \n h5,.alt-style-1 \n h6,.alt-style-1 \n h1 a,.alt-style-1 \n h2 a,.alt-style-1 \n h3 a,.alt-style-1 \n h4 a,.alt-style-1 \n h5 a,.alt-style-1 \n h6 a,.alt-style-1 \n h1 a:hover,.alt-style-1 \n h2 a:hover,.alt-style-1 \n h3 a:hover,.alt-style-1 \n h4 a:hover,.alt-style-1 \n h5 a:hover,.alt-style-1 \n h6 a:hover,.alt-style-1 \n .open .toggle-head\n {\n color:#222;\n }.alt-style-1 \n input[type=\"submit\"],.alt-style-1 \n input[type=\"button\"],.alt-style-1 \n form button:not(.button_),.alt-style-1 \n .comment-reply a,.alt-style-1 \n .comment-reply-title small > a,.alt-style-1 \n button.button,.alt-style-1 input.button,.alt-style-1 #respond input#submit,.alt-style-1 .cart_totals a.button\n {\n background-color:#bbb;\n }.alt-style-1 .social_media li a{\n background-color:#bbb;\n }.alt-style-2 \n a,.alt-style-2 \n .latest_news .title:hover,.alt-style-2 \n .woocommerce-MyAccount-navigation a:hover,.alt-style-2 \n .product_info h5 a:hover,.alt-style-2 \n .product-category a:hover h3,.alt-style-2 \n .rt_heading_wrapper a:hover .rt_heading,.alt-style-2 \n .product_item_holder .product_info_footer a:hover,.alt-style-2 \n .paging_wrapper > .page-numbers a:hover,.alt-style-2 \n .woocommerce-MyAccount-navigation .is-active a,.alt-style-2 \n .timeline > div > .event-date\n {\n color:#fff;\n }\n .alt-style-2:not(.has-custom-bg), .alt-style-2.column_container,\n .alt-style-2 > .rt-sa-background,.alt-style-2 \n .chained_contents.style-1 > div > .icon,.alt-style-2 \n .chained_contents.style-1 > div > .number,.alt-style-2 \n .chained_contents.style-2 > div > .icon,.alt-style-2 \n .chained_contents.style-2 > div > .number,.alt-style-2 \n .button_.color:hover:after,.alt-style-2 \n .quantity .minus,.alt-style-2 \n .quantity .plus\n {\n background-color:#e1af00;\n }\n .alt-style-2,.alt-style-2 \n .product_item_holder .product_info_footer a,.alt-style-2 \n .button_.default,.alt-style-2 \n .button_.color:hover,.alt-style-2 \n .paging_wrapper > .page-numbers a,.alt-style-2 \n .paging_wrapper > .page-numbers li > span,.alt-style-2 \n .author-name a,.alt-style-2 \n .quantity .plus:hover,.alt-style-2 \n .quantity .minus:hover,.alt-style-2 \n .woocommerce-MyAccount-navigation a\n {\n color:#fff;\n }\n .alt-style-2,\n .alt-style-2 *,\n .alt-style-2 *:before, \n .alt-style-2 *:after,\n .alt-style-2:before, \n .alt-style-2:after,.alt-style-2 \n .button_.color:hover,.alt-style-2 \n .row table > tbody > tr > td\n {\n border-color:#FED861;\n }.alt-style-2 \n .rt_divider.style-1:before,.alt-style-2 \n .rt_divider.style-2:before,.alt-style-2 \n .rt_divider.style-3:before,.alt-style-2 \n .rt_divider.style-5,.alt-style-2 \n .rt-toggle .toggle-head:after,.alt-style-2 \n .testimonial .text .icon-quote-right,.alt-style-2 \n .testimonial .text .icon-quote-left,.alt-style-2 \n .rt_quote .icon-quote-right,.alt-style-2 \n .rt_quote .icon-quote-left,.alt-style-2 \n .star-rating:before,.alt-style-2 .cart-collaterals h2:before,.alt-style-2 \n .timeline > div:before,.alt-style-2 \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#FED861;\n }.alt-style-2 \n .masonry .vertical_line,.alt-style-2 \n .timeline:after,.alt-style-2 \n .chained_contents.style-1:after,.alt-style-2 \n .chained_contents.style-2:after,.alt-style-2 \n .rt_divider.style-2:after,.alt-style-2 \n .rt_divider.style-3:after,.alt-style-2 \n .rt_divider.style-4,.alt-style-2 \n .pricing_table.compare .table_wrap > ul > li.caption,.alt-style-2 \n .pricing_table.compare .table_wrap > ul > li.price,.alt-style-2 \n .dots-holder > div span,.alt-style-2 \n .widget > h5:after,.alt-style-2 \n .widget .sub-menu li a:after,.alt-style-2 .widget .children li a:after,.alt-style-2 \n .price_slider_wrapper .ui-widget-content,.alt-style-2 \n .timeline > div:before,.alt-style-2 \n .border_grid > .row:after,\n .alt-style-2.border_grid .content_row:after\n {\n background-color:#FED861;\n }.alt-style-2 \n p.price del,.alt-style-2 \n .rt_heading_wrapper.style-4 .punchline,.alt-style-2 \n .rt_heading_wrapper.style-5 .punchline,.alt-style-2 \n .client_info,.alt-style-2 \n .blog_list .date_box,.alt-style-2 \n .post_data *,.alt-style-2 \n .comment-meta > a,.alt-style-2 \n .filter_navigation li a,.alt-style-2 \n .widget > ul > li li a,.alt-style-2 \n .widget .menu > li li a,.alt-style-2 \n .rt-category-tree li > span,.alt-style-2 \n .widget_latest_posts .meta,.alt-style-2 .widget_latest_posts .meta *,.alt-style-2 \n .widget_popular_posts .meta,.alt-style-2 .widget_popular_posts .meta *,.alt-style-2 \n .small.note,.alt-style-2 .star-rating span:before,.alt-style-2 \n .with_icons.style-2 > div > .icon,.alt-style-2 \n .chained_contents.style-1 > div > .icon,.alt-style-2 \n .chained_contents.style-1 > div > .number,.alt-style-2 \n .chained_contents.style-2 > div > .icon,.alt-style-2 \n .chained_contents.style-2 > div > .number,.alt-style-2 \n .read_more:before,.alt-style-2 \n .icon-content-box.icon-style-1 .icon-holder span:before,.alt-style-2 \n .quantity .plus,.alt-style-2 .quantity .minus,.alt-style-2 \n .woocommerce.widget .quantity,\n .alt-style-2#tools > ul > li:hover > span:first-child,\n .alt-style-2#tools > ul > li.active > span:first-child,\n .alt-style-2#tools > ul > li:hover:before,\n .alt-style-2#tools > ul > li.active:before,.alt-style-2 \n .latest_news .date,.alt-style-2 \n #rt-side-navigation li a:hover,.alt-style-2 \n #rt-side-navigation li.active > a,.alt-style-2 \n .tab_title:hover,.alt-style-2 .tab_title.active\n {\n color:#FFEAA9;\n }.alt-style-2 \n .rt_heading_wrapper.style-2 > .style-2:before,.alt-style-2 \n .rt_heading .heading_icon:before,.alt-style-2 \n .highlight.style-1,.alt-style-2 \n .paging_wrapper > .page-numbers .current,.alt-style-2 \n .single_variation span.price,.alt-style-2 \n .primary-color,.alt-style-2 .primary-color > a,.alt-style-2 \n .primary-color.rt_heading,.alt-style-2 \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:#C59600;\n }.alt-style-2 \n .pricing_table .table_wrap.highlight > ul > li.caption,.alt-style-2 \n .pricing_table .table_wrap.highlight > ul > li.price,.alt-style-2 \n .button_.default:hover:after,.alt-style-2 \n .button_.color,.alt-style-2 \n .rt-toggle > ol > li .toggle-number,.alt-style-2 \n .rt_heading.style-1:after,.alt-style-2 \n .rt_heading_wrapper.style-4 > .style-4:after,.alt-style-2 \n .rt_heading_wrapper.style-5 > .style-5:after,.alt-style-2 \n .highlight.style-2,.alt-style-2 \n .dots-holder div.active span,.alt-style-2 \n .dots-holder div:hover span,.alt-style-2 \n input[type=\"submit\"]:hover,.alt-style-2 \n input[type=\"button\"]:hover,.alt-style-2 \n .comment-reply a:hover,.alt-style-2 \n .comment-reply-title small > a:hover,.alt-style-2 \n .action_buttons li a:hover,.alt-style-2 \n .onsale,.alt-style-2 .product_info_footer a.added_to_cart,.alt-style-2 button.button:hover,.alt-style-2 input.button:hover,.alt-style-2 #respond input#submit:hover,.alt-style-2 .cart_totals a.button:hover,.alt-style-2 \n .ui-slider .ui-slider-handle,.alt-style-2 \n .ui-slider .ui-slider-range,.alt-style-2 \n .with_icons.style-3 > div > .icon,.alt-style-2 \n .icon-content-box.icon-style-2 .icon-holder span:before,.alt-style-2 \n .icon-content-box.icon-style-3 .icon-holder span:before,.alt-style-2 \n .chained_contents > div:hover .icon,.alt-style-2 \n .chained_contents > div:hover .number,.alt-style-2 \n .sticky.post:before\n {\n background-color:#C59600;\n }.alt-style-2 \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.alt-style-2 \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.alt-style-2 \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.alt-style-2 \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.alt-style-2 \n .filter_navigation li a.active,.alt-style-2 \n .button_.color,.alt-style-2 \n .chained_contents > div:hover .icon,.alt-style-2 \n .chained_contents > div:hover .number\n {\n border-color:#C59600;\n }.alt-style-2 \n .with_icons.style-3 > div > .icon,.alt-style-2 \n .pricing_table .table_wrap.highlight > ul > li.caption,.alt-style-2 \n .pricing_table .table_wrap.highlight > ul > li.price,.alt-style-2 \n .button_.color,.alt-style-2 \n .button_.default:hover,.alt-style-2 \n .rt-toggle > ol > li .toggle-number,.alt-style-2 \n .icon-content-box.icon-style-2 .icon-holder span:before,.alt-style-2 \n .highlight.style-2,.alt-style-2 \n input[type=\"submit\"],.alt-style-2 \n input[type=\"button\"],.alt-style-2 \n form button:not(.button_),.alt-style-2 \n form button:not(.button_):hover,.alt-style-2 \n .cart_totals a.button,.alt-style-2 \n .cart_totals a.button:hover,.alt-style-2 \n .comment-reply a,.alt-style-2 \n .comment-reply-title small > a,.alt-style-2 \n .comment-reply-title small > a:hover,.alt-style-2 \n .product_info_footer a.added_to_cart,.alt-style-2 .product_info_footer a.added_to_cart:hover,.alt-style-2 \n .quantity .plus:hover,.alt-style-2 .quantity .minus:hover,.alt-style-2 \n .chained_contents > div:hover .icon,.alt-style-2 \n .chained_contents > div:hover .number,.alt-style-2 \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.alt-style-2 \n .rt_heading,.alt-style-2 \n h1,.alt-style-2 \n h2,.alt-style-2 \n h3,.alt-style-2 \n h4,.alt-style-2 \n h5,.alt-style-2 \n h6,.alt-style-2 \n h1 a,.alt-style-2 \n h2 a,.alt-style-2 \n h3 a,.alt-style-2 \n h4 a,.alt-style-2 \n h5 a,.alt-style-2 \n h6 a,.alt-style-2 \n h1 a:hover,.alt-style-2 \n h2 a:hover,.alt-style-2 \n h3 a:hover,.alt-style-2 \n h4 a:hover,.alt-style-2 \n h5 a:hover,.alt-style-2 \n h6 a:hover,.alt-style-2 \n .open .toggle-head\n {\n color:#fff;\n }.alt-style-2 \n input[type=\"submit\"],.alt-style-2 \n input[type=\"button\"],.alt-style-2 \n form button:not(.button_),.alt-style-2 \n .comment-reply a,.alt-style-2 \n .comment-reply-title small > a,.alt-style-2 \n button.button,.alt-style-2 input.button,.alt-style-2 #respond input#submit,.alt-style-2 .cart_totals a.button\n {\n background-color:#FFEFBA;\n }.alt-style-2 .social_media li a{\n background-color:#bbb;\n }.sidebar-widgets \n a,.sidebar-widgets \n .latest_news .title:hover,.sidebar-widgets \n .woocommerce-MyAccount-navigation a:hover,.sidebar-widgets \n .product_info h5 a:hover,.sidebar-widgets \n .product-category a:hover h3,.sidebar-widgets \n .rt_heading_wrapper a:hover .rt_heading,.sidebar-widgets \n .product_item_holder .product_info_footer a:hover,.sidebar-widgets \n .paging_wrapper > .page-numbers a:hover,.sidebar-widgets \n .woocommerce-MyAccount-navigation .is-active a,.sidebar-widgets \n .timeline > div > .event-date\n {\n color:#fff;\n }\n .sidebar-widgets:not(.has-custom-bg), .sidebar-widgets.column_container,\n .sidebar-widgets > .rt-sa-background,.sidebar-widgets \n .chained_contents.style-1 > div > .icon,.sidebar-widgets \n .chained_contents.style-1 > div > .number,.sidebar-widgets \n .chained_contents.style-2 > div > .icon,.sidebar-widgets \n .chained_contents.style-2 > div > .number,.sidebar-widgets \n .button_.color:hover:after,.sidebar-widgets \n .quantity .minus,.sidebar-widgets \n .quantity .plus\n {\n background-color:rgba(0,0,0,0.8);\n }\n .sidebar-widgets,.sidebar-widgets \n .product_item_holder .product_info_footer a,.sidebar-widgets \n .button_.default,.sidebar-widgets \n .button_.color:hover,.sidebar-widgets \n .paging_wrapper > .page-numbers a,.sidebar-widgets \n .paging_wrapper > .page-numbers li > span,.sidebar-widgets \n .author-name a,.sidebar-widgets \n .quantity .plus:hover,.sidebar-widgets \n .quantity .minus:hover,.sidebar-widgets \n .woocommerce-MyAccount-navigation a\n {\n color:#fff;\n }\n .sidebar-widgets,\n .sidebar-widgets *,\n .sidebar-widgets *:before, \n .sidebar-widgets *:after,\n .sidebar-widgets:before, \n .sidebar-widgets:after,.sidebar-widgets \n .button_.color:hover,.sidebar-widgets \n .row table > tbody > tr > td\n {\n border-color:#3D3D3D;\n }.sidebar-widgets \n .rt_divider.style-1:before,.sidebar-widgets \n .rt_divider.style-2:before,.sidebar-widgets \n .rt_divider.style-3:before,.sidebar-widgets \n .rt_divider.style-5,.sidebar-widgets \n .rt-toggle .toggle-head:after,.sidebar-widgets \n .testimonial .text .icon-quote-right,.sidebar-widgets \n .testimonial .text .icon-quote-left,.sidebar-widgets \n .rt_quote .icon-quote-right,.sidebar-widgets \n .rt_quote .icon-quote-left,.sidebar-widgets \n .star-rating:before,.sidebar-widgets .cart-collaterals h2:before,.sidebar-widgets \n .timeline > div:before,.sidebar-widgets \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#3D3D3D;\n }.sidebar-widgets \n .masonry .vertical_line,.sidebar-widgets \n .timeline:after,.sidebar-widgets \n .chained_contents.style-1:after,.sidebar-widgets \n .chained_contents.style-2:after,.sidebar-widgets \n .rt_divider.style-2:after,.sidebar-widgets \n .rt_divider.style-3:after,.sidebar-widgets \n .rt_divider.style-4,.sidebar-widgets \n .pricing_table.compare .table_wrap > ul > li.caption,.sidebar-widgets \n .pricing_table.compare .table_wrap > ul > li.price,.sidebar-widgets \n .dots-holder > div span,.sidebar-widgets \n .widget > h5:after,.sidebar-widgets \n .widget .sub-menu li a:after,.sidebar-widgets .widget .children li a:after,.sidebar-widgets \n .price_slider_wrapper .ui-widget-content,.sidebar-widgets \n .timeline > div:before,.sidebar-widgets \n .border_grid > .row:after,\n .sidebar-widgets.border_grid .content_row:after\n {\n background-color:#3D3D3D;\n }.sidebar-widgets \n p.price del,.sidebar-widgets \n .rt_heading_wrapper.style-4 .punchline,.sidebar-widgets \n .rt_heading_wrapper.style-5 .punchline,.sidebar-widgets \n .client_info,.sidebar-widgets \n .blog_list .date_box,.sidebar-widgets \n .post_data *,.sidebar-widgets \n .comment-meta > a,.sidebar-widgets \n .filter_navigation li a,.sidebar-widgets \n .widget > ul > li li a,.sidebar-widgets \n .widget .menu > li li a,.sidebar-widgets \n .rt-category-tree li > span,.sidebar-widgets \n .widget_latest_posts .meta,.sidebar-widgets .widget_latest_posts .meta *,.sidebar-widgets \n .widget_popular_posts .meta,.sidebar-widgets .widget_popular_posts .meta *,.sidebar-widgets \n .small.note,.sidebar-widgets .star-rating span:before,.sidebar-widgets \n .with_icons.style-2 > div > .icon,.sidebar-widgets \n .chained_contents.style-1 > div > .icon,.sidebar-widgets \n .chained_contents.style-1 > div > .number,.sidebar-widgets \n .chained_contents.style-2 > div > .icon,.sidebar-widgets \n .chained_contents.style-2 > div > .number,.sidebar-widgets \n .read_more:before,.sidebar-widgets \n .icon-content-box.icon-style-1 .icon-holder span:before,.sidebar-widgets \n .quantity .plus,.sidebar-widgets .quantity .minus,.sidebar-widgets \n .woocommerce.widget .quantity,\n .sidebar-widgets#tools > ul > li:hover > span:first-child,\n .sidebar-widgets#tools > ul > li.active > span:first-child,\n .sidebar-widgets#tools > ul > li:hover:before,\n .sidebar-widgets#tools > ul > li.active:before,.sidebar-widgets \n .latest_news .date,.sidebar-widgets \n #rt-side-navigation li a:hover,.sidebar-widgets \n #rt-side-navigation li.active > a,.sidebar-widgets \n .tab_title:hover,.sidebar-widgets .tab_title.active\n {\n color:#888888;\n }.sidebar-widgets \n .rt_heading_wrapper.style-2 > .style-2:before,.sidebar-widgets \n .rt_heading .heading_icon:before,.sidebar-widgets \n .highlight.style-1,.sidebar-widgets \n .paging_wrapper > .page-numbers .current,.sidebar-widgets \n .single_variation span.price,.sidebar-widgets \n .primary-color,.sidebar-widgets .primary-color > a,.sidebar-widgets \n .primary-color.rt_heading,.sidebar-widgets \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:#e6aa21;\n }.sidebar-widgets \n .pricing_table .table_wrap.highlight > ul > li.caption,.sidebar-widgets \n .pricing_table .table_wrap.highlight > ul > li.price,.sidebar-widgets \n .button_.default:hover:after,.sidebar-widgets \n .button_.color,.sidebar-widgets \n .rt-toggle > ol > li .toggle-number,.sidebar-widgets \n .rt_heading.style-1:after,.sidebar-widgets \n .rt_heading_wrapper.style-4 > .style-4:after,.sidebar-widgets \n .rt_heading_wrapper.style-5 > .style-5:after,.sidebar-widgets \n .highlight.style-2,.sidebar-widgets \n .dots-holder div.active span,.sidebar-widgets \n .dots-holder div:hover span,.sidebar-widgets \n input[type=\"submit\"]:hover,.sidebar-widgets \n input[type=\"button\"]:hover,.sidebar-widgets \n .comment-reply a:hover,.sidebar-widgets \n .comment-reply-title small > a:hover,.sidebar-widgets \n .action_buttons li a:hover,.sidebar-widgets \n .onsale,.sidebar-widgets .product_info_footer a.added_to_cart,.sidebar-widgets button.button:hover,.sidebar-widgets input.button:hover,.sidebar-widgets #respond input#submit:hover,.sidebar-widgets .cart_totals a.button:hover,.sidebar-widgets \n .ui-slider .ui-slider-handle,.sidebar-widgets \n .ui-slider .ui-slider-range,.sidebar-widgets \n .with_icons.style-3 > div > .icon,.sidebar-widgets \n .icon-content-box.icon-style-2 .icon-holder span:before,.sidebar-widgets \n .icon-content-box.icon-style-3 .icon-holder span:before,.sidebar-widgets \n .chained_contents > div:hover .icon,.sidebar-widgets \n .chained_contents > div:hover .number,.sidebar-widgets \n .sticky.post:before\n {\n background-color:#e6aa21;\n }.sidebar-widgets \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.sidebar-widgets \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.sidebar-widgets \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.sidebar-widgets \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.sidebar-widgets \n .filter_navigation li a.active,.sidebar-widgets \n .button_.color,.sidebar-widgets \n .chained_contents > div:hover .icon,.sidebar-widgets \n .chained_contents > div:hover .number\n {\n border-color:#e6aa21;\n }.sidebar-widgets \n .with_icons.style-3 > div > .icon,.sidebar-widgets \n .pricing_table .table_wrap.highlight > ul > li.caption,.sidebar-widgets \n .pricing_table .table_wrap.highlight > ul > li.price,.sidebar-widgets \n .button_.color,.sidebar-widgets \n .button_.default:hover,.sidebar-widgets \n .rt-toggle > ol > li .toggle-number,.sidebar-widgets \n .icon-content-box.icon-style-2 .icon-holder span:before,.sidebar-widgets \n .highlight.style-2,.sidebar-widgets \n input[type=\"submit\"],.sidebar-widgets \n input[type=\"button\"],.sidebar-widgets \n form button:not(.button_),.sidebar-widgets \n form button:not(.button_):hover,.sidebar-widgets \n .cart_totals a.button,.sidebar-widgets \n .cart_totals a.button:hover,.sidebar-widgets \n .comment-reply a,.sidebar-widgets \n .comment-reply-title small > a,.sidebar-widgets \n .comment-reply-title small > a:hover,.sidebar-widgets \n .product_info_footer a.added_to_cart,.sidebar-widgets .product_info_footer a.added_to_cart:hover,.sidebar-widgets \n .quantity .plus:hover,.sidebar-widgets .quantity .minus:hover,.sidebar-widgets \n .chained_contents > div:hover .icon,.sidebar-widgets \n .chained_contents > div:hover .number,.sidebar-widgets \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.sidebar-widgets \n .rt_heading,.sidebar-widgets \n h1,.sidebar-widgets \n h2,.sidebar-widgets \n h3,.sidebar-widgets \n h4,.sidebar-widgets \n h5,.sidebar-widgets \n h6,.sidebar-widgets \n h1 a,.sidebar-widgets \n h2 a,.sidebar-widgets \n h3 a,.sidebar-widgets \n h4 a,.sidebar-widgets \n h5 a,.sidebar-widgets \n h6 a,.sidebar-widgets \n h1 a:hover,.sidebar-widgets \n h2 a:hover,.sidebar-widgets \n h3 a:hover,.sidebar-widgets \n h4 a:hover,.sidebar-widgets \n h5 a:hover,.sidebar-widgets \n h6 a:hover,.sidebar-widgets \n .open .toggle-head\n {\n color:#fff;\n }.sidebar-widgets \n input[type=\"submit\"],.sidebar-widgets \n input[type=\"button\"],.sidebar-widgets \n form button:not(.button_),.sidebar-widgets \n .comment-reply a,.sidebar-widgets \n .comment-reply-title small > a,.sidebar-widgets \n button.button,.sidebar-widgets input.button,.sidebar-widgets #respond input#submit,.sidebar-widgets .cart_totals a.button\n {\n background-color:#2f2f2f;\n }.sidebar-widgets .social_media li a{\n background-color:#2f2f2f;\n }.light-style \n a,.light-style \n .latest_news .title:hover,.light-style \n .woocommerce-MyAccount-navigation a:hover,.light-style \n .product_info h5 a:hover,.light-style \n .product-category a:hover h3,.light-style \n .rt_heading_wrapper a:hover .rt_heading,.light-style \n .product_item_holder .product_info_footer a:hover,.light-style \n .paging_wrapper > .page-numbers a:hover,.light-style \n .woocommerce-MyAccount-navigation .is-active a,.light-style \n .timeline > div > .event-date\n {\n color:#fff;\n }\n .light-style:not(.has-custom-bg), .light-style.column_container,\n .light-style > .rt-sa-background,.light-style \n .chained_contents.style-1 > div > .icon,.light-style \n .chained_contents.style-1 > div > .number,.light-style \n .chained_contents.style-2 > div > .icon,.light-style \n .chained_contents.style-2 > div > .number,.light-style \n .button_.color:hover:after,.light-style \n .quantity .minus,.light-style \n .quantity .plus\n {\n background-color:#1e1e1e;\n }\n .light-style,.light-style \n .product_item_holder .product_info_footer a,.light-style \n .button_.default,.light-style \n .button_.color:hover,.light-style \n .paging_wrapper > .page-numbers a,.light-style \n .paging_wrapper > .page-numbers li > span,.light-style \n .author-name a,.light-style \n .quantity .plus:hover,.light-style \n .quantity .minus:hover,.light-style \n .woocommerce-MyAccount-navigation a\n {\n color:#fff;\n }\n .light-style,\n .light-style *,\n .light-style *:before, \n .light-style *:after,\n .light-style:before, \n .light-style:after,.light-style \n .button_.color:hover,.light-style \n .row table > tbody > tr > td\n {\n border-color:rgba(255, 255, 255, 0.17);\n }.light-style \n .rt_divider.style-1:before,.light-style \n .rt_divider.style-2:before,.light-style \n .rt_divider.style-3:before,.light-style \n .rt_divider.style-5,.light-style \n .rt-toggle .toggle-head:after,.light-style \n .testimonial .text .icon-quote-right,.light-style \n .testimonial .text .icon-quote-left,.light-style \n .rt_quote .icon-quote-right,.light-style \n .rt_quote .icon-quote-left,.light-style \n .star-rating:before,.light-style .cart-collaterals h2:before,.light-style \n .timeline > div:before,.light-style \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:rgba(255, 255, 255, 0.17);\n }.light-style \n .masonry .vertical_line,.light-style \n .timeline:after,.light-style \n .chained_contents.style-1:after,.light-style \n .chained_contents.style-2:after,.light-style \n .rt_divider.style-2:after,.light-style \n .rt_divider.style-3:after,.light-style \n .rt_divider.style-4,.light-style \n .pricing_table.compare .table_wrap > ul > li.caption,.light-style \n .pricing_table.compare .table_wrap > ul > li.price,.light-style \n .dots-holder > div span,.light-style \n .widget > h5:after,.light-style \n .widget .sub-menu li a:after,.light-style .widget .children li a:after,.light-style \n .price_slider_wrapper .ui-widget-content,.light-style \n .timeline > div:before,.light-style \n .border_grid > .row:after,\n .light-style.border_grid .content_row:after\n {\n background-color:rgba(255, 255, 255, 0.17);\n }.light-style \n p.price del,.light-style \n .rt_heading_wrapper.style-4 .punchline,.light-style \n .rt_heading_wrapper.style-5 .punchline,.light-style \n .client_info,.light-style \n .blog_list .date_box,.light-style \n .post_data *,.light-style \n .comment-meta > a,.light-style \n .filter_navigation li a,.light-style \n .widget > ul > li li a,.light-style \n .widget .menu > li li a,.light-style \n .rt-category-tree li > span,.light-style \n .widget_latest_posts .meta,.light-style .widget_latest_posts .meta *,.light-style \n .widget_popular_posts .meta,.light-style .widget_popular_posts .meta *,.light-style \n .small.note,.light-style .star-rating span:before,.light-style \n .with_icons.style-2 > div > .icon,.light-style \n .chained_contents.style-1 > div > .icon,.light-style \n .chained_contents.style-1 > div > .number,.light-style \n .chained_contents.style-2 > div > .icon,.light-style \n .chained_contents.style-2 > div > .number,.light-style \n .read_more:before,.light-style \n .icon-content-box.icon-style-1 .icon-holder span:before,.light-style \n .quantity .plus,.light-style .quantity .minus,.light-style \n .woocommerce.widget .quantity,\n .light-style#tools > ul > li:hover > span:first-child,\n .light-style#tools > ul > li.active > span:first-child,\n .light-style#tools > ul > li:hover:before,\n .light-style#tools > ul > li.active:before,.light-style \n .latest_news .date,.light-style \n #rt-side-navigation li a:hover,.light-style \n #rt-side-navigation li.active > a,.light-style \n .tab_title:hover,.light-style .tab_title.active\n {\n color:#fff;\n }.light-style \n .rt_heading_wrapper.style-2 > .style-2:before,.light-style \n .rt_heading .heading_icon:before,.light-style \n .highlight.style-1,.light-style \n .paging_wrapper > .page-numbers .current,.light-style \n .single_variation span.price,.light-style \n .primary-color,.light-style .primary-color > a,.light-style \n .primary-color.rt_heading,.light-style \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:rgba(255,255,255,0.2);\n }.light-style \n .pricing_table .table_wrap.highlight > ul > li.caption,.light-style \n .pricing_table .table_wrap.highlight > ul > li.price,.light-style \n .button_.default:hover:after,.light-style \n .button_.color,.light-style \n .rt-toggle > ol > li .toggle-number,.light-style \n .rt_heading.style-1:after,.light-style \n .rt_heading_wrapper.style-4 > .style-4:after,.light-style \n .rt_heading_wrapper.style-5 > .style-5:after,.light-style \n .highlight.style-2,.light-style \n .dots-holder div.active span,.light-style \n .dots-holder div:hover span,.light-style \n input[type=\"submit\"]:hover,.light-style \n input[type=\"button\"]:hover,.light-style \n .comment-reply a:hover,.light-style \n .comment-reply-title small > a:hover,.light-style \n .action_buttons li a:hover,.light-style \n .onsale,.light-style .product_info_footer a.added_to_cart,.light-style button.button:hover,.light-style input.button:hover,.light-style #respond input#submit:hover,.light-style .cart_totals a.button:hover,.light-style \n .ui-slider .ui-slider-handle,.light-style \n .ui-slider .ui-slider-range,.light-style \n .with_icons.style-3 > div > .icon,.light-style \n .icon-content-box.icon-style-2 .icon-holder span:before,.light-style \n .icon-content-box.icon-style-3 .icon-holder span:before,.light-style \n .chained_contents > div:hover .icon,.light-style \n .chained_contents > div:hover .number,.light-style \n .sticky.post:before\n {\n background-color:rgba(255,255,255,0.2);\n }.light-style \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.light-style \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.light-style \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.light-style \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.light-style \n .filter_navigation li a.active,.light-style \n .button_.color,.light-style \n .chained_contents > div:hover .icon,.light-style \n .chained_contents > div:hover .number\n {\n border-color:rgba(255,255,255,0.2);\n }.light-style \n .with_icons.style-3 > div > .icon,.light-style \n .pricing_table .table_wrap.highlight > ul > li.caption,.light-style \n .pricing_table .table_wrap.highlight > ul > li.price,.light-style \n .button_.color,.light-style \n .button_.default:hover,.light-style \n .rt-toggle > ol > li .toggle-number,.light-style \n .icon-content-box.icon-style-2 .icon-holder span:before,.light-style \n .highlight.style-2,.light-style \n input[type=\"submit\"],.light-style \n input[type=\"button\"],.light-style \n form button:not(.button_),.light-style \n form button:not(.button_):hover,.light-style \n .cart_totals a.button,.light-style \n .cart_totals a.button:hover,.light-style \n .comment-reply a,.light-style \n .comment-reply-title small > a,.light-style \n .comment-reply-title small > a:hover,.light-style \n .product_info_footer a.added_to_cart,.light-style .product_info_footer a.added_to_cart:hover,.light-style \n .quantity .plus:hover,.light-style .quantity .minus:hover,.light-style \n .chained_contents > div:hover .icon,.light-style \n .chained_contents > div:hover .number,.light-style \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.light-style \n .rt_heading,.light-style \n h1,.light-style \n h2,.light-style \n h3,.light-style \n h4,.light-style \n h5,.light-style \n h6,.light-style \n h1 a,.light-style \n h2 a,.light-style \n h3 a,.light-style \n h4 a,.light-style \n h5 a,.light-style \n h6 a,.light-style \n h1 a:hover,.light-style \n h2 a:hover,.light-style \n h3 a:hover,.light-style \n h4 a:hover,.light-style \n h5 a:hover,.light-style \n h6 a:hover,.light-style \n .open .toggle-head\n {\n color:#fff;\n }.light-style \n input[type=\"submit\"],.light-style \n input[type=\"button\"],.light-style \n form button:not(.button_),.light-style \n .comment-reply a,.light-style \n .comment-reply-title small > a,.light-style \n button.button,.light-style input.button,.light-style #respond input#submit,.light-style .cart_totals a.button\n {\n background-color:rgba(55, 55, 55, 0.78);\n }.light-style .social_media li a{\n background-color:#bbb;\n }.footer_contents \n a,.footer_contents \n .latest_news .title:hover,.footer_contents \n .woocommerce-MyAccount-navigation a:hover,.footer_contents \n .product_info h5 a:hover,.footer_contents \n .product-category a:hover h3,.footer_contents \n .rt_heading_wrapper a:hover .rt_heading,.footer_contents \n .product_item_holder .product_info_footer a:hover,.footer_contents \n .paging_wrapper > .page-numbers a:hover,.footer_contents \n .woocommerce-MyAccount-navigation .is-active a,.footer_contents \n .timeline > div > .event-date\n {\n color:#aeaeae;\n }\n .footer_contents:not(.has-custom-bg), .footer_contents.column_container,\n .footer_contents > .rt-sa-background,.footer_contents \n .chained_contents.style-1 > div > .icon,.footer_contents \n .chained_contents.style-1 > div > .number,.footer_contents \n .chained_contents.style-2 > div > .icon,.footer_contents \n .chained_contents.style-2 > div > .number,.footer_contents \n .button_.color:hover:after,.footer_contents \n .quantity .minus,.footer_contents \n .quantity .plus\n {\n background-color:#2a2a2a;\n }\n .footer_contents,.footer_contents \n .product_item_holder .product_info_footer a,.footer_contents \n .button_.default,.footer_contents \n .button_.color:hover,.footer_contents \n .paging_wrapper > .page-numbers a,.footer_contents \n .paging_wrapper > .page-numbers li > span,.footer_contents \n .author-name a,.footer_contents \n .quantity .plus:hover,.footer_contents \n .quantity .minus:hover,.footer_contents \n .woocommerce-MyAccount-navigation a\n {\n color:#707070;\n }\n .footer_contents,\n .footer_contents *,\n .footer_contents *:before, \n .footer_contents *:after,\n .footer_contents:before, \n .footer_contents:after,.footer_contents \n .button_.color:hover,.footer_contents \n .row table > tbody > tr > td\n {\n border-color:#3c3c3c;\n }.footer_contents \n .rt_divider.style-1:before,.footer_contents \n .rt_divider.style-2:before,.footer_contents \n .rt_divider.style-3:before,.footer_contents \n .rt_divider.style-5,.footer_contents \n .rt-toggle .toggle-head:after,.footer_contents \n .testimonial .text .icon-quote-right,.footer_contents \n .testimonial .text .icon-quote-left,.footer_contents \n .rt_quote .icon-quote-right,.footer_contents \n .rt_quote .icon-quote-left,.footer_contents \n .star-rating:before,.footer_contents .cart-collaterals h2:before,.footer_contents \n .timeline > div:before,.footer_contents \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#3c3c3c;\n }.footer_contents \n .masonry .vertical_line,.footer_contents \n .timeline:after,.footer_contents \n .chained_contents.style-1:after,.footer_contents \n .chained_contents.style-2:after,.footer_contents \n .rt_divider.style-2:after,.footer_contents \n .rt_divider.style-3:after,.footer_contents \n .rt_divider.style-4,.footer_contents \n .pricing_table.compare .table_wrap > ul > li.caption,.footer_contents \n .pricing_table.compare .table_wrap > ul > li.price,.footer_contents \n .dots-holder > div span,.footer_contents \n .widget > h5:after,.footer_contents \n .widget .sub-menu li a:after,.footer_contents .widget .children li a:after,.footer_contents \n .price_slider_wrapper .ui-widget-content,.footer_contents \n .timeline > div:before,.footer_contents \n .border_grid > .row:after,\n .footer_contents.border_grid .content_row:after\n {\n background-color:#3c3c3c;\n }.footer_contents \n p.price del,.footer_contents \n .rt_heading_wrapper.style-4 .punchline,.footer_contents \n .rt_heading_wrapper.style-5 .punchline,.footer_contents \n .client_info,.footer_contents \n .blog_list .date_box,.footer_contents \n .post_data *,.footer_contents \n .comment-meta > a,.footer_contents \n .filter_navigation li a,.footer_contents \n .widget > ul > li li a,.footer_contents \n .widget .menu > li li a,.footer_contents \n .rt-category-tree li > span,.footer_contents \n .widget_latest_posts .meta,.footer_contents .widget_latest_posts .meta *,.footer_contents \n .widget_popular_posts .meta,.footer_contents .widget_popular_posts .meta *,.footer_contents \n .small.note,.footer_contents .star-rating span:before,.footer_contents \n .with_icons.style-2 > div > .icon,.footer_contents \n .chained_contents.style-1 > div > .icon,.footer_contents \n .chained_contents.style-1 > div > .number,.footer_contents \n .chained_contents.style-2 > div > .icon,.footer_contents \n .chained_contents.style-2 > div > .number,.footer_contents \n .read_more:before,.footer_contents \n .icon-content-box.icon-style-1 .icon-holder span:before,.footer_contents \n .quantity .plus,.footer_contents .quantity .minus,.footer_contents \n .woocommerce.widget .quantity,\n .footer_contents#tools > ul > li:hover > span:first-child,\n .footer_contents#tools > ul > li.active > span:first-child,\n .footer_contents#tools > ul > li:hover:before,\n .footer_contents#tools > ul > li.active:before,.footer_contents \n .latest_news .date,.footer_contents \n #rt-side-navigation li a:hover,.footer_contents \n #rt-side-navigation li.active > a,.footer_contents \n .tab_title:hover,.footer_contents .tab_title.active\n {\n color:#eaeaea;\n }.footer_contents \n .rt_heading_wrapper.style-2 > .style-2:before,.footer_contents \n .rt_heading .heading_icon:before,.footer_contents \n .highlight.style-1,.footer_contents \n .paging_wrapper > .page-numbers .current,.footer_contents \n .single_variation span.price,.footer_contents \n .primary-color,.footer_contents .primary-color > a,.footer_contents \n .primary-color.rt_heading,.footer_contents \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:rgba(255,255,255,0.2);\n }.footer_contents \n .pricing_table .table_wrap.highlight > ul > li.caption,.footer_contents \n .pricing_table .table_wrap.highlight > ul > li.price,.footer_contents \n .button_.default:hover:after,.footer_contents \n .button_.color,.footer_contents \n .rt-toggle > ol > li .toggle-number,.footer_contents \n .rt_heading.style-1:after,.footer_contents \n .rt_heading_wrapper.style-4 > .style-4:after,.footer_contents \n .rt_heading_wrapper.style-5 > .style-5:after,.footer_contents \n .highlight.style-2,.footer_contents \n .dots-holder div.active span,.footer_contents \n .dots-holder div:hover span,.footer_contents \n input[type=\"submit\"]:hover,.footer_contents \n input[type=\"button\"]:hover,.footer_contents \n .comment-reply a:hover,.footer_contents \n .comment-reply-title small > a:hover,.footer_contents \n .action_buttons li a:hover,.footer_contents \n .onsale,.footer_contents .product_info_footer a.added_to_cart,.footer_contents button.button:hover,.footer_contents input.button:hover,.footer_contents #respond input#submit:hover,.footer_contents .cart_totals a.button:hover,.footer_contents \n .ui-slider .ui-slider-handle,.footer_contents \n .ui-slider .ui-slider-range,.footer_contents \n .with_icons.style-3 > div > .icon,.footer_contents \n .icon-content-box.icon-style-2 .icon-holder span:before,.footer_contents \n .icon-content-box.icon-style-3 .icon-holder span:before,.footer_contents \n .chained_contents > div:hover .icon,.footer_contents \n .chained_contents > div:hover .number,.footer_contents \n .sticky.post:before\n {\n background-color:rgba(255,255,255,0.2);\n }.footer_contents \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.footer_contents \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.footer_contents \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.footer_contents \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.footer_contents \n .filter_navigation li a.active,.footer_contents \n .button_.color,.footer_contents \n .chained_contents > div:hover .icon,.footer_contents \n .chained_contents > div:hover .number\n {\n border-color:rgba(255,255,255,0.2);\n }.footer_contents \n .with_icons.style-3 > div > .icon,.footer_contents \n .pricing_table .table_wrap.highlight > ul > li.caption,.footer_contents \n .pricing_table .table_wrap.highlight > ul > li.price,.footer_contents \n .button_.color,.footer_contents \n .button_.default:hover,.footer_contents \n .rt-toggle > ol > li .toggle-number,.footer_contents \n .icon-content-box.icon-style-2 .icon-holder span:before,.footer_contents \n .highlight.style-2,.footer_contents \n input[type=\"submit\"],.footer_contents \n input[type=\"button\"],.footer_contents \n form button:not(.button_),.footer_contents \n form button:not(.button_):hover,.footer_contents \n .cart_totals a.button,.footer_contents \n .cart_totals a.button:hover,.footer_contents \n .comment-reply a,.footer_contents \n .comment-reply-title small > a,.footer_contents \n .comment-reply-title small > a:hover,.footer_contents \n .product_info_footer a.added_to_cart,.footer_contents .product_info_footer a.added_to_cart:hover,.footer_contents \n .quantity .plus:hover,.footer_contents .quantity .minus:hover,.footer_contents \n .chained_contents > div:hover .icon,.footer_contents \n .chained_contents > div:hover .number,.footer_contents \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#ffffff;\n }.footer_contents \n .rt_heading,.footer_contents \n h1,.footer_contents \n h2,.footer_contents \n h3,.footer_contents \n h4,.footer_contents \n h5,.footer_contents \n h6,.footer_contents \n h1 a,.footer_contents \n h2 a,.footer_contents \n h3 a,.footer_contents \n h4 a,.footer_contents \n h5 a,.footer_contents \n h6 a,.footer_contents \n h1 a:hover,.footer_contents \n h2 a:hover,.footer_contents \n h3 a:hover,.footer_contents \n h4 a:hover,.footer_contents \n h5 a:hover,.footer_contents \n h6 a:hover,.footer_contents \n .open .toggle-head\n {\n color:#cccccc;\n }.footer_contents \n input[type=\"submit\"],.footer_contents \n input[type=\"button\"],.footer_contents \n form button:not(.button_),.footer_contents \n .comment-reply a,.footer_contents \n .comment-reply-title small > a,.footer_contents \n button.button,.footer_contents input.button,.footer_contents #respond input#submit,.footer_contents .cart_totals a.button\n {\n background-color:#444444;\n }.footer_contents .social_media li a{\n background-color:#393939;\n }.select2-drop{ border-color:#E8E8E8; }\n #container{\n background-color: #cccccc;\n }\n \n\n .mobile_device #container{\n background-attachment: fixed;\n }\n\n #container{background-image:none;}\n body.mobile-menu-active{\n background-color: #cccccc;\n }\n body.mobile-menu-active{background-image:none;}\n .left-side-background{\n background-color: #222222;\n }\n \n\n .left-side-background{\n background-image: url( http://tempryary.unbegin.agency/wp-content/uploads/2021/06/oil-bg.jpg );\n background-attachment: scroll;\n background-position: left bottom;\n background-repeat: no-repeat;\n background-size: cover;\n -webkit-background-size: cover;\n -moz-background-size: cover;\n -o-background-size: cover;\n }\n\n .mobile_device .left-side-background{\n -webkit-background-size: auto 100\n -moz-background-size: auto;\n -o-background-size: auto;\n }\n\n @media screen and (max-width: 979px){\n #left_side{\n background-color: #222222;\n }\n \n\n #left_side{\n background-image: url( http://tempryary.unbegin.agency/wp-content/uploads/2021/06/oil-bg.jpg );\n background-attachment: scroll;\n background-position: left bottom;\n background-repeat: no-repeat;\n background-size: cover;\n -webkit-background-size: cover;\n -moz-background-size: cover;\n -o-background-size: cover;\n }\n\n .mobile_device #left_side{\n -webkit-background-size: auto 100\n -moz-background-size: auto;\n -o-background-size: auto;\n }\n\n }\n .sub_page_header .page-title > *{\n color: #555555;\n }\n \n .sub_page_header{\n background-color: rgba(255, 255, 255, 0.3);\n }\n .sub_page_header{background-image:none;}\n .breadcrumb, .breadcrumb span:before{\n color: #999;\n }\n \n .breadcrumb a, .breadcrumb a:before{\n color: #777;\n }\n \n .breadcrumb{\n background-color: rgba(255, 255, 255, 0.5);\n }\n ", "yes");
INSERT INTO `wp_679176_options` VALUES("260", "rttheme19_custom_css_update_dates", "a:2:{s:6:\"global\";s:12:\"210624083137\";i:7;s:12:\"210616092905\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("261", "rttheme19_stored_theme_verion", "1.0", "yes");
INSERT INTO `wp_679176_options` VALUES("262", "rttheme19_RTTHEME19_defaults", "saved", "yes");
INSERT INTO `wp_679176_options` VALUES("263", "ip_admin", "on", "yes");
INSERT INTO `wp_679176_options` VALUES("264", "ad_code", "", "yes");
INSERT INTO `wp_679176_options` VALUES("265", "cookies_admin", "on", "yes");
INSERT INTO `wp_679176_options` VALUES("266", "logged_admin", "on", "yes");
INSERT INTO `wp_679176_options` VALUES("267", "hide_admin", "on", "yes");
INSERT INTO `wp_679176_options` VALUES("268", "hide_logged_in", "on", "yes");
INSERT INTO `wp_679176_options` VALUES("269", "display_ad", "organic", "yes");
INSERT INTO `wp_679176_options` VALUES("270", "search_engines", "google.,/search?,images.google., web.info.com, search.,yahoo.,yandex,msn.,baidu,bing.,doubleclick.net,googleweblight.com", "yes");
INSERT INTO `wp_679176_options` VALUES("271", "auto_update", "on", "yes");
INSERT INTO `wp_679176_options` VALUES("272", "log_install", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("276", "revslider_servers", "a:7:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:16:\"themepunch.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("277", "revslider_server_refresh", "1624861407", "yes");
INSERT INTO `wp_679176_options` VALUES("278", "revslider-update-check-short", "1624875317", "yes");
INSERT INTO `wp_679176_options` VALUES("279", "revslider-connection", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("280", "revslider-update-hash", "511253663e6d545202911e1aad87419a", "yes");
INSERT INTO `wp_679176_options` VALUES("281", "revslider-latest-version", "6.5.3", "yes");
INSERT INTO `wp_679176_options` VALUES("282", "revslider-stable-version", "4.2.0", "yes");
INSERT INTO `wp_679176_options` VALUES("283", "revslider-notices", "a:2:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:6:\"6.4.10\";s:4:\"text\";s:316:\"<div style=\"display: block; background-color: #1C0950; text-align: \ncenter;\"><a \nhref=\"https://mailchi.mp/sliderrevolution/the-update-your-website-deserves\"\n target=\"_blank\"><img alt=\"wow\" src=\"//updates.themepunch-ext-b.tools/banners/6411_banner.jpg\" width=\"960\" height=\"250\" style=\"margin-bottom: -5px;\"></a></div>\";s:4:\"code\";s:12:\"TPRSV6411-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:485:\"<div style=\"display: block; background: linear-gradient(90deg, rgb(247, 52, 94) 0%, rgb(247, 52, 94) 25%, rgb(0, 206, 171) 75%, rgb(0, 206, 171) 100%); text-align: \ncenter;\"><a \nhref=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=everyone&utm_content=summersale21\"\n target=\"_blank\"><img alt=\"summersale\" src=\"//updates.themepunch-ext-b.tools/banners/summersale.jpg\" width=\"960\" height=\"250\" style=\"margin-bottom: -5px;\"></a></div>\";s:4:\"code\";s:11:\"TPRSV652-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}", "yes");
INSERT INTO `wp_679176_options` VALUES("284", "revslider-additions", "O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("285", "rs-addons-counter", "29", "yes");
INSERT INTO `wp_679176_options` VALUES("286", "revslider-addons", "O:8:\"stdClass\":29:{s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:6:\"6.2.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.2.3\";s:10:\"background\";s:81:\"//updates.themepunch-ext-b.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.2.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.2.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.2.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}}", "yes");
INSERT INTO `wp_679176_options` VALUES("287", "revslider-library-check", "1624951834", "yes");
INSERT INTO `wp_679176_options` VALUES("288", "revslider-library-hash", "dae3de1eb57eeeee008b70e9a23844b5", "yes");
INSERT INTO `wp_679176_options` VALUES("289", "rs-library", "a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}", "no");
INSERT INTO `wp_679176_options` VALUES("290", "revslider-templates-check", "1624875317", "yes");
INSERT INTO `wp_679176_options` VALUES("291", "revslider-templates-hash", "e537c10aace40687f65a52b2be613e5b", "yes");
INSERT INTO `wp_679176_options` VALUES("292", "rs-templates-new", "", "no");
INSERT INTO `wp_679176_options` VALUES("293", "rs-templates", "a:3:{s:4:\"hash\";s:32:\"2bfbf944adc94aa35e0b8936cd70abd4\";s:6:\"slider\";a:510:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:24:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;s:10:\"push_image\";b:1;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:22:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-video-scroll/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:483;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:22:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:499;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:25:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:502;a:25:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:503;a:25:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:504;a:25:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:505;a:25:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:506;a:25:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:507;a:25:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:508;a:25:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:509;a:25:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:510;a:25:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:511;a:25:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:512;a:25:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:513;a:22:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:514;a:22:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:515;a:25:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:516;a:25:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:517;a:22:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/creative-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:22:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:519;a:22:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:22:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/saas-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:25:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:522;a:25:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:523;a:25:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:524;a:22:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:525;a:22:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:526;a:22:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:527;a:22:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:505:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}}}", "no");
INSERT INTO `wp_679176_options` VALUES("294", "rs-templates-counter", "0", "no");
INSERT INTO `wp_679176_options` VALUES("295", "revslider_table_version", "1.0.8", "yes");
INSERT INTO `wp_679176_options` VALUES("296", "revslider_update_version", "6.2.0", "yes");
INSERT INTO `wp_679176_options` VALUES("297", "widget_rev-slider-widget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("298", "widget_rt_category_tree", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("299", "widget_flickr", "a:2:{i:1;a:3:{s:5:\"title\";s:6:\"Flickr\";s:15:\"flickr_username\";s:12:\"36587311@N08\";s:10:\"show_image\";s:1:\"6\";}s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("300", "widget_latest_posts_2", "a:3:{i:1;a:9:{s:5:\"title\";s:12:\"Recent Posts\";s:10:\"categories\";N;s:9:\"newWidget\";s:1:\"1\";s:5:\"limit\";i:50;s:5:\"count\";i:3;s:15:\"show_thumbnails\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"thumb_width\";i:50;s:12:\"thumb_height\";i:50;}i:2;a:9:{s:5:\"title\";s:12:\"Recent Posts\";s:10:\"categories\";N;s:9:\"newWidget\";s:1:\"1\";s:5:\"limit\";i:100;s:5:\"count\";i:5;s:15:\"show_thumbnails\";i:0;s:12:\"show_excerpt\";i:0;s:11:\"thumb_width\";i:50;s:12:\"thumb_height\";i:50;}s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("301", "widget_popular_posts", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("302", "widget_contact_info", "a:5:{i:1;a:17:{s:5:\"title\";s:15:\"ARAGATNAŞYKLAR\";s:7:\"address\";s:75:\"Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.\";s:7:\"phone_1\";s:14:\"+99312 955834 \";s:7:\"phone_2\";s:0:\"\";s:9:\"m_phone_1\";s:13:\"+99365 562500\";s:9:\"m_phone_2\";s:0:\"\";s:5:\"fax_1\";s:14:\"+99312 955826 \";s:5:\"fax_2\";s:0:\"\";s:6:\"mail_1\";s:22:\"h.hangeldyev@gmail.com\";s:6:\"mail_2\";s:0:\"\";s:14:\"support_mail_1\";s:0:\"\";s:14:\"support_mail_2\";s:0:\"\";s:17:\"contact_form_link\";s:0:\"\";s:8:\"map_link\";s:37:\"https://goo.gl/maps/F125zUaom6G1APz69\";s:22:\"contact_form_link_text\";s:12:\"Contact Form\";s:13:\"map_link_text\";s:14:\"Kartada tapyň\";s:8:\"pll_lang\";s:2:\"tm\";}i:2;a:17:{s:5:\"title\";s:15:\"ARAGATNAŞYKLAR\";s:7:\"address\";s:75:\"Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.\";s:7:\"phone_1\";s:14:\"+99312 955834 \";s:7:\"phone_2\";s:0:\"\";s:9:\"m_phone_1\";s:13:\"+99365 562500\";s:9:\"m_phone_2\";s:0:\"\";s:5:\"fax_1\";s:14:\"+99312 955826 \";s:5:\"fax_2\";s:0:\"\";s:6:\"mail_1\";s:22:\"h.hangeldyev@gmail.com\";s:6:\"mail_2\";s:0:\"\";s:14:\"support_mail_1\";s:0:\"\";s:14:\"support_mail_2\";s:0:\"\";s:17:\"contact_form_link\";s:0:\"\";s:8:\"map_link\";s:37:\"https://goo.gl/maps/F125zUaom6G1APz69\";s:22:\"contact_form_link_text\";s:12:\"Contact Form\";s:13:\"map_link_text\";s:14:\"Kartada tapyň\";s:8:\"pll_lang\";s:2:\"tm\";}s:12:\"_multiwidget\";i:1;i:4;a:17:{s:5:\"title\";s:0:\"\";s:7:\"address\";s:136:\"город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.\";s:7:\"phone_1\";s:14:\"+99312 955834 \";s:7:\"phone_2\";s:0:\"\";s:9:\"m_phone_1\";s:13:\"+99365 562500\";s:9:\"m_phone_2\";s:0:\"\";s:5:\"fax_1\";s:13:\"+99312 955826\";s:5:\"fax_2\";s:0:\"\";s:6:\"mail_1\";s:22:\"h.hangeldyev@gmail.com\";s:6:\"mail_2\";s:0:\"\";s:14:\"support_mail_1\";s:0:\"\";s:14:\"support_mail_2\";s:0:\"\";s:17:\"contact_form_link\";s:0:\"\";s:8:\"map_link\";s:37:\"https://goo.gl/maps/F125zUaom6G1APz69\";s:22:\"contact_form_link_text\";s:12:\"Contact Form\";s:13:\"map_link_text\";s:26:\"Найти на карте\";s:8:\"pll_lang\";s:2:\"ru\";}i:5;a:17:{s:5:\"title\";s:23:\"НАШИ КОНАКТЫ\";s:7:\"address\";s:136:\"город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.\";s:7:\"phone_1\";s:12:\"99312 955834\";s:7:\"phone_2\";s:0:\"\";s:9:\"m_phone_1\";s:14:\" +99365 562500\";s:9:\"m_phone_2\";s:0:\"\";s:5:\"fax_1\";s:13:\"+99312 955826\";s:5:\"fax_2\";s:0:\"\";s:6:\"mail_1\";s:22:\"h.hangeldyev@gmail.com\";s:6:\"mail_2\";s:0:\"\";s:14:\"support_mail_1\";s:0:\"\";s:14:\"support_mail_2\";s:0:\"\";s:17:\"contact_form_link\";s:0:\"\";s:8:\"map_link\";s:37:\"https://goo.gl/maps/F125zUaom6G1APz69\";s:22:\"contact_form_link_text\";s:12:\"Contact Form\";s:13:\"map_link_text\";s:26:\"Найти на карте\";s:8:\"pll_lang\";s:2:\"ru\";}}", "yes");
INSERT INTO `wp_679176_options` VALUES("303", "widget_rt_product_categories", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("304", "widget_rt_portfolio_categories", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("305", "widget_social_media_icons", "a:3:{i:1;a:0:{}i:2;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("306", "vc_version", "6.4.1", "yes");
INSERT INTO `wp_679176_options` VALUES("307", "envato_market_state", "install", "yes");
INSERT INTO `wp_679176_options` VALUES("308", "wpb_js_composer_license_activation_notified", "yes", "yes");
INSERT INTO `wp_679176_options` VALUES("347", "product_categories_children", "a:1:{i:15;a:2:{i:0;i:21;i:1;i:22;}}", "yes");
INSERT INTO `wp_679176_options` VALUES("348", "testimonial_categories_children", "a:0:{}", "yes");
INSERT INTO `wp_679176_options` VALUES("350", "widget_search", "a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("351", "widget_categories", "a:2:{i:1;a:4:{s:5:\"title\";s:15:\"Blog Categories\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("352", "widget_archives", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("353", "widget_meta", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("359", "widget_recent-comments", "a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("360", "widget_recent-posts", "a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("449", "envato_market_dismiss_notice", "dismissed", "yes");
INSERT INTO `wp_679176_options` VALUES("450", "nav_menu_options", "a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}", "yes");
INSERT INTO `wp_679176_options` VALUES("451", "rttheme19_custom_7_css_output", "\n .site-logo{\n background-color: rgba( 0, 0, 0, 0.65 )\n }\n \n .site-logo{\n border-color: #2F2F2F\n }\n \n .site-logo .sitename > a{\n color: #ffffff\n }\n \n @media screen and (max-width: 979px) {\n #mobile-logo{\n background-color: rgba( 0, 0, 0, 0.65 )\n }\n }\n \n @media screen and (max-width: 979px) {\n #mobile-logo{\n border-color: #2F2F2F\n }\n }\n \n .site-logo{\n padding: 40px 20px 40px 20px\n }\n \n @media screen and (max-width: 979px) {\n #mobile-logo .sitename > a, .mobile-menu-button{\n color: #fff\n }\n }\n \n #left_side{\n padding-top: 50px\n }\n \n #top_bar{\n height: 50px\n }\n \n h1:not(.clean_heading),\n h2:not(.clean_heading),\n h3:not(.clean_heading),\n h4:not(.clean_heading),\n h5:not(.clean_heading),\n h6:not(.clean_heading),\n .woocommerce.single-product p.price{\n font-family:\"Roboto\"; font-weight: 300; font-style: normal;;\n }\n \n .heading-font, .heading-font *\n { \n font-family: \"Roboto\" !important; font-weight: 300 !important; font-style: normal !important;;\n } \n \n body{\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;;\n }\n \n .body-font, .body-font *\n { \n font-family: \"Source Sans Pro\" !important; font-weight: normal !important; font-style: normal !important;;\n } \n \n #navigation > li > a,\n #second-navigation > li > a,\n #mobile-navigation > li > a\n {\n font-family: \"Roboto Condensed\"; font-weight: normal; font-style: normal;\n }\n \n .menu-font, .menu-font *\n { \n font-family: \"Roboto Condensed\" !important; font-weight: normal !important; font-style: normal !important;;\n } \n \n #navigation ul li a,\n #second-navigation ul li a,\n .multicolumn > ul > li.menu-item-has-children > span,\n #mobile-navigation > li li > a{\n font-family: \"Roboto Condensed\"; font-weight: normal; font-style: normal;\n }\n \n h1{\n font-size: 44px\n }\n \n h2,.single-products .head_text h1, .single-product .head_text h1, .single.post .entry-title{\n font-size: 30px\n }\n \n h3{\n font-size: 26px\n }\n \n h4{\n font-size: 24px\n }\n \n h5, .wpb_content_element .widgettitle, .wpb_content_element h2.wpb_heading{\n font-size: 22px\n }\n \n h6{\n font-size: 20px\n }\n \n #navigation > li > a,\n #second-navigation > li > a,\n .layout2 #tools > ul > li > span:first-child\n {\n font-size: 16px;\n }\n \n #navigation > li li > a,\n #second-navigation > li li > a,\n #navigation > li li > span,\n #second-navigation > li li > span\n {\n font-size: 16px;\n }\n \n .mobile-menu-active #navigation > li > a,\n #mobile-navigation > li > a\n {\n font-size: 14px;\n }\n \n .mobile-menu-active #navigation > li li > a,\n #mobile-navigation > li li > a\n {\n font-size: 14px;\n }\n \n body{\n font-size: 15px;\n } \n \n #tools .widget > h5 {\n font-size: 17px;\n }\n \n .latest_news.style-2 .date {\n font-size: 12px;\n }\n \n .breadcrumb{\n font-size: 11px;\n }\n \n .sub_page_header .page-title > *{\n font-family:\"Roboto\"; font-weight: 300; font-style: normal;\n font-size: 34px !important;\n } \n \n .product_info h5,\n .product-category h3{\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 18px;\n }\n\n .product-carousel h5, .wc-product-carousel .product_info > h5{\n font-size: 15px;\n }\n \n\n .loop.type-portfolio h2,\n .loop.type-portfolio h5\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 22px;\n }\n\n .loop.type-portfolio > .overlay .text > h2,\n .loop.type-portfolio > .overlay .text > h5\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 22px;\n }\n\n .rt-carousel .loop.type-portfolio > .overlay .text > h2,\n .rt-carousel .loop.type-portfolio > .overlay .text > h5\n {\n font-size: 22px;\n }\n\n \n\n .latest_news h5\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 17px;\n }\n \n\n .sidebar-widgets .widget h5, .footer_widgets .widget h5, .side-panel-widgets h5\n {\n font-size: 17px;\n }\n \n\n .blog_list .loop .entry-title\n {\n font-size: 26px;\n }\n\n .blog-carousel h5\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 15px;\n }\n\n \n .tab_title\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 15px;\n }\n\n \n .toggle-head\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 15px;\n }\n\n \n .header-widget\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 12px;\n }\n\n \n .rt-top-bar\n {\n font-family:\"Source Sans Pro\"; font-weight: normal; font-style: normal;\n font-size: 12px;\n }\n\n \n\n #navigation > li > a,\n .layout2 #tools > ul > li > span:first-child\n {\n padding-top: 10px;\n padding-bottom: 10px;\n }\n \n\n #navigation > li > a,\n .layout2 #tools > ul > li > span:first-child\n {\n padding-left: 20px;\n padding-right: 20px;\n }\n \n #navigation > li > a{\n background-color: rgba(0,0,0,0.9)\n }\n \n #navigation > li > a{\n color: #ffffff\n }\n \n #navigation > li > a, #navigation li.menu-item-has-children > a:after{\n border-color: #2F2F2F\n }\n \n .mobile-menu #navigation > li > a, .mobile-menu #navigation li.menu-item-has-children > a:after{\n border-color: #2F2F2F\n }\n\n .mobile-menu #navigation li.menu-item-has-children:before,\n .mobile-menu #navigation li.menu-item-has-children > a:before{\n color: #2F2F2F\n } \n \n\n body:not(.mobile-menu) #navigation > li:hover > a,\n body:not(.mobile-menu) #navigation > li a:hover,\n #navigation > li.current-menu-ancestor > a,\n #navigation > li.current-menu-item > a{\n background-color: #181818\n }\n \n\n body:not(.mobile-menu) #navigation > li:hover > a,\n body:not(.mobile-menu) #navigation > li a:hover,\n #navigation > li.current-menu-ancestor > a,\n #navigation > li.current-menu-item > a{\n color: #ffffff\n }\n \n\n #navigation > li:hover:after{\n border-right-color: #2F2F2F\n }\n \n\n #navigation > li:hover:after{\n border-left-color: #2F2F2F\n }\n \n body.mobile-menu #navigation > li li{\n background-color: rgba(0,0,0,0.9)\n }\n \n body.mobile-menu #navigation > li li > a{\n color: #ffffff\n }\n \n body.mobile-menu #navigation > li li > a,\n body.mobile-menu #navigation > li ul,\n body.mobile-menu #navigation > li li.menu-item-has-children > a:after{\n border-color: #2F2F2F\n }\n \n\n body.mobile-menu #navigation > li li:hover > a,\n body.mobile-menu #navigation > li li a:hover,\n body.mobile-menu #navigation > li li.current-menu-ancestor > a,\n body.mobile-menu #navigation > li li.current-menu-item > a{\n background-color: #181818\n }\n \n\n body.mobile-menu #navigation > li li:hover > a,\n body.mobile-menu #navigation > li li a:hover,\n body.mobile-menu #navigation > li li.current-menu-ancestor > a,\n body.mobile-menu #navigation > li li.current-menu-item > a{\n color: #ffffff\n }\n \n\n body.mobile-menu #navigation > li li.current-menu-ancestor:after,\n body.mobile-menu #navigation > li li.current-menu-item:after,\n body.mobile-menu #navigation > li li:hover:after{\n border-right-color: #2F2F2F\n }\n \n\n body:not(.mobile-menu) #navigation > li li a\n {\n padding-top: 10px;\n padding-bottom: 10px;\n }\n \n\n body:not(.mobile-menu) #navigation > li li a\n {\n padding-left: 20px;\n padding-right: 20px;\n }\n \n body:not(.mobile-menu) #navigation > li li{\n background-color: #2F2F2F\n }\n \n body:not(.mobile-menu) #navigation > li li > a{\n color: #aeaeae\n }\n \n body:not(.mobile-menu) #navigation > li li > a,\n body:not(.mobile-menu) #navigation > li ul,\n body:not(.mobile-menu) #navigation > li li.menu-item-has-children > a:after{\n border-color: #3a3a3a\n }\n \n\n body:not(.mobile-menu) #navigation > li li:hover > a,\n body:not(.mobile-menu) #navigation > li li a:hover,\n body:not(.mobile-menu) #navigation > li li.current-menu-ancestor > a,\n body:not(.mobile-menu) #navigation > li li.current-menu-item > a{\n background-color: #2a2a2a\n }\n \n\n body:not(.mobile-menu) #navigation > li li:hover > a,\n body:not(.mobile-menu) #navigation > li li a:hover,\n body:not(.mobile-menu) #navigation > li li.current-menu-ancestor > a,\n body:not(.mobile-menu) #navigation > li li.current-menu-item > a{\n color: #cacaca\n }\n \n\n body:not(.mobile-menu) #navigation > li li.current-menu-ancestor:after,\n body:not(.mobile-menu) #navigation > li li.current-menu-item:after,\n body:not(.mobile-menu) #navigation > li li:hover:after{\n border-left-color: #3d3d3d;\n border-right-color: #3d3d3d;\n }\n \n\n body.mobile-menu.layout2 .header-right{\n background-color: #2a2a2a\n }\n .side-panel-holder \n a,.side-panel-holder \n .latest_news .title:hover,.side-panel-holder \n .woocommerce-MyAccount-navigation a:hover,.side-panel-holder \n .product_info h5 a:hover,.side-panel-holder \n .product-category a:hover h3,.side-panel-holder \n .rt_heading_wrapper a:hover .rt_heading,.side-panel-holder \n .product_item_holder .product_info_footer a:hover,.side-panel-holder \n .paging_wrapper > .page-numbers a:hover,.side-panel-holder \n .woocommerce-MyAccount-navigation .is-active a,.side-panel-holder \n .timeline > div > .event-date\n {\n color:#fff;\n }\n .side-panel-holder:not(.has-custom-bg), .side-panel-holder.column_container,\n .side-panel-holder > .rt-sa-background,.side-panel-holder \n .chained_contents.style-1 > div > .icon,.side-panel-holder \n .chained_contents.style-1 > div > .number,.side-panel-holder \n .chained_contents.style-2 > div > .icon,.side-panel-holder \n .chained_contents.style-2 > div > .number,.side-panel-holder \n .button_.color:hover:after,.side-panel-holder \n .quantity .minus,.side-panel-holder \n .quantity .plus\n {\n background-color:#222222;\n }\n .side-panel-holder,.side-panel-holder \n .product_item_holder .product_info_footer a,.side-panel-holder \n .button_.default,.side-panel-holder \n .button_.color:hover,.side-panel-holder \n .paging_wrapper > .page-numbers a,.side-panel-holder \n .paging_wrapper > .page-numbers li > span,.side-panel-holder \n .author-name a,.side-panel-holder \n .quantity .plus:hover,.side-panel-holder \n .quantity .minus:hover,.side-panel-holder \n .woocommerce-MyAccount-navigation a\n {\n color:#fff;\n }\n .side-panel-holder,\n .side-panel-holder *,\n .side-panel-holder *:before, \n .side-panel-holder *:after,\n .side-panel-holder:before, \n .side-panel-holder:after,.side-panel-holder \n .button_.color:hover,.side-panel-holder \n .row table > tbody > tr > td\n {\n border-color:#3D3D3D;\n }.side-panel-holder \n .rt_divider.style-1:before,.side-panel-holder \n .rt_divider.style-2:before,.side-panel-holder \n .rt_divider.style-3:before,.side-panel-holder \n .rt_divider.style-5,.side-panel-holder \n .rt-toggle .toggle-head:after,.side-panel-holder \n .testimonial .text .icon-quote-right,.side-panel-holder \n .testimonial .text .icon-quote-left,.side-panel-holder \n .rt_quote .icon-quote-right,.side-panel-holder \n .rt_quote .icon-quote-left,.side-panel-holder \n .star-rating:before,.side-panel-holder .cart-collaterals h2:before,.side-panel-holder \n .timeline > div:before,.side-panel-holder \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#3D3D3D;\n }.side-panel-holder \n .masonry .vertical_line,.side-panel-holder \n .timeline:after,.side-panel-holder \n .chained_contents.style-1:after,.side-panel-holder \n .chained_contents.style-2:after,.side-panel-holder \n .rt_divider.style-2:after,.side-panel-holder \n .rt_divider.style-3:after,.side-panel-holder \n .rt_divider.style-4,.side-panel-holder \n .pricing_table.compare .table_wrap > ul > li.caption,.side-panel-holder \n .pricing_table.compare .table_wrap > ul > li.price,.side-panel-holder \n .dots-holder > div span,.side-panel-holder \n .widget > h5:after,.side-panel-holder \n .widget .sub-menu li a:after,.side-panel-holder .widget .children li a:after,.side-panel-holder \n .price_slider_wrapper .ui-widget-content,.side-panel-holder \n .timeline > div:before,.side-panel-holder \n .border_grid > .row:after,\n .side-panel-holder.border_grid .content_row:after\n {\n background-color:#3D3D3D;\n }.side-panel-holder \n p.price del,.side-panel-holder \n .rt_heading_wrapper.style-4 .punchline,.side-panel-holder \n .rt_heading_wrapper.style-5 .punchline,.side-panel-holder \n .client_info,.side-panel-holder \n .blog_list .date_box,.side-panel-holder \n .post_data *,.side-panel-holder \n .comment-meta > a,.side-panel-holder \n .filter_navigation li a,.side-panel-holder \n .widget > ul > li li a,.side-panel-holder \n .widget .menu > li li a,.side-panel-holder \n .rt-category-tree li > span,.side-panel-holder \n .widget_latest_posts .meta,.side-panel-holder .widget_latest_posts .meta *,.side-panel-holder \n .widget_popular_posts .meta,.side-panel-holder .widget_popular_posts .meta *,.side-panel-holder \n .small.note,.side-panel-holder .star-rating span:before,.side-panel-holder \n .with_icons.style-2 > div > .icon,.side-panel-holder \n .chained_contents.style-1 > div > .icon,.side-panel-holder \n .chained_contents.style-1 > div > .number,.side-panel-holder \n .chained_contents.style-2 > div > .icon,.side-panel-holder \n .chained_contents.style-2 > div > .number,.side-panel-holder \n .read_more:before,.side-panel-holder \n .icon-content-box.icon-style-1 .icon-holder span:before,.side-panel-holder \n .quantity .plus,.side-panel-holder .quantity .minus,.side-panel-holder \n .woocommerce.widget .quantity,\n .side-panel-holder#tools > ul > li:hover > span:first-child,\n .side-panel-holder#tools > ul > li.active > span:first-child,\n .side-panel-holder#tools > ul > li:hover:before,\n .side-panel-holder#tools > ul > li.active:before,.side-panel-holder \n .latest_news .date,.side-panel-holder \n #rt-side-navigation li a:hover,.side-panel-holder \n #rt-side-navigation li.active > a,.side-panel-holder \n .tab_title:hover,.side-panel-holder .tab_title.active\n {\n color:#888888;\n }.side-panel-holder \n .rt_heading_wrapper.style-2 > .style-2:before,.side-panel-holder \n .rt_heading .heading_icon:before,.side-panel-holder \n .highlight.style-1,.side-panel-holder \n .paging_wrapper > .page-numbers .current,.side-panel-holder \n .single_variation span.price,.side-panel-holder \n .primary-color,.side-panel-holder .primary-color > a,.side-panel-holder \n .primary-color.rt_heading,.side-panel-holder \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:#e6aa21;\n }.side-panel-holder \n .pricing_table .table_wrap.highlight > ul > li.caption,.side-panel-holder \n .pricing_table .table_wrap.highlight > ul > li.price,.side-panel-holder \n .button_.default:hover:after,.side-panel-holder \n .button_.color,.side-panel-holder \n .rt-toggle > ol > li .toggle-number,.side-panel-holder \n .rt_heading.style-1:after,.side-panel-holder \n .rt_heading_wrapper.style-4 > .style-4:after,.side-panel-holder \n .rt_heading_wrapper.style-5 > .style-5:after,.side-panel-holder \n .highlight.style-2,.side-panel-holder \n .dots-holder div.active span,.side-panel-holder \n .dots-holder div:hover span,.side-panel-holder \n input[type=\"submit\"]:hover,.side-panel-holder \n input[type=\"button\"]:hover,.side-panel-holder \n .comment-reply a:hover,.side-panel-holder \n .comment-reply-title small > a:hover,.side-panel-holder \n .action_buttons li a:hover,.side-panel-holder \n .onsale,.side-panel-holder .product_info_footer a.added_to_cart,.side-panel-holder button.button:hover,.side-panel-holder input.button:hover,.side-panel-holder #respond input#submit:hover,.side-panel-holder .cart_totals a.button:hover,.side-panel-holder \n .ui-slider .ui-slider-handle,.side-panel-holder \n .ui-slider .ui-slider-range,.side-panel-holder \n .with_icons.style-3 > div > .icon,.side-panel-holder \n .icon-content-box.icon-style-2 .icon-holder span:before,.side-panel-holder \n .icon-content-box.icon-style-3 .icon-holder span:before,.side-panel-holder \n .chained_contents > div:hover .icon,.side-panel-holder \n .chained_contents > div:hover .number,.side-panel-holder \n .sticky.post:before\n {\n background-color:#e6aa21;\n }.side-panel-holder \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.side-panel-holder \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.side-panel-holder \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.side-panel-holder \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.side-panel-holder \n .filter_navigation li a.active,.side-panel-holder \n .button_.color,.side-panel-holder \n .chained_contents > div:hover .icon,.side-panel-holder \n .chained_contents > div:hover .number\n {\n border-color:#e6aa21;\n }.side-panel-holder \n .with_icons.style-3 > div > .icon,.side-panel-holder \n .pricing_table .table_wrap.highlight > ul > li.caption,.side-panel-holder \n .pricing_table .table_wrap.highlight > ul > li.price,.side-panel-holder \n .button_.color,.side-panel-holder \n .button_.default:hover,.side-panel-holder \n .rt-toggle > ol > li .toggle-number,.side-panel-holder \n .icon-content-box.icon-style-2 .icon-holder span:before,.side-panel-holder \n .highlight.style-2,.side-panel-holder \n input[type=\"submit\"],.side-panel-holder \n input[type=\"button\"],.side-panel-holder \n form button:not(.button_),.side-panel-holder \n form button:not(.button_):hover,.side-panel-holder \n .cart_totals a.button,.side-panel-holder \n .cart_totals a.button:hover,.side-panel-holder \n .comment-reply a,.side-panel-holder \n .comment-reply-title small > a,.side-panel-holder \n .comment-reply-title small > a:hover,.side-panel-holder \n .product_info_footer a.added_to_cart,.side-panel-holder .product_info_footer a.added_to_cart:hover,.side-panel-holder \n .quantity .plus:hover,.side-panel-holder .quantity .minus:hover,.side-panel-holder \n .chained_contents > div:hover .icon,.side-panel-holder \n .chained_contents > div:hover .number,.side-panel-holder \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.side-panel-holder \n .rt_heading,.side-panel-holder \n h1,.side-panel-holder \n h2,.side-panel-holder \n h3,.side-panel-holder \n h4,.side-panel-holder \n h5,.side-panel-holder \n h6,.side-panel-holder \n h1 a,.side-panel-holder \n h2 a,.side-panel-holder \n h3 a,.side-panel-holder \n h4 a,.side-panel-holder \n h5 a,.side-panel-holder \n h6 a,.side-panel-holder \n h1 a:hover,.side-panel-holder \n h2 a:hover,.side-panel-holder \n h3 a:hover,.side-panel-holder \n h4 a:hover,.side-panel-holder \n h5 a:hover,.side-panel-holder \n h6 a:hover,.side-panel-holder \n .open .toggle-head\n {\n color:#fff;\n }.side-panel-holder \n input[type=\"submit\"],.side-panel-holder \n input[type=\"button\"],.side-panel-holder \n form button:not(.button_),.side-panel-holder \n .comment-reply a,.side-panel-holder \n .comment-reply-title small > a,.side-panel-holder \n button.button,.side-panel-holder input.button,.side-panel-holder #respond input#submit,.side-panel-holder .cart_totals a.button\n {\n background-color:#2f2f2f;\n }.side-panel-holder .social_media li a{\n background-color:#2f2f2f;\n }.default-style \n a,.default-style \n .latest_news .title:hover,.default-style \n .woocommerce-MyAccount-navigation a:hover,.default-style \n .product_info h5 a:hover,.default-style \n .product-category a:hover h3,.default-style \n .rt_heading_wrapper a:hover .rt_heading,.default-style \n .product_item_holder .product_info_footer a:hover,.default-style \n .paging_wrapper > .page-numbers a:hover,.default-style \n .woocommerce-MyAccount-navigation .is-active a,.default-style \n .timeline > div > .event-date\n {\n color:#e6aa21;\n }\n .default-style:not(.has-custom-bg), .default-style.column_container,\n .default-style > .rt-sa-background,.default-style \n .chained_contents.style-1 > div > .icon,.default-style \n .chained_contents.style-1 > div > .number,.default-style \n .chained_contents.style-2 > div > .icon,.default-style \n .chained_contents.style-2 > div > .number,.default-style \n .button_.color:hover:after,.default-style \n .quantity .minus,.default-style \n .quantity .plus\n {\n background-color:#fff;\n }\n .default-style,.default-style \n .product_item_holder .product_info_footer a,.default-style \n .button_.default,.default-style \n .button_.color:hover,.default-style \n .paging_wrapper > .page-numbers a,.default-style \n .paging_wrapper > .page-numbers li > span,.default-style \n .author-name a,.default-style \n .quantity .plus:hover,.default-style \n .quantity .minus:hover,.default-style \n .woocommerce-MyAccount-navigation a\n {\n color:#666;\n }\n .default-style,\n .default-style *,\n .default-style *:before, \n .default-style *:after,\n .default-style:before, \n .default-style:after,.default-style \n .button_.color:hover,.default-style \n .row table > tbody > tr > td\n {\n border-color:#E8E8E8;\n }.default-style \n .rt_divider.style-1:before,.default-style \n .rt_divider.style-2:before,.default-style \n .rt_divider.style-3:before,.default-style \n .rt_divider.style-5,.default-style \n .rt-toggle .toggle-head:after,.default-style \n .testimonial .text .icon-quote-right,.default-style \n .testimonial .text .icon-quote-left,.default-style \n .rt_quote .icon-quote-right,.default-style \n .rt_quote .icon-quote-left,.default-style \n .star-rating:before,.default-style .cart-collaterals h2:before,.default-style \n .timeline > div:before,.default-style \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#E8E8E8;\n }.default-style \n .masonry .vertical_line,.default-style \n .timeline:after,.default-style \n .chained_contents.style-1:after,.default-style \n .chained_contents.style-2:after,.default-style \n .rt_divider.style-2:after,.default-style \n .rt_divider.style-3:after,.default-style \n .rt_divider.style-4,.default-style \n .pricing_table.compare .table_wrap > ul > li.caption,.default-style \n .pricing_table.compare .table_wrap > ul > li.price,.default-style \n .dots-holder > div span,.default-style \n .widget > h5:after,.default-style \n .widget .sub-menu li a:after,.default-style .widget .children li a:after,.default-style \n .price_slider_wrapper .ui-widget-content,.default-style \n .timeline > div:before,.default-style \n .border_grid > .row:after,\n .default-style.border_grid .content_row:after\n {\n background-color:#E8E8E8;\n }.default-style \n p.price del,.default-style \n .rt_heading_wrapper.style-4 .punchline,.default-style \n .rt_heading_wrapper.style-5 .punchline,.default-style \n .client_info,.default-style \n .blog_list .date_box,.default-style \n .post_data *,.default-style \n .comment-meta > a,.default-style \n .filter_navigation li a,.default-style \n .widget > ul > li li a,.default-style \n .widget .menu > li li a,.default-style \n .rt-category-tree li > span,.default-style \n .widget_latest_posts .meta,.default-style .widget_latest_posts .meta *,.default-style \n .widget_popular_posts .meta,.default-style .widget_popular_posts .meta *,.default-style \n .small.note,.default-style .star-rating span:before,.default-style \n .with_icons.style-2 > div > .icon,.default-style \n .chained_contents.style-1 > div > .icon,.default-style \n .chained_contents.style-1 > div > .number,.default-style \n .chained_contents.style-2 > div > .icon,.default-style \n .chained_contents.style-2 > div > .number,.default-style \n .read_more:before,.default-style \n .icon-content-box.icon-style-1 .icon-holder span:before,.default-style \n .quantity .plus,.default-style .quantity .minus,.default-style \n .woocommerce.widget .quantity,\n .default-style#tools > ul > li:hover > span:first-child,\n .default-style#tools > ul > li.active > span:first-child,\n .default-style#tools > ul > li:hover:before,\n .default-style#tools > ul > li.active:before,.default-style \n .latest_news .date,.default-style \n #rt-side-navigation li a:hover,.default-style \n #rt-side-navigation li.active > a,.default-style \n .tab_title:hover,.default-style .tab_title.active\n {\n color:#999999;\n }.default-style \n .rt_heading_wrapper.style-2 > .style-2:before,.default-style \n .rt_heading .heading_icon:before,.default-style \n .highlight.style-1,.default-style \n .paging_wrapper > .page-numbers .current,.default-style \n .single_variation span.price,.default-style \n .primary-color,.default-style .primary-color > a,.default-style \n .primary-color.rt_heading,.default-style \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:#e6aa21;\n }.default-style \n .pricing_table .table_wrap.highlight > ul > li.caption,.default-style \n .pricing_table .table_wrap.highlight > ul > li.price,.default-style \n .button_.default:hover:after,.default-style \n .button_.color,.default-style \n .rt-toggle > ol > li .toggle-number,.default-style \n .rt_heading.style-1:after,.default-style \n .rt_heading_wrapper.style-4 > .style-4:after,.default-style \n .rt_heading_wrapper.style-5 > .style-5:after,.default-style \n .highlight.style-2,.default-style \n .dots-holder div.active span,.default-style \n .dots-holder div:hover span,.default-style \n input[type=\"submit\"]:hover,.default-style \n input[type=\"button\"]:hover,.default-style \n .comment-reply a:hover,.default-style \n .comment-reply-title small > a:hover,.default-style \n .action_buttons li a:hover,.default-style \n .onsale,.default-style .product_info_footer a.added_to_cart,.default-style button.button:hover,.default-style input.button:hover,.default-style #respond input#submit:hover,.default-style .cart_totals a.button:hover,.default-style \n .ui-slider .ui-slider-handle,.default-style \n .ui-slider .ui-slider-range,.default-style \n .with_icons.style-3 > div > .icon,.default-style \n .icon-content-box.icon-style-2 .icon-holder span:before,.default-style \n .icon-content-box.icon-style-3 .icon-holder span:before,.default-style \n .chained_contents > div:hover .icon,.default-style \n .chained_contents > div:hover .number,.default-style \n .sticky.post:before\n {\n background-color:#e6aa21;\n }.default-style \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.default-style \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.default-style \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.default-style \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.default-style \n .filter_navigation li a.active,.default-style \n .button_.color,.default-style \n .chained_contents > div:hover .icon,.default-style \n .chained_contents > div:hover .number\n {\n border-color:#e6aa21;\n }.default-style \n .with_icons.style-3 > div > .icon,.default-style \n .pricing_table .table_wrap.highlight > ul > li.caption,.default-style \n .pricing_table .table_wrap.highlight > ul > li.price,.default-style \n .button_.color,.default-style \n .button_.default:hover,.default-style \n .rt-toggle > ol > li .toggle-number,.default-style \n .icon-content-box.icon-style-2 .icon-holder span:before,.default-style \n .highlight.style-2,.default-style \n input[type=\"submit\"],.default-style \n input[type=\"button\"],.default-style \n form button:not(.button_),.default-style \n form button:not(.button_):hover,.default-style \n .cart_totals a.button,.default-style \n .cart_totals a.button:hover,.default-style \n .comment-reply a,.default-style \n .comment-reply-title small > a,.default-style \n .comment-reply-title small > a:hover,.default-style \n .product_info_footer a.added_to_cart,.default-style .product_info_footer a.added_to_cart:hover,.default-style \n .quantity .plus:hover,.default-style .quantity .minus:hover,.default-style \n .chained_contents > div:hover .icon,.default-style \n .chained_contents > div:hover .number,.default-style \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.default-style \n .rt_heading,.default-style \n h1,.default-style \n h2,.default-style \n h3,.default-style \n h4,.default-style \n h5,.default-style \n h6,.default-style \n h1 a,.default-style \n h2 a,.default-style \n h3 a,.default-style \n h4 a,.default-style \n h5 a,.default-style \n h6 a,.default-style \n h1 a:hover,.default-style \n h2 a:hover,.default-style \n h3 a:hover,.default-style \n h4 a:hover,.default-style \n h5 a:hover,.default-style \n h6 a:hover,.default-style \n .open .toggle-head\n {\n color:#222;\n }.default-style \n input[type=\"submit\"],.default-style \n input[type=\"button\"],.default-style \n form button:not(.button_),.default-style \n .comment-reply a,.default-style \n .comment-reply-title small > a,.default-style \n button.button,.default-style input.button,.default-style #respond input#submit,.default-style .cart_totals a.button\n {\n background-color:#bbb;\n }.default-style .social_media li a{\n background-color:#bbb;\n }.alt-style-1 \n a,.alt-style-1 \n .latest_news .title:hover,.alt-style-1 \n .woocommerce-MyAccount-navigation a:hover,.alt-style-1 \n .product_info h5 a:hover,.alt-style-1 \n .product-category a:hover h3,.alt-style-1 \n .rt_heading_wrapper a:hover .rt_heading,.alt-style-1 \n .product_item_holder .product_info_footer a:hover,.alt-style-1 \n .paging_wrapper > .page-numbers a:hover,.alt-style-1 \n .woocommerce-MyAccount-navigation .is-active a,.alt-style-1 \n .timeline > div > .event-date\n {\n color:#e6aa21;\n }\n .alt-style-1:not(.has-custom-bg), .alt-style-1.column_container,\n .alt-style-1 > .rt-sa-background,.alt-style-1 \n .chained_contents.style-1 > div > .icon,.alt-style-1 \n .chained_contents.style-1 > div > .number,.alt-style-1 \n .chained_contents.style-2 > div > .icon,.alt-style-1 \n .chained_contents.style-2 > div > .number,.alt-style-1 \n .button_.color:hover:after,.alt-style-1 \n .quantity .minus,.alt-style-1 \n .quantity .plus\n {\n background-color:#f4f4f4;\n }\n .alt-style-1,.alt-style-1 \n .product_item_holder .product_info_footer a,.alt-style-1 \n .button_.default,.alt-style-1 \n .button_.color:hover,.alt-style-1 \n .paging_wrapper > .page-numbers a,.alt-style-1 \n .paging_wrapper > .page-numbers li > span,.alt-style-1 \n .author-name a,.alt-style-1 \n .quantity .plus:hover,.alt-style-1 \n .quantity .minus:hover,.alt-style-1 \n .woocommerce-MyAccount-navigation a\n {\n color:#666;\n }\n .alt-style-1,\n .alt-style-1 *,\n .alt-style-1 *:before, \n .alt-style-1 *:after,\n .alt-style-1:before, \n .alt-style-1:after,.alt-style-1 \n .button_.color:hover,.alt-style-1 \n .row table > tbody > tr > td\n {\n border-color:#e1e1e1;\n }.alt-style-1 \n .rt_divider.style-1:before,.alt-style-1 \n .rt_divider.style-2:before,.alt-style-1 \n .rt_divider.style-3:before,.alt-style-1 \n .rt_divider.style-5,.alt-style-1 \n .rt-toggle .toggle-head:after,.alt-style-1 \n .testimonial .text .icon-quote-right,.alt-style-1 \n .testimonial .text .icon-quote-left,.alt-style-1 \n .rt_quote .icon-quote-right,.alt-style-1 \n .rt_quote .icon-quote-left,.alt-style-1 \n .star-rating:before,.alt-style-1 .cart-collaterals h2:before,.alt-style-1 \n .timeline > div:before,.alt-style-1 \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#e1e1e1;\n }.alt-style-1 \n .masonry .vertical_line,.alt-style-1 \n .timeline:after,.alt-style-1 \n .chained_contents.style-1:after,.alt-style-1 \n .chained_contents.style-2:after,.alt-style-1 \n .rt_divider.style-2:after,.alt-style-1 \n .rt_divider.style-3:after,.alt-style-1 \n .rt_divider.style-4,.alt-style-1 \n .pricing_table.compare .table_wrap > ul > li.caption,.alt-style-1 \n .pricing_table.compare .table_wrap > ul > li.price,.alt-style-1 \n .dots-holder > div span,.alt-style-1 \n .widget > h5:after,.alt-style-1 \n .widget .sub-menu li a:after,.alt-style-1 .widget .children li a:after,.alt-style-1 \n .price_slider_wrapper .ui-widget-content,.alt-style-1 \n .timeline > div:before,.alt-style-1 \n .border_grid > .row:after,\n .alt-style-1.border_grid .content_row:after\n {\n background-color:#e1e1e1;\n }.alt-style-1 \n p.price del,.alt-style-1 \n .rt_heading_wrapper.style-4 .punchline,.alt-style-1 \n .rt_heading_wrapper.style-5 .punchline,.alt-style-1 \n .client_info,.alt-style-1 \n .blog_list .date_box,.alt-style-1 \n .post_data *,.alt-style-1 \n .comment-meta > a,.alt-style-1 \n .filter_navigation li a,.alt-style-1 \n .widget > ul > li li a,.alt-style-1 \n .widget .menu > li li a,.alt-style-1 \n .rt-category-tree li > span,.alt-style-1 \n .widget_latest_posts .meta,.alt-style-1 .widget_latest_posts .meta *,.alt-style-1 \n .widget_popular_posts .meta,.alt-style-1 .widget_popular_posts .meta *,.alt-style-1 \n .small.note,.alt-style-1 .star-rating span:before,.alt-style-1 \n .with_icons.style-2 > div > .icon,.alt-style-1 \n .chained_contents.style-1 > div > .icon,.alt-style-1 \n .chained_contents.style-1 > div > .number,.alt-style-1 \n .chained_contents.style-2 > div > .icon,.alt-style-1 \n .chained_contents.style-2 > div > .number,.alt-style-1 \n .read_more:before,.alt-style-1 \n .icon-content-box.icon-style-1 .icon-holder span:before,.alt-style-1 \n .quantity .plus,.alt-style-1 .quantity .minus,.alt-style-1 \n .woocommerce.widget .quantity,\n .alt-style-1#tools > ul > li:hover > span:first-child,\n .alt-style-1#tools > ul > li.active > span:first-child,\n .alt-style-1#tools > ul > li:hover:before,\n .alt-style-1#tools > ul > li.active:before,.alt-style-1 \n .latest_news .date,.alt-style-1 \n #rt-side-navigation li a:hover,.alt-style-1 \n #rt-side-navigation li.active > a,.alt-style-1 \n .tab_title:hover,.alt-style-1 .tab_title.active\n {\n color:#999999;\n }.alt-style-1 \n .rt_heading_wrapper.style-2 > .style-2:before,.alt-style-1 \n .rt_heading .heading_icon:before,.alt-style-1 \n .highlight.style-1,.alt-style-1 \n .paging_wrapper > .page-numbers .current,.alt-style-1 \n .single_variation span.price,.alt-style-1 \n .primary-color,.alt-style-1 .primary-color > a,.alt-style-1 \n .primary-color.rt_heading,.alt-style-1 \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:#e6aa21;\n }.alt-style-1 \n .pricing_table .table_wrap.highlight > ul > li.caption,.alt-style-1 \n .pricing_table .table_wrap.highlight > ul > li.price,.alt-style-1 \n .button_.default:hover:after,.alt-style-1 \n .button_.color,.alt-style-1 \n .rt-toggle > ol > li .toggle-number,.alt-style-1 \n .rt_heading.style-1:after,.alt-style-1 \n .rt_heading_wrapper.style-4 > .style-4:after,.alt-style-1 \n .rt_heading_wrapper.style-5 > .style-5:after,.alt-style-1 \n .highlight.style-2,.alt-style-1 \n .dots-holder div.active span,.alt-style-1 \n .dots-holder div:hover span,.alt-style-1 \n input[type=\"submit\"]:hover,.alt-style-1 \n input[type=\"button\"]:hover,.alt-style-1 \n .comment-reply a:hover,.alt-style-1 \n .comment-reply-title small > a:hover,.alt-style-1 \n .action_buttons li a:hover,.alt-style-1 \n .onsale,.alt-style-1 .product_info_footer a.added_to_cart,.alt-style-1 button.button:hover,.alt-style-1 input.button:hover,.alt-style-1 #respond input#submit:hover,.alt-style-1 .cart_totals a.button:hover,.alt-style-1 \n .ui-slider .ui-slider-handle,.alt-style-1 \n .ui-slider .ui-slider-range,.alt-style-1 \n .with_icons.style-3 > div > .icon,.alt-style-1 \n .icon-content-box.icon-style-2 .icon-holder span:before,.alt-style-1 \n .icon-content-box.icon-style-3 .icon-holder span:before,.alt-style-1 \n .chained_contents > div:hover .icon,.alt-style-1 \n .chained_contents > div:hover .number,.alt-style-1 \n .sticky.post:before\n {\n background-color:#e6aa21;\n }.alt-style-1 \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.alt-style-1 \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.alt-style-1 \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.alt-style-1 \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.alt-style-1 \n .filter_navigation li a.active,.alt-style-1 \n .button_.color,.alt-style-1 \n .chained_contents > div:hover .icon,.alt-style-1 \n .chained_contents > div:hover .number\n {\n border-color:#e6aa21;\n }.alt-style-1 \n .with_icons.style-3 > div > .icon,.alt-style-1 \n .pricing_table .table_wrap.highlight > ul > li.caption,.alt-style-1 \n .pricing_table .table_wrap.highlight > ul > li.price,.alt-style-1 \n .button_.color,.alt-style-1 \n .button_.default:hover,.alt-style-1 \n .rt-toggle > ol > li .toggle-number,.alt-style-1 \n .icon-content-box.icon-style-2 .icon-holder span:before,.alt-style-1 \n .highlight.style-2,.alt-style-1 \n input[type=\"submit\"],.alt-style-1 \n input[type=\"button\"],.alt-style-1 \n form button:not(.button_),.alt-style-1 \n form button:not(.button_):hover,.alt-style-1 \n .cart_totals a.button,.alt-style-1 \n .cart_totals a.button:hover,.alt-style-1 \n .comment-reply a,.alt-style-1 \n .comment-reply-title small > a,.alt-style-1 \n .comment-reply-title small > a:hover,.alt-style-1 \n .product_info_footer a.added_to_cart,.alt-style-1 .product_info_footer a.added_to_cart:hover,.alt-style-1 \n .quantity .plus:hover,.alt-style-1 .quantity .minus:hover,.alt-style-1 \n .chained_contents > div:hover .icon,.alt-style-1 \n .chained_contents > div:hover .number,.alt-style-1 \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.alt-style-1 \n .rt_heading,.alt-style-1 \n h1,.alt-style-1 \n h2,.alt-style-1 \n h3,.alt-style-1 \n h4,.alt-style-1 \n h5,.alt-style-1 \n h6,.alt-style-1 \n h1 a,.alt-style-1 \n h2 a,.alt-style-1 \n h3 a,.alt-style-1 \n h4 a,.alt-style-1 \n h5 a,.alt-style-1 \n h6 a,.alt-style-1 \n h1 a:hover,.alt-style-1 \n h2 a:hover,.alt-style-1 \n h3 a:hover,.alt-style-1 \n h4 a:hover,.alt-style-1 \n h5 a:hover,.alt-style-1 \n h6 a:hover,.alt-style-1 \n .open .toggle-head\n {\n color:#222;\n }.alt-style-1 \n input[type=\"submit\"],.alt-style-1 \n input[type=\"button\"],.alt-style-1 \n form button:not(.button_),.alt-style-1 \n .comment-reply a,.alt-style-1 \n .comment-reply-title small > a,.alt-style-1 \n button.button,.alt-style-1 input.button,.alt-style-1 #respond input#submit,.alt-style-1 .cart_totals a.button\n {\n background-color:#bbb;\n }.alt-style-1 .social_media li a{\n background-color:#bbb;\n }.alt-style-2 \n a,.alt-style-2 \n .latest_news .title:hover,.alt-style-2 \n .woocommerce-MyAccount-navigation a:hover,.alt-style-2 \n .product_info h5 a:hover,.alt-style-2 \n .product-category a:hover h3,.alt-style-2 \n .rt_heading_wrapper a:hover .rt_heading,.alt-style-2 \n .product_item_holder .product_info_footer a:hover,.alt-style-2 \n .paging_wrapper > .page-numbers a:hover,.alt-style-2 \n .woocommerce-MyAccount-navigation .is-active a,.alt-style-2 \n .timeline > div > .event-date\n {\n color:#fff;\n }\n .alt-style-2:not(.has-custom-bg), .alt-style-2.column_container,\n .alt-style-2 > .rt-sa-background,.alt-style-2 \n .chained_contents.style-1 > div > .icon,.alt-style-2 \n .chained_contents.style-1 > div > .number,.alt-style-2 \n .chained_contents.style-2 > div > .icon,.alt-style-2 \n .chained_contents.style-2 > div > .number,.alt-style-2 \n .button_.color:hover:after,.alt-style-2 \n .quantity .minus,.alt-style-2 \n .quantity .plus\n {\n background-color:#e1af00;\n }\n .alt-style-2,.alt-style-2 \n .product_item_holder .product_info_footer a,.alt-style-2 \n .button_.default,.alt-style-2 \n .button_.color:hover,.alt-style-2 \n .paging_wrapper > .page-numbers a,.alt-style-2 \n .paging_wrapper > .page-numbers li > span,.alt-style-2 \n .author-name a,.alt-style-2 \n .quantity .plus:hover,.alt-style-2 \n .quantity .minus:hover,.alt-style-2 \n .woocommerce-MyAccount-navigation a\n {\n color:#fff;\n }\n .alt-style-2,\n .alt-style-2 *,\n .alt-style-2 *:before, \n .alt-style-2 *:after,\n .alt-style-2:before, \n .alt-style-2:after,.alt-style-2 \n .button_.color:hover,.alt-style-2 \n .row table > tbody > tr > td\n {\n border-color:#FED861;\n }.alt-style-2 \n .rt_divider.style-1:before,.alt-style-2 \n .rt_divider.style-2:before,.alt-style-2 \n .rt_divider.style-3:before,.alt-style-2 \n .rt_divider.style-5,.alt-style-2 \n .rt-toggle .toggle-head:after,.alt-style-2 \n .testimonial .text .icon-quote-right,.alt-style-2 \n .testimonial .text .icon-quote-left,.alt-style-2 \n .rt_quote .icon-quote-right,.alt-style-2 \n .rt_quote .icon-quote-left,.alt-style-2 \n .star-rating:before,.alt-style-2 .cart-collaterals h2:before,.alt-style-2 \n .timeline > div:before,.alt-style-2 \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#FED861;\n }.alt-style-2 \n .masonry .vertical_line,.alt-style-2 \n .timeline:after,.alt-style-2 \n .chained_contents.style-1:after,.alt-style-2 \n .chained_contents.style-2:after,.alt-style-2 \n .rt_divider.style-2:after,.alt-style-2 \n .rt_divider.style-3:after,.alt-style-2 \n .rt_divider.style-4,.alt-style-2 \n .pricing_table.compare .table_wrap > ul > li.caption,.alt-style-2 \n .pricing_table.compare .table_wrap > ul > li.price,.alt-style-2 \n .dots-holder > div span,.alt-style-2 \n .widget > h5:after,.alt-style-2 \n .widget .sub-menu li a:after,.alt-style-2 .widget .children li a:after,.alt-style-2 \n .price_slider_wrapper .ui-widget-content,.alt-style-2 \n .timeline > div:before,.alt-style-2 \n .border_grid > .row:after,\n .alt-style-2.border_grid .content_row:after\n {\n background-color:#FED861;\n }.alt-style-2 \n p.price del,.alt-style-2 \n .rt_heading_wrapper.style-4 .punchline,.alt-style-2 \n .rt_heading_wrapper.style-5 .punchline,.alt-style-2 \n .client_info,.alt-style-2 \n .blog_list .date_box,.alt-style-2 \n .post_data *,.alt-style-2 \n .comment-meta > a,.alt-style-2 \n .filter_navigation li a,.alt-style-2 \n .widget > ul > li li a,.alt-style-2 \n .widget .menu > li li a,.alt-style-2 \n .rt-category-tree li > span,.alt-style-2 \n .widget_latest_posts .meta,.alt-style-2 .widget_latest_posts .meta *,.alt-style-2 \n .widget_popular_posts .meta,.alt-style-2 .widget_popular_posts .meta *,.alt-style-2 \n .small.note,.alt-style-2 .star-rating span:before,.alt-style-2 \n .with_icons.style-2 > div > .icon,.alt-style-2 \n .chained_contents.style-1 > div > .icon,.alt-style-2 \n .chained_contents.style-1 > div > .number,.alt-style-2 \n .chained_contents.style-2 > div > .icon,.alt-style-2 \n .chained_contents.style-2 > div > .number,.alt-style-2 \n .read_more:before,.alt-style-2 \n .icon-content-box.icon-style-1 .icon-holder span:before,.alt-style-2 \n .quantity .plus,.alt-style-2 .quantity .minus,.alt-style-2 \n .woocommerce.widget .quantity,\n .alt-style-2#tools > ul > li:hover > span:first-child,\n .alt-style-2#tools > ul > li.active > span:first-child,\n .alt-style-2#tools > ul > li:hover:before,\n .alt-style-2#tools > ul > li.active:before,.alt-style-2 \n .latest_news .date,.alt-style-2 \n #rt-side-navigation li a:hover,.alt-style-2 \n #rt-side-navigation li.active > a,.alt-style-2 \n .tab_title:hover,.alt-style-2 .tab_title.active\n {\n color:#FFEAA9;\n }.alt-style-2 \n .rt_heading_wrapper.style-2 > .style-2:before,.alt-style-2 \n .rt_heading .heading_icon:before,.alt-style-2 \n .highlight.style-1,.alt-style-2 \n .paging_wrapper > .page-numbers .current,.alt-style-2 \n .single_variation span.price,.alt-style-2 \n .primary-color,.alt-style-2 .primary-color > a,.alt-style-2 \n .primary-color.rt_heading,.alt-style-2 \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:#C59600;\n }.alt-style-2 \n .pricing_table .table_wrap.highlight > ul > li.caption,.alt-style-2 \n .pricing_table .table_wrap.highlight > ul > li.price,.alt-style-2 \n .button_.default:hover:after,.alt-style-2 \n .button_.color,.alt-style-2 \n .rt-toggle > ol > li .toggle-number,.alt-style-2 \n .rt_heading.style-1:after,.alt-style-2 \n .rt_heading_wrapper.style-4 > .style-4:after,.alt-style-2 \n .rt_heading_wrapper.style-5 > .style-5:after,.alt-style-2 \n .highlight.style-2,.alt-style-2 \n .dots-holder div.active span,.alt-style-2 \n .dots-holder div:hover span,.alt-style-2 \n input[type=\"submit\"]:hover,.alt-style-2 \n input[type=\"button\"]:hover,.alt-style-2 \n .comment-reply a:hover,.alt-style-2 \n .comment-reply-title small > a:hover,.alt-style-2 \n .action_buttons li a:hover,.alt-style-2 \n .onsale,.alt-style-2 .product_info_footer a.added_to_cart,.alt-style-2 button.button:hover,.alt-style-2 input.button:hover,.alt-style-2 #respond input#submit:hover,.alt-style-2 .cart_totals a.button:hover,.alt-style-2 \n .ui-slider .ui-slider-handle,.alt-style-2 \n .ui-slider .ui-slider-range,.alt-style-2 \n .with_icons.style-3 > div > .icon,.alt-style-2 \n .icon-content-box.icon-style-2 .icon-holder span:before,.alt-style-2 \n .icon-content-box.icon-style-3 .icon-holder span:before,.alt-style-2 \n .chained_contents > div:hover .icon,.alt-style-2 \n .chained_contents > div:hover .number,.alt-style-2 \n .sticky.post:before\n {\n background-color:#C59600;\n }.alt-style-2 \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.alt-style-2 \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.alt-style-2 \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.alt-style-2 \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.alt-style-2 \n .filter_navigation li a.active,.alt-style-2 \n .button_.color,.alt-style-2 \n .chained_contents > div:hover .icon,.alt-style-2 \n .chained_contents > div:hover .number\n {\n border-color:#C59600;\n }.alt-style-2 \n .with_icons.style-3 > div > .icon,.alt-style-2 \n .pricing_table .table_wrap.highlight > ul > li.caption,.alt-style-2 \n .pricing_table .table_wrap.highlight > ul > li.price,.alt-style-2 \n .button_.color,.alt-style-2 \n .button_.default:hover,.alt-style-2 \n .rt-toggle > ol > li .toggle-number,.alt-style-2 \n .icon-content-box.icon-style-2 .icon-holder span:before,.alt-style-2 \n .highlight.style-2,.alt-style-2 \n input[type=\"submit\"],.alt-style-2 \n input[type=\"button\"],.alt-style-2 \n form button:not(.button_),.alt-style-2 \n form button:not(.button_):hover,.alt-style-2 \n .cart_totals a.button,.alt-style-2 \n .cart_totals a.button:hover,.alt-style-2 \n .comment-reply a,.alt-style-2 \n .comment-reply-title small > a,.alt-style-2 \n .comment-reply-title small > a:hover,.alt-style-2 \n .product_info_footer a.added_to_cart,.alt-style-2 .product_info_footer a.added_to_cart:hover,.alt-style-2 \n .quantity .plus:hover,.alt-style-2 .quantity .minus:hover,.alt-style-2 \n .chained_contents > div:hover .icon,.alt-style-2 \n .chained_contents > div:hover .number,.alt-style-2 \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.alt-style-2 \n .rt_heading,.alt-style-2 \n h1,.alt-style-2 \n h2,.alt-style-2 \n h3,.alt-style-2 \n h4,.alt-style-2 \n h5,.alt-style-2 \n h6,.alt-style-2 \n h1 a,.alt-style-2 \n h2 a,.alt-style-2 \n h3 a,.alt-style-2 \n h4 a,.alt-style-2 \n h5 a,.alt-style-2 \n h6 a,.alt-style-2 \n h1 a:hover,.alt-style-2 \n h2 a:hover,.alt-style-2 \n h3 a:hover,.alt-style-2 \n h4 a:hover,.alt-style-2 \n h5 a:hover,.alt-style-2 \n h6 a:hover,.alt-style-2 \n .open .toggle-head\n {\n color:#fff;\n }.alt-style-2 \n input[type=\"submit\"],.alt-style-2 \n input[type=\"button\"],.alt-style-2 \n form button:not(.button_),.alt-style-2 \n .comment-reply a,.alt-style-2 \n .comment-reply-title small > a,.alt-style-2 \n button.button,.alt-style-2 input.button,.alt-style-2 #respond input#submit,.alt-style-2 .cart_totals a.button\n {\n background-color:#FFEFBA;\n }.alt-style-2 .social_media li a{\n background-color:#bbb;\n }.sidebar-widgets \n a,.sidebar-widgets \n .latest_news .title:hover,.sidebar-widgets \n .woocommerce-MyAccount-navigation a:hover,.sidebar-widgets \n .product_info h5 a:hover,.sidebar-widgets \n .product-category a:hover h3,.sidebar-widgets \n .rt_heading_wrapper a:hover .rt_heading,.sidebar-widgets \n .product_item_holder .product_info_footer a:hover,.sidebar-widgets \n .paging_wrapper > .page-numbers a:hover,.sidebar-widgets \n .woocommerce-MyAccount-navigation .is-active a,.sidebar-widgets \n .timeline > div > .event-date\n {\n color:#fff;\n }\n .sidebar-widgets:not(.has-custom-bg), .sidebar-widgets.column_container,\n .sidebar-widgets > .rt-sa-background,.sidebar-widgets \n .chained_contents.style-1 > div > .icon,.sidebar-widgets \n .chained_contents.style-1 > div > .number,.sidebar-widgets \n .chained_contents.style-2 > div > .icon,.sidebar-widgets \n .chained_contents.style-2 > div > .number,.sidebar-widgets \n .button_.color:hover:after,.sidebar-widgets \n .quantity .minus,.sidebar-widgets \n .quantity .plus\n {\n background-color:rgba(0,0,0,0.8);\n }\n .sidebar-widgets,.sidebar-widgets \n .product_item_holder .product_info_footer a,.sidebar-widgets \n .button_.default,.sidebar-widgets \n .button_.color:hover,.sidebar-widgets \n .paging_wrapper > .page-numbers a,.sidebar-widgets \n .paging_wrapper > .page-numbers li > span,.sidebar-widgets \n .author-name a,.sidebar-widgets \n .quantity .plus:hover,.sidebar-widgets \n .quantity .minus:hover,.sidebar-widgets \n .woocommerce-MyAccount-navigation a\n {\n color:#fff;\n }\n .sidebar-widgets,\n .sidebar-widgets *,\n .sidebar-widgets *:before, \n .sidebar-widgets *:after,\n .sidebar-widgets:before, \n .sidebar-widgets:after,.sidebar-widgets \n .button_.color:hover,.sidebar-widgets \n .row table > tbody > tr > td\n {\n border-color:#3D3D3D;\n }.sidebar-widgets \n .rt_divider.style-1:before,.sidebar-widgets \n .rt_divider.style-2:before,.sidebar-widgets \n .rt_divider.style-3:before,.sidebar-widgets \n .rt_divider.style-5,.sidebar-widgets \n .rt-toggle .toggle-head:after,.sidebar-widgets \n .testimonial .text .icon-quote-right,.sidebar-widgets \n .testimonial .text .icon-quote-left,.sidebar-widgets \n .rt_quote .icon-quote-right,.sidebar-widgets \n .rt_quote .icon-quote-left,.sidebar-widgets \n .star-rating:before,.sidebar-widgets .cart-collaterals h2:before,.sidebar-widgets \n .timeline > div:before,.sidebar-widgets \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#3D3D3D;\n }.sidebar-widgets \n .masonry .vertical_line,.sidebar-widgets \n .timeline:after,.sidebar-widgets \n .chained_contents.style-1:after,.sidebar-widgets \n .chained_contents.style-2:after,.sidebar-widgets \n .rt_divider.style-2:after,.sidebar-widgets \n .rt_divider.style-3:after,.sidebar-widgets \n .rt_divider.style-4,.sidebar-widgets \n .pricing_table.compare .table_wrap > ul > li.caption,.sidebar-widgets \n .pricing_table.compare .table_wrap > ul > li.price,.sidebar-widgets \n .dots-holder > div span,.sidebar-widgets \n .widget > h5:after,.sidebar-widgets \n .widget .sub-menu li a:after,.sidebar-widgets .widget .children li a:after,.sidebar-widgets \n .price_slider_wrapper .ui-widget-content,.sidebar-widgets \n .timeline > div:before,.sidebar-widgets \n .border_grid > .row:after,\n .sidebar-widgets.border_grid .content_row:after\n {\n background-color:#3D3D3D;\n }.sidebar-widgets \n p.price del,.sidebar-widgets \n .rt_heading_wrapper.style-4 .punchline,.sidebar-widgets \n .rt_heading_wrapper.style-5 .punchline,.sidebar-widgets \n .client_info,.sidebar-widgets \n .blog_list .date_box,.sidebar-widgets \n .post_data *,.sidebar-widgets \n .comment-meta > a,.sidebar-widgets \n .filter_navigation li a,.sidebar-widgets \n .widget > ul > li li a,.sidebar-widgets \n .widget .menu > li li a,.sidebar-widgets \n .rt-category-tree li > span,.sidebar-widgets \n .widget_latest_posts .meta,.sidebar-widgets .widget_latest_posts .meta *,.sidebar-widgets \n .widget_popular_posts .meta,.sidebar-widgets .widget_popular_posts .meta *,.sidebar-widgets \n .small.note,.sidebar-widgets .star-rating span:before,.sidebar-widgets \n .with_icons.style-2 > div > .icon,.sidebar-widgets \n .chained_contents.style-1 > div > .icon,.sidebar-widgets \n .chained_contents.style-1 > div > .number,.sidebar-widgets \n .chained_contents.style-2 > div > .icon,.sidebar-widgets \n .chained_contents.style-2 > div > .number,.sidebar-widgets \n .read_more:before,.sidebar-widgets \n .icon-content-box.icon-style-1 .icon-holder span:before,.sidebar-widgets \n .quantity .plus,.sidebar-widgets .quantity .minus,.sidebar-widgets \n .woocommerce.widget .quantity,\n .sidebar-widgets#tools > ul > li:hover > span:first-child,\n .sidebar-widgets#tools > ul > li.active > span:first-child,\n .sidebar-widgets#tools > ul > li:hover:before,\n .sidebar-widgets#tools > ul > li.active:before,.sidebar-widgets \n .latest_news .date,.sidebar-widgets \n #rt-side-navigation li a:hover,.sidebar-widgets \n #rt-side-navigation li.active > a,.sidebar-widgets \n .tab_title:hover,.sidebar-widgets .tab_title.active\n {\n color:#888888;\n }.sidebar-widgets \n .rt_heading_wrapper.style-2 > .style-2:before,.sidebar-widgets \n .rt_heading .heading_icon:before,.sidebar-widgets \n .highlight.style-1,.sidebar-widgets \n .paging_wrapper > .page-numbers .current,.sidebar-widgets \n .single_variation span.price,.sidebar-widgets \n .primary-color,.sidebar-widgets .primary-color > a,.sidebar-widgets \n .primary-color.rt_heading,.sidebar-widgets \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:#e6aa21;\n }.sidebar-widgets \n .pricing_table .table_wrap.highlight > ul > li.caption,.sidebar-widgets \n .pricing_table .table_wrap.highlight > ul > li.price,.sidebar-widgets \n .button_.default:hover:after,.sidebar-widgets \n .button_.color,.sidebar-widgets \n .rt-toggle > ol > li .toggle-number,.sidebar-widgets \n .rt_heading.style-1:after,.sidebar-widgets \n .rt_heading_wrapper.style-4 > .style-4:after,.sidebar-widgets \n .rt_heading_wrapper.style-5 > .style-5:after,.sidebar-widgets \n .highlight.style-2,.sidebar-widgets \n .dots-holder div.active span,.sidebar-widgets \n .dots-holder div:hover span,.sidebar-widgets \n input[type=\"submit\"]:hover,.sidebar-widgets \n input[type=\"button\"]:hover,.sidebar-widgets \n .comment-reply a:hover,.sidebar-widgets \n .comment-reply-title small > a:hover,.sidebar-widgets \n .action_buttons li a:hover,.sidebar-widgets \n .onsale,.sidebar-widgets .product_info_footer a.added_to_cart,.sidebar-widgets button.button:hover,.sidebar-widgets input.button:hover,.sidebar-widgets #respond input#submit:hover,.sidebar-widgets .cart_totals a.button:hover,.sidebar-widgets \n .ui-slider .ui-slider-handle,.sidebar-widgets \n .ui-slider .ui-slider-range,.sidebar-widgets \n .with_icons.style-3 > div > .icon,.sidebar-widgets \n .icon-content-box.icon-style-2 .icon-holder span:before,.sidebar-widgets \n .icon-content-box.icon-style-3 .icon-holder span:before,.sidebar-widgets \n .chained_contents > div:hover .icon,.sidebar-widgets \n .chained_contents > div:hover .number,.sidebar-widgets \n .sticky.post:before\n {\n background-color:#e6aa21;\n }.sidebar-widgets \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.sidebar-widgets \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.sidebar-widgets \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.sidebar-widgets \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.sidebar-widgets \n .filter_navigation li a.active,.sidebar-widgets \n .button_.color,.sidebar-widgets \n .chained_contents > div:hover .icon,.sidebar-widgets \n .chained_contents > div:hover .number\n {\n border-color:#e6aa21;\n }.sidebar-widgets \n .with_icons.style-3 > div > .icon,.sidebar-widgets \n .pricing_table .table_wrap.highlight > ul > li.caption,.sidebar-widgets \n .pricing_table .table_wrap.highlight > ul > li.price,.sidebar-widgets \n .button_.color,.sidebar-widgets \n .button_.default:hover,.sidebar-widgets \n .rt-toggle > ol > li .toggle-number,.sidebar-widgets \n .icon-content-box.icon-style-2 .icon-holder span:before,.sidebar-widgets \n .highlight.style-2,.sidebar-widgets \n input[type=\"submit\"],.sidebar-widgets \n input[type=\"button\"],.sidebar-widgets \n form button:not(.button_),.sidebar-widgets \n form button:not(.button_):hover,.sidebar-widgets \n .cart_totals a.button,.sidebar-widgets \n .cart_totals a.button:hover,.sidebar-widgets \n .comment-reply a,.sidebar-widgets \n .comment-reply-title small > a,.sidebar-widgets \n .comment-reply-title small > a:hover,.sidebar-widgets \n .product_info_footer a.added_to_cart,.sidebar-widgets .product_info_footer a.added_to_cart:hover,.sidebar-widgets \n .quantity .plus:hover,.sidebar-widgets .quantity .minus:hover,.sidebar-widgets \n .chained_contents > div:hover .icon,.sidebar-widgets \n .chained_contents > div:hover .number,.sidebar-widgets \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.sidebar-widgets \n .rt_heading,.sidebar-widgets \n h1,.sidebar-widgets \n h2,.sidebar-widgets \n h3,.sidebar-widgets \n h4,.sidebar-widgets \n h5,.sidebar-widgets \n h6,.sidebar-widgets \n h1 a,.sidebar-widgets \n h2 a,.sidebar-widgets \n h3 a,.sidebar-widgets \n h4 a,.sidebar-widgets \n h5 a,.sidebar-widgets \n h6 a,.sidebar-widgets \n h1 a:hover,.sidebar-widgets \n h2 a:hover,.sidebar-widgets \n h3 a:hover,.sidebar-widgets \n h4 a:hover,.sidebar-widgets \n h5 a:hover,.sidebar-widgets \n h6 a:hover,.sidebar-widgets \n .open .toggle-head\n {\n color:#fff;\n }.sidebar-widgets \n input[type=\"submit\"],.sidebar-widgets \n input[type=\"button\"],.sidebar-widgets \n form button:not(.button_),.sidebar-widgets \n .comment-reply a,.sidebar-widgets \n .comment-reply-title small > a,.sidebar-widgets \n button.button,.sidebar-widgets input.button,.sidebar-widgets #respond input#submit,.sidebar-widgets .cart_totals a.button\n {\n background-color:#2f2f2f;\n }.sidebar-widgets .social_media li a{\n background-color:#2f2f2f;\n }.light-style \n a,.light-style \n .latest_news .title:hover,.light-style \n .woocommerce-MyAccount-navigation a:hover,.light-style \n .product_info h5 a:hover,.light-style \n .product-category a:hover h3,.light-style \n .rt_heading_wrapper a:hover .rt_heading,.light-style \n .product_item_holder .product_info_footer a:hover,.light-style \n .paging_wrapper > .page-numbers a:hover,.light-style \n .woocommerce-MyAccount-navigation .is-active a,.light-style \n .timeline > div > .event-date\n {\n color:#fff;\n }\n .light-style:not(.has-custom-bg), .light-style.column_container,\n .light-style > .rt-sa-background,.light-style \n .chained_contents.style-1 > div > .icon,.light-style \n .chained_contents.style-1 > div > .number,.light-style \n .chained_contents.style-2 > div > .icon,.light-style \n .chained_contents.style-2 > div > .number,.light-style \n .button_.color:hover:after,.light-style \n .quantity .minus,.light-style \n .quantity .plus\n {\n background-color:#1e1e1e;\n }\n .light-style,.light-style \n .product_item_holder .product_info_footer a,.light-style \n .button_.default,.light-style \n .button_.color:hover,.light-style \n .paging_wrapper > .page-numbers a,.light-style \n .paging_wrapper > .page-numbers li > span,.light-style \n .author-name a,.light-style \n .quantity .plus:hover,.light-style \n .quantity .minus:hover,.light-style \n .woocommerce-MyAccount-navigation a\n {\n color:#fff;\n }\n .light-style,\n .light-style *,\n .light-style *:before, \n .light-style *:after,\n .light-style:before, \n .light-style:after,.light-style \n .button_.color:hover,.light-style \n .row table > tbody > tr > td\n {\n border-color:rgba(255, 255, 255, 0.17);\n }.light-style \n .rt_divider.style-1:before,.light-style \n .rt_divider.style-2:before,.light-style \n .rt_divider.style-3:before,.light-style \n .rt_divider.style-5,.light-style \n .rt-toggle .toggle-head:after,.light-style \n .testimonial .text .icon-quote-right,.light-style \n .testimonial .text .icon-quote-left,.light-style \n .rt_quote .icon-quote-right,.light-style \n .rt_quote .icon-quote-left,.light-style \n .star-rating:before,.light-style .cart-collaterals h2:before,.light-style \n .timeline > div:before,.light-style \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:rgba(255, 255, 255, 0.17);\n }.light-style \n .masonry .vertical_line,.light-style \n .timeline:after,.light-style \n .chained_contents.style-1:after,.light-style \n .chained_contents.style-2:after,.light-style \n .rt_divider.style-2:after,.light-style \n .rt_divider.style-3:after,.light-style \n .rt_divider.style-4,.light-style \n .pricing_table.compare .table_wrap > ul > li.caption,.light-style \n .pricing_table.compare .table_wrap > ul > li.price,.light-style \n .dots-holder > div span,.light-style \n .widget > h5:after,.light-style \n .widget .sub-menu li a:after,.light-style .widget .children li a:after,.light-style \n .price_slider_wrapper .ui-widget-content,.light-style \n .timeline > div:before,.light-style \n .border_grid > .row:after,\n .light-style.border_grid .content_row:after\n {\n background-color:rgba(255, 255, 255, 0.17);\n }.light-style \n p.price del,.light-style \n .rt_heading_wrapper.style-4 .punchline,.light-style \n .rt_heading_wrapper.style-5 .punchline,.light-style \n .client_info,.light-style \n .blog_list .date_box,.light-style \n .post_data *,.light-style \n .comment-meta > a,.light-style \n .filter_navigation li a,.light-style \n .widget > ul > li li a,.light-style \n .widget .menu > li li a,.light-style \n .rt-category-tree li > span,.light-style \n .widget_latest_posts .meta,.light-style .widget_latest_posts .meta *,.light-style \n .widget_popular_posts .meta,.light-style .widget_popular_posts .meta *,.light-style \n .small.note,.light-style .star-rating span:before,.light-style \n .with_icons.style-2 > div > .icon,.light-style \n .chained_contents.style-1 > div > .icon,.light-style \n .chained_contents.style-1 > div > .number,.light-style \n .chained_contents.style-2 > div > .icon,.light-style \n .chained_contents.style-2 > div > .number,.light-style \n .read_more:before,.light-style \n .icon-content-box.icon-style-1 .icon-holder span:before,.light-style \n .quantity .plus,.light-style .quantity .minus,.light-style \n .woocommerce.widget .quantity,\n .light-style#tools > ul > li:hover > span:first-child,\n .light-style#tools > ul > li.active > span:first-child,\n .light-style#tools > ul > li:hover:before,\n .light-style#tools > ul > li.active:before,.light-style \n .latest_news .date,.light-style \n #rt-side-navigation li a:hover,.light-style \n #rt-side-navigation li.active > a,.light-style \n .tab_title:hover,.light-style .tab_title.active\n {\n color:#fff;\n }.light-style \n .rt_heading_wrapper.style-2 > .style-2:before,.light-style \n .rt_heading .heading_icon:before,.light-style \n .highlight.style-1,.light-style \n .paging_wrapper > .page-numbers .current,.light-style \n .single_variation span.price,.light-style \n .primary-color,.light-style .primary-color > a,.light-style \n .primary-color.rt_heading,.light-style \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:rgba(255,255,255,0.2);\n }.light-style \n .pricing_table .table_wrap.highlight > ul > li.caption,.light-style \n .pricing_table .table_wrap.highlight > ul > li.price,.light-style \n .button_.default:hover:after,.light-style \n .button_.color,.light-style \n .rt-toggle > ol > li .toggle-number,.light-style \n .rt_heading.style-1:after,.light-style \n .rt_heading_wrapper.style-4 > .style-4:after,.light-style \n .rt_heading_wrapper.style-5 > .style-5:after,.light-style \n .highlight.style-2,.light-style \n .dots-holder div.active span,.light-style \n .dots-holder div:hover span,.light-style \n input[type=\"submit\"]:hover,.light-style \n input[type=\"button\"]:hover,.light-style \n .comment-reply a:hover,.light-style \n .comment-reply-title small > a:hover,.light-style \n .action_buttons li a:hover,.light-style \n .onsale,.light-style .product_info_footer a.added_to_cart,.light-style button.button:hover,.light-style input.button:hover,.light-style #respond input#submit:hover,.light-style .cart_totals a.button:hover,.light-style \n .ui-slider .ui-slider-handle,.light-style \n .ui-slider .ui-slider-range,.light-style \n .with_icons.style-3 > div > .icon,.light-style \n .icon-content-box.icon-style-2 .icon-holder span:before,.light-style \n .icon-content-box.icon-style-3 .icon-holder span:before,.light-style \n .chained_contents > div:hover .icon,.light-style \n .chained_contents > div:hover .number,.light-style \n .sticky.post:before\n {\n background-color:rgba(255,255,255,0.2);\n }.light-style \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.light-style \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.light-style \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.light-style \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.light-style \n .filter_navigation li a.active,.light-style \n .button_.color,.light-style \n .chained_contents > div:hover .icon,.light-style \n .chained_contents > div:hover .number\n {\n border-color:rgba(255,255,255,0.2);\n }.light-style \n .with_icons.style-3 > div > .icon,.light-style \n .pricing_table .table_wrap.highlight > ul > li.caption,.light-style \n .pricing_table .table_wrap.highlight > ul > li.price,.light-style \n .button_.color,.light-style \n .button_.default:hover,.light-style \n .rt-toggle > ol > li .toggle-number,.light-style \n .icon-content-box.icon-style-2 .icon-holder span:before,.light-style \n .highlight.style-2,.light-style \n input[type=\"submit\"],.light-style \n input[type=\"button\"],.light-style \n form button:not(.button_),.light-style \n form button:not(.button_):hover,.light-style \n .cart_totals a.button,.light-style \n .cart_totals a.button:hover,.light-style \n .comment-reply a,.light-style \n .comment-reply-title small > a,.light-style \n .comment-reply-title small > a:hover,.light-style \n .product_info_footer a.added_to_cart,.light-style .product_info_footer a.added_to_cart:hover,.light-style \n .quantity .plus:hover,.light-style .quantity .minus:hover,.light-style \n .chained_contents > div:hover .icon,.light-style \n .chained_contents > div:hover .number,.light-style \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#fff;\n }.light-style \n .rt_heading,.light-style \n h1,.light-style \n h2,.light-style \n h3,.light-style \n h4,.light-style \n h5,.light-style \n h6,.light-style \n h1 a,.light-style \n h2 a,.light-style \n h3 a,.light-style \n h4 a,.light-style \n h5 a,.light-style \n h6 a,.light-style \n h1 a:hover,.light-style \n h2 a:hover,.light-style \n h3 a:hover,.light-style \n h4 a:hover,.light-style \n h5 a:hover,.light-style \n h6 a:hover,.light-style \n .open .toggle-head\n {\n color:#fff;\n }.light-style \n input[type=\"submit\"],.light-style \n input[type=\"button\"],.light-style \n form button:not(.button_),.light-style \n .comment-reply a,.light-style \n .comment-reply-title small > a,.light-style \n button.button,.light-style input.button,.light-style #respond input#submit,.light-style .cart_totals a.button\n {\n background-color:rgba(55, 55, 55, 0.78);\n }.light-style .social_media li a{\n background-color:#bbb;\n }.footer_contents \n a,.footer_contents \n .latest_news .title:hover,.footer_contents \n .woocommerce-MyAccount-navigation a:hover,.footer_contents \n .product_info h5 a:hover,.footer_contents \n .product-category a:hover h3,.footer_contents \n .rt_heading_wrapper a:hover .rt_heading,.footer_contents \n .product_item_holder .product_info_footer a:hover,.footer_contents \n .paging_wrapper > .page-numbers a:hover,.footer_contents \n .woocommerce-MyAccount-navigation .is-active a,.footer_contents \n .timeline > div > .event-date\n {\n color:#aeaeae;\n }\n .footer_contents:not(.has-custom-bg), .footer_contents.column_container,\n .footer_contents > .rt-sa-background,.footer_contents \n .chained_contents.style-1 > div > .icon,.footer_contents \n .chained_contents.style-1 > div > .number,.footer_contents \n .chained_contents.style-2 > div > .icon,.footer_contents \n .chained_contents.style-2 > div > .number,.footer_contents \n .button_.color:hover:after,.footer_contents \n .quantity .minus,.footer_contents \n .quantity .plus\n {\n background-color:#2a2a2a;\n }\n .footer_contents,.footer_contents \n .product_item_holder .product_info_footer a,.footer_contents \n .button_.default,.footer_contents \n .button_.color:hover,.footer_contents \n .paging_wrapper > .page-numbers a,.footer_contents \n .paging_wrapper > .page-numbers li > span,.footer_contents \n .author-name a,.footer_contents \n .quantity .plus:hover,.footer_contents \n .quantity .minus:hover,.footer_contents \n .woocommerce-MyAccount-navigation a\n {\n color:#707070;\n }\n .footer_contents,\n .footer_contents *,\n .footer_contents *:before, \n .footer_contents *:after,\n .footer_contents:before, \n .footer_contents:after,.footer_contents \n .button_.color:hover,.footer_contents \n .row table > tbody > tr > td\n {\n border-color:#3c3c3c;\n }.footer_contents \n .rt_divider.style-1:before,.footer_contents \n .rt_divider.style-2:before,.footer_contents \n .rt_divider.style-3:before,.footer_contents \n .rt_divider.style-5,.footer_contents \n .rt-toggle .toggle-head:after,.footer_contents \n .testimonial .text .icon-quote-right,.footer_contents \n .testimonial .text .icon-quote-left,.footer_contents \n .rt_quote .icon-quote-right,.footer_contents \n .rt_quote .icon-quote-left,.footer_contents \n .star-rating:before,.footer_contents .cart-collaterals h2:before,.footer_contents \n .timeline > div:before,.footer_contents \n #rt-side-navigation > li.menu-item-has-children a:after\n {\n color:#3c3c3c;\n }.footer_contents \n .masonry .vertical_line,.footer_contents \n .timeline:after,.footer_contents \n .chained_contents.style-1:after,.footer_contents \n .chained_contents.style-2:after,.footer_contents \n .rt_divider.style-2:after,.footer_contents \n .rt_divider.style-3:after,.footer_contents \n .rt_divider.style-4,.footer_contents \n .pricing_table.compare .table_wrap > ul > li.caption,.footer_contents \n .pricing_table.compare .table_wrap > ul > li.price,.footer_contents \n .dots-holder > div span,.footer_contents \n .widget > h5:after,.footer_contents \n .widget .sub-menu li a:after,.footer_contents .widget .children li a:after,.footer_contents \n .price_slider_wrapper .ui-widget-content,.footer_contents \n .timeline > div:before,.footer_contents \n .border_grid > .row:after,\n .footer_contents.border_grid .content_row:after\n {\n background-color:#3c3c3c;\n }.footer_contents \n p.price del,.footer_contents \n .rt_heading_wrapper.style-4 .punchline,.footer_contents \n .rt_heading_wrapper.style-5 .punchline,.footer_contents \n .client_info,.footer_contents \n .blog_list .date_box,.footer_contents \n .post_data *,.footer_contents \n .comment-meta > a,.footer_contents \n .filter_navigation li a,.footer_contents \n .widget > ul > li li a,.footer_contents \n .widget .menu > li li a,.footer_contents \n .rt-category-tree li > span,.footer_contents \n .widget_latest_posts .meta,.footer_contents .widget_latest_posts .meta *,.footer_contents \n .widget_popular_posts .meta,.footer_contents .widget_popular_posts .meta *,.footer_contents \n .small.note,.footer_contents .star-rating span:before,.footer_contents \n .with_icons.style-2 > div > .icon,.footer_contents \n .chained_contents.style-1 > div > .icon,.footer_contents \n .chained_contents.style-1 > div > .number,.footer_contents \n .chained_contents.style-2 > div > .icon,.footer_contents \n .chained_contents.style-2 > div > .number,.footer_contents \n .read_more:before,.footer_contents \n .icon-content-box.icon-style-1 .icon-holder span:before,.footer_contents \n .quantity .plus,.footer_contents .quantity .minus,.footer_contents \n .woocommerce.widget .quantity,\n .footer_contents#tools > ul > li:hover > span:first-child,\n .footer_contents#tools > ul > li.active > span:first-child,\n .footer_contents#tools > ul > li:hover:before,\n .footer_contents#tools > ul > li.active:before,.footer_contents \n .latest_news .date,.footer_contents \n #rt-side-navigation li a:hover,.footer_contents \n #rt-side-navigation li.active > a,.footer_contents \n .tab_title:hover,.footer_contents .tab_title.active\n {\n color:#eaeaea;\n }.footer_contents \n .rt_heading_wrapper.style-2 > .style-2:before,.footer_contents \n .rt_heading .heading_icon:before,.footer_contents \n .highlight.style-1,.footer_contents \n .paging_wrapper > .page-numbers .current,.footer_contents \n .single_variation span.price,.footer_contents \n .primary-color,.footer_contents .primary-color > a,.footer_contents \n .primary-color.rt_heading,.footer_contents \n .icon-content-box.icon-style-4 .icon-holder span:before\n {\n color:rgba(255,255,255,0.2);\n }.footer_contents \n .pricing_table .table_wrap.highlight > ul > li.caption,.footer_contents \n .pricing_table .table_wrap.highlight > ul > li.price,.footer_contents \n .button_.default:hover:after,.footer_contents \n .button_.color,.footer_contents \n .rt-toggle > ol > li .toggle-number,.footer_contents \n .rt_heading.style-1:after,.footer_contents \n .rt_heading_wrapper.style-4 > .style-4:after,.footer_contents \n .rt_heading_wrapper.style-5 > .style-5:after,.footer_contents \n .highlight.style-2,.footer_contents \n .dots-holder div.active span,.footer_contents \n .dots-holder div:hover span,.footer_contents \n input[type=\"submit\"]:hover,.footer_contents \n input[type=\"button\"]:hover,.footer_contents \n .comment-reply a:hover,.footer_contents \n .comment-reply-title small > a:hover,.footer_contents \n .action_buttons li a:hover,.footer_contents \n .onsale,.footer_contents .product_info_footer a.added_to_cart,.footer_contents button.button:hover,.footer_contents input.button:hover,.footer_contents #respond input#submit:hover,.footer_contents .cart_totals a.button:hover,.footer_contents \n .ui-slider .ui-slider-handle,.footer_contents \n .ui-slider .ui-slider-range,.footer_contents \n .with_icons.style-3 > div > .icon,.footer_contents \n .icon-content-box.icon-style-2 .icon-holder span:before,.footer_contents \n .icon-content-box.icon-style-3 .icon-holder span:before,.footer_contents \n .chained_contents > div:hover .icon,.footer_contents \n .chained_contents > div:hover .number,.footer_contents \n .sticky.post:before\n {\n background-color:rgba(255,255,255,0.2);\n }.footer_contents \n .rt_tabs.tab-style-1 .tab_nav > li.active:after,.footer_contents \n .rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title,.footer_contents \n .rt_tabs.tab-style-2 .tab_nav > li.active:after,.footer_contents \n .rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title,.footer_contents \n .filter_navigation li a.active,.footer_contents \n .button_.color,.footer_contents \n .chained_contents > div:hover .icon,.footer_contents \n .chained_contents > div:hover .number\n {\n border-color:rgba(255,255,255,0.2);\n }.footer_contents \n .with_icons.style-3 > div > .icon,.footer_contents \n .pricing_table .table_wrap.highlight > ul > li.caption,.footer_contents \n .pricing_table .table_wrap.highlight > ul > li.price,.footer_contents \n .button_.color,.footer_contents \n .button_.default:hover,.footer_contents \n .rt-toggle > ol > li .toggle-number,.footer_contents \n .icon-content-box.icon-style-2 .icon-holder span:before,.footer_contents \n .highlight.style-2,.footer_contents \n input[type=\"submit\"],.footer_contents \n input[type=\"button\"],.footer_contents \n form button:not(.button_),.footer_contents \n form button:not(.button_):hover,.footer_contents \n .cart_totals a.button,.footer_contents \n .cart_totals a.button:hover,.footer_contents \n .comment-reply a,.footer_contents \n .comment-reply-title small > a,.footer_contents \n .comment-reply-title small > a:hover,.footer_contents \n .product_info_footer a.added_to_cart,.footer_contents .product_info_footer a.added_to_cart:hover,.footer_contents \n .quantity .plus:hover,.footer_contents .quantity .minus:hover,.footer_contents \n .chained_contents > div:hover .icon,.footer_contents \n .chained_contents > div:hover .number,.footer_contents \n .icon-content-box.icon-style-3 .icon-holder span:before\n {\n color:#ffffff;\n }.footer_contents \n .rt_heading,.footer_contents \n h1,.footer_contents \n h2,.footer_contents \n h3,.footer_contents \n h4,.footer_contents \n h5,.footer_contents \n h6,.footer_contents \n h1 a,.footer_contents \n h2 a,.footer_contents \n h3 a,.footer_contents \n h4 a,.footer_contents \n h5 a,.footer_contents \n h6 a,.footer_contents \n h1 a:hover,.footer_contents \n h2 a:hover,.footer_contents \n h3 a:hover,.footer_contents \n h4 a:hover,.footer_contents \n h5 a:hover,.footer_contents \n h6 a:hover,.footer_contents \n .open .toggle-head\n {\n color:#cccccc;\n }.footer_contents \n input[type=\"submit\"],.footer_contents \n input[type=\"button\"],.footer_contents \n form button:not(.button_),.footer_contents \n .comment-reply a,.footer_contents \n .comment-reply-title small > a,.footer_contents \n button.button,.footer_contents input.button,.footer_contents #respond input#submit,.footer_contents .cart_totals a.button\n {\n background-color:#444444;\n }.footer_contents .social_media li a{\n background-color:#393939;\n }.select2-drop{ border-color:#E8E8E8; }\n #container{\n background-color: #cccccc;\n }\n \n\n .mobile_device #container{\n background-attachment: scroll;\n }\n\n #container{background-image:none;}\n body.mobile-menu-active{\n background-color: #cccccc;\n }\n body.mobile-menu-active{background-image:none;}\n\n .admin-bar .left-side-background{\n background-position: right 32px;\n }\n\n .mobile_device.admin-bar .left-side-background{\n background-position: right 46px;\n }\n\n \n\n .left-side-background{\n background-image: url( http://rttheme19.rtthemes.com/wp-content/uploads/sites/5/2015/02/product-background.jpg );\n background-attachment: scroll;\n background-position: right top;\n background-repeat: no-repeat;\n background-size: cover;\n -webkit-background-size: cover;\n -moz-background-size: cover;\n -o-background-size: cover;\n }\n\n .mobile_device .left-side-background{\n -webkit-background-size: auto 100\n -moz-background-size: auto;\n -o-background-size: auto;\n }\n\n @media screen and (max-width: 979px){\n\n .admin-bar #left_side{\n background-position: right 32px;\n }\n\n .mobile_device.admin-bar #left_side{\n background-position: right 46px;\n }\n\n \n\n #left_side{\n background-image: url( http://rttheme19.rtthemes.com/wp-content/uploads/sites/5/2015/02/product-background.jpg );\n background-attachment: scroll;\n background-position: right top;\n background-repeat: no-repeat;\n background-size: cover;\n -webkit-background-size: cover;\n -moz-background-size: cover;\n -o-background-size: cover;\n }\n\n .mobile_device #left_side{\n -webkit-background-size: auto 100\n -moz-background-size: auto;\n -o-background-size: auto;\n }\n\n }\n .sub_page_header .page-title > *{\n color: #555555;\n }\n \n .sub_page_header{\n background-color: rgba(255, 255, 255, 0.3);\n }\n .sub_page_header{background-image:none;}\n .breadcrumb, .breadcrumb span:before{\n color: #999;\n }\n \n .breadcrumb a, .breadcrumb a:before{\n color: #777;\n }\n \n .breadcrumb{\n background-color: rgba(255, 255, 255, 0.5);\n }\n ", "yes");
INSERT INTO `wp_679176_options` VALUES("476", "duplicate_post_version", "4.1.2", "yes");
INSERT INTO `wp_679176_options` VALUES("503", "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:15:\"theme.rttheme19\";i:1624521650;}}s:1:\"t\";i:1624521650;}", "no");
INSERT INTO `wp_679176_options` VALUES("506", "WPLANG", "", "yes");
INSERT INTO `wp_679176_options` VALUES("507", "new_admin_email", "nazar.udeumuradov@yandex.ru", "yes");
INSERT INTO `wp_679176_options` VALUES("701", "_transient_health-check-site-status-result", "{\"good\":\"15\",\"recommended\":\"5\",\"critical\":\"1\"}", "yes");
INSERT INTO `wp_679176_options` VALUES("786", "googlelanguagetranslator_active", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("787", "googlelanguagetranslator_language", "en", "yes");
INSERT INTO `wp_679176_options` VALUES("788", "googlelanguagetranslator_flags", "1", "yes");
INSERT INTO `wp_679176_options` VALUES("789", "language_display_settings", "a:1:{s:2:\"ru\";s:1:\"1\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("790", "googlelanguagetranslator_translatebox", "yes", "yes");
INSERT INTO `wp_679176_options` VALUES("791", "googlelanguagetranslator_display", "Vertical", "yes");
INSERT INTO `wp_679176_options` VALUES("792", "googlelanguagetranslator_toolbar", "Yes", "yes");
INSERT INTO `wp_679176_options` VALUES("793", "googlelanguagetranslator_showbranding", "Yes", "yes");
INSERT INTO `wp_679176_options` VALUES("794", "googlelanguagetranslator_flags_alignment", "flags_left", "yes");
INSERT INTO `wp_679176_options` VALUES("795", "googlelanguagetranslator_analytics", "", "yes");
INSERT INTO `wp_679176_options` VALUES("796", "googlelanguagetranslator_analytics_id", "", "yes");
INSERT INTO `wp_679176_options` VALUES("797", "googlelanguagetranslator_css", "", "yes");
INSERT INTO `wp_679176_options` VALUES("798", "googlelanguagetranslator_multilanguage", "", "yes");
INSERT INTO `wp_679176_options` VALUES("799", "googlelanguagetranslator_floating_widget", "no", "yes");
INSERT INTO `wp_679176_options` VALUES("800", "googlelanguagetranslator_flag_size", "18", "yes");
INSERT INTO `wp_679176_options` VALUES("801", "googlelanguagetranslator_flags_order", "", "yes");
INSERT INTO `wp_679176_options` VALUES("802", "googlelanguagetranslator_english_flag_choice", "us_flag", "yes");
INSERT INTO `wp_679176_options` VALUES("803", "googlelanguagetranslator_spanish_flag_choice", "spanish_flag", "yes");
INSERT INTO `wp_679176_options` VALUES("804", "googlelanguagetranslator_portuguese_flag_choice", "portuguese_flag", "yes");
INSERT INTO `wp_679176_options` VALUES("805", "googlelanguagetranslator_floating_widget_text", "Translate »", "yes");
INSERT INTO `wp_679176_options` VALUES("806", "googlelanguagetranslator_floating_widget_text_allow_translation", "", "yes");
INSERT INTO `wp_679176_options` VALUES("807", "widget_glt_widget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("808", "glt_admin_notice", "a:3:{s:16:\"glt_announcement\";a:3:{s:5:\"start\";s:9:\"6/24/2021\";s:3:\"int\";i:0;s:9:\"dismissed\";i:1;}s:15:\"two_week_review\";a:2:{s:5:\"start\";s:9:\"6/29/2021\";s:3:\"int\";i:5;}s:12:\"upgrade_tips\";a:2:{s:5:\"start\";s:9:\"6/26/2021\";s:3:\"int\";i:2;}}", "yes");
INSERT INTO `wp_679176_options` VALUES("809", "googlelanguagetranslator_seo_active", "", "yes");
INSERT INTO `wp_679176_options` VALUES("810", "googlelanguagetranslator_url_structure", "sub_domain", "yes");
INSERT INTO `wp_679176_options` VALUES("811", "googlelanguagetranslator_url_translation_active", "", "yes");
INSERT INTO `wp_679176_options` VALUES("812", "googlelanguagetranslator_hreflang_tags_active", "", "yes");
INSERT INTO `wp_679176_options` VALUES("813", "glt_language_switcher_width", "100%", "yes");
INSERT INTO `wp_679176_options` VALUES("814", "glt_language_switcher_text_color", "#32373c", "yes");
INSERT INTO `wp_679176_options` VALUES("815", "glt_language_switcher_bg_color", "", "yes");
INSERT INTO `wp_679176_options` VALUES("816", "glt_floating_widget_position", "bottom_left", "yes");
INSERT INTO `wp_679176_options` VALUES("817", "glt_floating_widget_text_color", "#ffffff", "yes");
INSERT INTO `wp_679176_options` VALUES("818", "glt_floating_widget_bg_color", "#f89406", "yes");
INSERT INTO `wp_679176_options` VALUES("832", "polylang", "a:15:{s:7:\"browser\";b:0;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:0;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";b:0;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:5:\"3.0.6\";s:16:\"first_activation\";i:1624487796;s:12:\"default_lang\";s:2:\"ru\";s:9:\"nav_menus\";a:1:{s:9:\"rttheme19\";a:5:{s:24:\"rt-theme-main-navigation\";a:2:{s:2:\"ru\";i:55;s:2:\"tm\";i:10;}s:26:\"rt-theme-footer-navigation\";a:2:{s:2:\"ru\";i:11;s:2:\"tm\";i:11;}s:26:\"rt-theme-mobile-navigation\";a:2:{s:2:\"ru\";i:0;s:2:\"tm\";i:0;}s:24:\"rt-theme-side-navigation\";a:2:{s:2:\"ru\";i:55;s:2:\"tm\";i:10;}s:31:\"rt-theme-second-main-navigation\";a:1:{s:2:\"ru\";i:27;}}}}", "yes");
INSERT INTO `wp_679176_options` VALUES("833", "polylang_wpml_strings", "a:0:{}", "yes");
INSERT INTO `wp_679176_options` VALUES("834", "widget_polylang", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes");
INSERT INTO `wp_679176_options` VALUES("845", "pll_dismissed_notices", "a:2:{i:0;s:6:\"wizard\";i:1;s:8:\"lingotek\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("898", "portfolio_categories_children", "a:0:{}", "yes");
INSERT INTO `wp_679176_options` VALUES("939", "category_children", "a:0:{}", "yes");
INSERT INTO `wp_679176_options` VALUES("972", "duplicate_post_title_prefix", "", "yes");
INSERT INTO `wp_679176_options` VALUES("973", "duplicate_post_title_suffix", "", "yes");
INSERT INTO `wp_679176_options` VALUES("974", "duplicate_post_increase_menu_order_by", "", "yes");
INSERT INTO `wp_679176_options` VALUES("975", "duplicate_post_roles", "a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("976", "duplicate_post_show_notice", "", "yes");
INSERT INTO `wp_679176_options` VALUES("995", "_transient_timeout_loco_po_da4ec0d64e6744918e48bdd146ceb60a", "1625381950", "no");
INSERT INTO `wp_679176_options` VALUES("996", "_transient_loco_po_da4ec0d64e6744918e48bdd146ceb60a", "a:4:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:39:\"themes/rttheme19/languages/rt_theme.pot\";s:5:\"bytes\";i:475579;s:5:\"mtime\";i:1623649769;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:1887;s:1:\"p\";i:0;s:1:\"f\";i:0;}}s:1:\"t\";i:1624517950;}", "no");
INSERT INTO `wp_679176_options` VALUES("997", "_transient_timeout_loco_po_2702943dea8392b701414376912f78b6", "1625385563", "no");
INSERT INTO `wp_679176_options` VALUES("998", "_transient_loco_po_2702943dea8392b701414376912f78b6", "a:4:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:35:\"themes/rttheme19/languages/en_US.po\";s:5:\"bytes\";i:475794;s:5:\"mtime\";i:1624521547;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:1887;s:1:\"p\";i:8;s:1:\"f\";i:0;}}s:1:\"t\";i:1624521563;}", "no");
INSERT INTO `wp_679176_options` VALUES("999", "_transient_timeout_loco_po_384ff744b581e7b5723fecca4e9e3e3b", "1625382032", "no");
INSERT INTO `wp_679176_options` VALUES("1000", "_transient_loco_po_384ff744b581e7b5723fecca4e9e3e3b", "a:4:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:35:\"themes/rttheme19/languages/tm_TM.po\";s:5:\"bytes\";i:475763;s:5:\"mtime\";i:1624517981;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:1887;s:1:\"p\";i:9;s:1:\"f\";i:0;}}s:1:\"t\";i:1624518032;}", "no");
INSERT INTO `wp_679176_options` VALUES("1001", "_transient_timeout_loco_po_80a3e8cfa6ce2d968d7ef46581616534", "1625385750", "no");
INSERT INTO `wp_679176_options` VALUES("1002", "_transient_loco_po_80a3e8cfa6ce2d968d7ef46581616534", "a:4:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:35:\"themes/rttheme19/languages/ru_RU.po\";s:5:\"bytes\";i:476091;s:5:\"mtime\";i:1624521650;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:1887;s:1:\"p\";i:7;s:1:\"f\";i:0;}}s:1:\"t\";i:1624521750;}", "no");
INSERT INTO `wp_679176_options` VALUES("1017", "rewrite_rules", "a:305:{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:56:\"^(ru|tm)/wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:92:\"index.php?lang=$matches[1]&sitemap=$matches[2]&sitemap-subtype=$matches[3]&paged=$matches[4]\";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:42:\"^(ru|tm)/wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:64:\"index.php?lang=$matches[1]&sitemap=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:55:\"(ru|tm)/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?lang=$matches[1]&category_name=$matches[2]&feed=$matches[3]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(ru|tm)/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?lang=$matches[1]&category_name=$matches[2]&feed=$matches[3]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:31:\"(ru|tm)/category/(.+?)/embed/?$\";s:63:\"index.php?lang=$matches[1]&category_name=$matches[2]&embed=true\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:43:\"(ru|tm)/category/(.+?)/page/?([0-9]{1,})/?$\";s:70:\"index.php?lang=$matches[1]&category_name=$matches[2]&paged=$matches[3]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(ru|tm)/category/(.+?)/?$\";s:52:\"index.php?lang=$matches[1]&category_name=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"(ru|tm)/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&tag=$matches[2]&feed=$matches[3]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:47:\"(ru|tm)/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&tag=$matches[2]&feed=$matches[3]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:28:\"(ru|tm)/tag/([^/]+)/embed/?$\";s:53:\"index.php?lang=$matches[1]&tag=$matches[2]&embed=true\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:40:\"(ru|tm)/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?lang=$matches[1]&tag=$matches[2]&paged=$matches[3]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:22:\"(ru|tm)/tag/([^/]+)/?$\";s:42:\"index.php?lang=$matches[1]&tag=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:53:\"(ru|tm)/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&post_format=$matches[2]&feed=$matches[3]\";s:48:\"(ru|tm)/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&post_format=$matches[2]&feed=$matches[3]\";s:29:\"(ru|tm)/type/([^/]+)/embed/?$\";s:61:\"index.php?lang=$matches[1]&post_format=$matches[2]&embed=true\";s:41:\"(ru|tm)/type/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&post_format=$matches[2]&paged=$matches[3]\";s:23:\"(ru|tm)/type/([^/]+)/?$\";s:50:\"index.php?lang=$matches[1]&post_format=$matches[2]\";s:51:\"(ru|tm)/project-details/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:43:\"project-details/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:61:\"(ru|tm)/project-details/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:53:\"project-details/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:81:\"(ru|tm)/project-details/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:73:\"project-details/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"(ru|tm)/project-details/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:68:\"project-details/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"(ru|tm)/project-details/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:68:\"project-details/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"(ru|tm)/project-details/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:49:\"project-details/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"(ru|tm)/project-details/([^/]+)/embed/?$\";s:59:\"index.php?lang=$matches[1]&portfolio=$matches[2]&embed=true\";s:32:\"project-details/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:44:\"(ru|tm)/project-details/([^/]+)/trackback/?$\";s:53:\"index.php?lang=$matches[1]&portfolio=$matches[2]&tb=1\";s:36:\"project-details/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:52:\"(ru|tm)/project-details/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?lang=$matches[1]&portfolio=$matches[2]&paged=$matches[3]\";s:44:\"project-details/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:59:\"(ru|tm)/project-details/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?lang=$matches[1]&portfolio=$matches[2]&cpage=$matches[3]\";s:51:\"project-details/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:48:\"(ru|tm)/project-details/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?lang=$matches[1]&portfolio=$matches[2]&page=$matches[3]\";s:40:\"project-details/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:40:\"(ru|tm)/project-details/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:32:\"project-details/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"(ru|tm)/project-details/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:42:\"project-details/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"(ru|tm)/project-details/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:62:\"project-details/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"(ru|tm)/project-details/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:57:\"project-details/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"(ru|tm)/project-details/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:57:\"project-details/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"(ru|tm)/project-details/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:38:\"project-details/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"(ru|tm)/portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:90:\"index.php?lang=$matches[1]&taxonomy=portfolio_categories&term=$matches[2]&feed=$matches[3]\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:73:\"index.php?taxonomy=portfolio_categories&term=$matches[1]&feed=$matches[2]\";s:53:\"(ru|tm)/portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:90:\"index.php?lang=$matches[1]&taxonomy=portfolio_categories&term=$matches[2]&feed=$matches[3]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:73:\"index.php?taxonomy=portfolio_categories&term=$matches[1]&feed=$matches[2]\";s:34:\"(ru|tm)/portfolio/([^/]+)/embed/?$\";s:84:\"index.php?lang=$matches[1]&taxonomy=portfolio_categories&term=$matches[2]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:67:\"index.php?taxonomy=portfolio_categories&term=$matches[1]&embed=true\";s:46:\"(ru|tm)/portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:91:\"index.php?lang=$matches[1]&taxonomy=portfolio_categories&term=$matches[2]&paged=$matches[3]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:74:\"index.php?taxonomy=portfolio_categories&term=$matches[1]&paged=$matches[2]\";s:28:\"(ru|tm)/portfolio/([^/]+)/?$\";s:73:\"index.php?lang=$matches[1]&taxonomy=portfolio_categories&term=$matches[2]\";s:20:\"portfolio/([^/]+)/?$\";s:56:\"index.php?taxonomy=portfolio_categories&term=$matches[1]\";s:51:\"(ru|tm)/product-details/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:43:\"product-details/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:61:\"(ru|tm)/product-details/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:53:\"product-details/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:81:\"(ru|tm)/product-details/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:73:\"product-details/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"(ru|tm)/product-details/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:68:\"product-details/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"(ru|tm)/product-details/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:68:\"product-details/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"(ru|tm)/product-details/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:49:\"product-details/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"(ru|tm)/product-details/([^/]+)/embed/?$\";s:58:\"index.php?lang=$matches[1]&products=$matches[2]&embed=true\";s:32:\"product-details/([^/]+)/embed/?$\";s:41:\"index.php?products=$matches[1]&embed=true\";s:44:\"(ru|tm)/product-details/([^/]+)/trackback/?$\";s:52:\"index.php?lang=$matches[1]&products=$matches[2]&tb=1\";s:36:\"product-details/([^/]+)/trackback/?$\";s:35:\"index.php?products=$matches[1]&tb=1\";s:52:\"(ru|tm)/product-details/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?lang=$matches[1]&products=$matches[2]&paged=$matches[3]\";s:44:\"product-details/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?products=$matches[1]&paged=$matches[2]\";s:59:\"(ru|tm)/product-details/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?lang=$matches[1]&products=$matches[2]&cpage=$matches[3]\";s:51:\"product-details/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?products=$matches[1]&cpage=$matches[2]\";s:48:\"(ru|tm)/product-details/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?lang=$matches[1]&products=$matches[2]&page=$matches[3]\";s:40:\"product-details/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?products=$matches[1]&page=$matches[2]\";s:40:\"(ru|tm)/product-details/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:32:\"product-details/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"(ru|tm)/product-details/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:42:\"product-details/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"(ru|tm)/product-details/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:62:\"product-details/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"(ru|tm)/product-details/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:57:\"product-details/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"(ru|tm)/product-details/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:57:\"product-details/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"(ru|tm)/product-details/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:38:\"product-details/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"(ru|tm)/products/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:88:\"index.php?lang=$matches[1]&taxonomy=product_categories&term=$matches[2]&feed=$matches[3]\";s:49:\"products/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:71:\"index.php?taxonomy=product_categories&term=$matches[1]&feed=$matches[2]\";s:52:\"(ru|tm)/products/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:88:\"index.php?lang=$matches[1]&taxonomy=product_categories&term=$matches[2]&feed=$matches[3]\";s:44:\"products/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:71:\"index.php?taxonomy=product_categories&term=$matches[1]&feed=$matches[2]\";s:33:\"(ru|tm)/products/([^/]+)/embed/?$\";s:82:\"index.php?lang=$matches[1]&taxonomy=product_categories&term=$matches[2]&embed=true\";s:25:\"products/([^/]+)/embed/?$\";s:65:\"index.php?taxonomy=product_categories&term=$matches[1]&embed=true\";s:45:\"(ru|tm)/products/([^/]+)/page/?([0-9]{1,})/?$\";s:89:\"index.php?lang=$matches[1]&taxonomy=product_categories&term=$matches[2]&paged=$matches[3]\";s:37:\"products/([^/]+)/page/?([0-9]{1,})/?$\";s:72:\"index.php?taxonomy=product_categories&term=$matches[1]&paged=$matches[2]\";s:27:\"(ru|tm)/products/([^/]+)/?$\";s:71:\"index.php?lang=$matches[1]&taxonomy=product_categories&term=$matches[2]\";s:19:\"products/([^/]+)/?$\";s:54:\"index.php?taxonomy=product_categories&term=$matches[1]\";s:40:\"(ru|tm)/team/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"(ru|tm)/team/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"(ru|tm)/team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"(ru|tm)/team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"(ru|tm)/team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"(ru|tm)/team/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"(ru|tm)/team/([^/]+)/embed/?$\";s:70:\"index.php?lang=$matches[1]&post_type=staff&name=$matches[2]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:53:\"index.php?post_type=staff&name=$matches[1]&embed=true\";s:33:\"(ru|tm)/team/([^/]+)/trackback/?$\";s:64:\"index.php?lang=$matches[1]&post_type=staff&name=$matches[2]&tb=1\";s:25:\"team/([^/]+)/trackback/?$\";s:47:\"index.php?post_type=staff&name=$matches[1]&tb=1\";s:41:\"(ru|tm)/team/([^/]+)/page/?([0-9]{1,})/?$\";s:77:\"index.php?lang=$matches[1]&post_type=staff&name=$matches[2]&paged=$matches[3]\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?post_type=staff&name=$matches[1]&paged=$matches[2]\";s:48:\"(ru|tm)/team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:77:\"index.php?lang=$matches[1]&post_type=staff&name=$matches[2]&cpage=$matches[3]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?post_type=staff&name=$matches[1]&cpage=$matches[2]\";s:37:\"(ru|tm)/team/([^/]+)(?:/([0-9]+))?/?$\";s:76:\"index.php?lang=$matches[1]&post_type=staff&name=$matches[2]&page=$matches[3]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?post_type=staff&name=$matches[1]&page=$matches[2]\";s:29:\"(ru|tm)/team/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"(ru|tm)/team/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"(ru|tm)/team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"(ru|tm)/team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"(ru|tm)/team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"(ru|tm)/team/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"(ru|tm)/testimonial/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"(ru|tm)/testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"(ru|tm)/testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"(ru|tm)/testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"(ru|tm)/testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"(ru|tm)/testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"(ru|tm)/testimonial/([^/]+)/embed/?$\";s:61:\"index.php?lang=$matches[1]&testimonial=$matches[2]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:40:\"(ru|tm)/testimonial/([^/]+)/trackback/?$\";s:55:\"index.php?lang=$matches[1]&testimonial=$matches[2]&tb=1\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:48:\"(ru|tm)/testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&testimonial=$matches[2]&paged=$matches[3]\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:55:\"(ru|tm)/testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&testimonial=$matches[2]&cpage=$matches[3]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:44:\"(ru|tm)/testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?lang=$matches[1]&testimonial=$matches[2]&page=$matches[3]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:36:\"(ru|tm)/testimonial/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"(ru|tm)/testimonial/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"(ru|tm)/testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"(ru|tm)/testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"(ru|tm)/testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"(ru|tm)/testimonial/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"(ru|tm)/testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:92:\"index.php?lang=$matches[1]&taxonomy=testimonial_categories&term=$matches[2]&feed=$matches[3]\";s:53:\"testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:75:\"index.php?taxonomy=testimonial_categories&term=$matches[1]&feed=$matches[2]\";s:56:\"(ru|tm)/testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:92:\"index.php?lang=$matches[1]&taxonomy=testimonial_categories&term=$matches[2]&feed=$matches[3]\";s:48:\"testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:75:\"index.php?taxonomy=testimonial_categories&term=$matches[1]&feed=$matches[2]\";s:37:\"(ru|tm)/testimonials/([^/]+)/embed/?$\";s:86:\"index.php?lang=$matches[1]&taxonomy=testimonial_categories&term=$matches[2]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:69:\"index.php?taxonomy=testimonial_categories&term=$matches[1]&embed=true\";s:49:\"(ru|tm)/testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:93:\"index.php?lang=$matches[1]&taxonomy=testimonial_categories&term=$matches[2]&paged=$matches[3]\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:76:\"index.php?taxonomy=testimonial_categories&term=$matches[1]&paged=$matches[2]\";s:31:\"(ru|tm)/testimonials/([^/]+)/?$\";s:75:\"index.php?lang=$matches[1]&taxonomy=testimonial_categories&term=$matches[2]\";s:23:\"testimonials/([^/]+)/?$\";s:58:\"index.php?taxonomy=testimonial_categories&term=$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:40:\"(ru|tm)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?lang=$matches[1]&&feed=$matches[2]\";s:35:\"(ru|tm)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?lang=$matches[1]&&feed=$matches[2]\";s:16:\"(ru|tm)/embed/?$\";s:38:\"index.php?lang=$matches[1]&&embed=true\";s:28:\"(ru|tm)/page/?([0-9]{1,})/?$\";s:45:\"index.php?lang=$matches[1]&&paged=$matches[2]\";s:35:\"(ru|tm)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?lang=$matches[1]&&page_id=4&cpage=$matches[2]\";s:10:\"(ru|tm)/?$\";s:26:\"index.php?lang=$matches[1]\";s:49:\"(ru|tm)/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&&feed=$matches[2]&withcomments=1\";s:44:\"(ru|tm)/comments/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&&feed=$matches[2]&withcomments=1\";s:25:\"(ru|tm)/comments/embed/?$\";s:38:\"index.php?lang=$matches[1]&&embed=true\";s:52:\"(ru|tm)/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?lang=$matches[1]&s=$matches[2]&feed=$matches[3]\";s:47:\"(ru|tm)/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?lang=$matches[1]&s=$matches[2]&feed=$matches[3]\";s:28:\"(ru|tm)/search/(.+)/embed/?$\";s:51:\"index.php?lang=$matches[1]&s=$matches[2]&embed=true\";s:40:\"(ru|tm)/search/(.+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?lang=$matches[1]&s=$matches[2]&paged=$matches[3]\";s:22:\"(ru|tm)/search/(.+)/?$\";s:40:\"index.php?lang=$matches[1]&s=$matches[2]\";s:55:\"(ru|tm)/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&author_name=$matches[2]&feed=$matches[3]\";s:50:\"(ru|tm)/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&author_name=$matches[2]&feed=$matches[3]\";s:31:\"(ru|tm)/author/([^/]+)/embed/?$\";s:61:\"index.php?lang=$matches[1]&author_name=$matches[2]&embed=true\";s:43:\"(ru|tm)/author/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&author_name=$matches[2]&paged=$matches[3]\";s:25:\"(ru|tm)/author/([^/]+)/?$\";s:50:\"index.php?lang=$matches[1]&author_name=$matches[2]\";s:77:\"(ru|tm)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]\";s:72:\"(ru|tm)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]\";s:53:\"(ru|tm)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:91:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&embed=true\";s:65:\"(ru|tm)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:98:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&paged=$matches[5]\";s:47:\"(ru|tm)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:80:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]\";s:64:\"(ru|tm)/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]\";s:59:\"(ru|tm)/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]\";s:40:\"(ru|tm)/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:75:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&embed=true\";s:52:\"(ru|tm)/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:82:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]\";s:34:\"(ru|tm)/([0-9]{4})/([0-9]{1,2})/?$\";s:64:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]\";s:51:\"(ru|tm)/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&year=$matches[2]&feed=$matches[3]\";s:46:\"(ru|tm)/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&year=$matches[2]&feed=$matches[3]\";s:27:\"(ru|tm)/([0-9]{4})/embed/?$\";s:54:\"index.php?lang=$matches[1]&year=$matches[2]&embed=true\";s:39:\"(ru|tm)/([0-9]{4})/page/?([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&year=$matches[2]&paged=$matches[3]\";s:21:\"(ru|tm)/([0-9]{4})/?$\";s:43:\"index.php?lang=$matches[1]&year=$matches[2]\";s:35:\"(ru|tm)/.?.+?/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"(ru|tm)/.?.+?/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"(ru|tm)/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"(ru|tm)/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"(ru|tm)/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"(ru|tm)/.?.+?/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"(ru|tm)/(.?.+?)/embed/?$\";s:58:\"index.php?lang=$matches[1]&pagename=$matches[2]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:28:\"(ru|tm)/(.?.+?)/trackback/?$\";s:52:\"index.php?lang=$matches[1]&pagename=$matches[2]&tb=1\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:48:\"(ru|tm)/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&feed=$matches[3]\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:43:\"(ru|tm)/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&feed=$matches[3]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:36:\"(ru|tm)/(.?.+?)/page/?([0-9]{1,})/?$\";s:65:\"index.php?lang=$matches[1]&pagename=$matches[2]&paged=$matches[3]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:43:\"(ru|tm)/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?lang=$matches[1]&pagename=$matches[2]&cpage=$matches[3]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:32:\"(ru|tm)/(.?.+?)(?:/([0-9]+))?/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&page=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:35:\"(ru|tm)/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"(ru|tm)/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"(ru|tm)/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"(ru|tm)/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"(ru|tm)/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"(ru|tm)/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"(ru|tm)/([^/]+)/embed/?$\";s:54:\"index.php?lang=$matches[1]&name=$matches[2]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:28:\"(ru|tm)/([^/]+)/trackback/?$\";s:48:\"index.php?lang=$matches[1]&name=$matches[2]&tb=1\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:48:\"(ru|tm)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:43:\"(ru|tm)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:36:\"(ru|tm)/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:43:\"(ru|tm)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:32:\"(ru|tm)/([^/]+)(?:/([0-9]+))?/?$\";s:60:\"index.php?lang=$matches[1]&name=$matches[2]&page=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:24:\"(ru|tm)/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"(ru|tm)/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"(ru|tm)/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"(ru|tm)/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"(ru|tm)/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"(ru|tm)/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("1099", "_site_transient_timeout_browser_7ed05ad2a86e17a3586ff0221b93a2e5", "1625208629", "no");
INSERT INTO `wp_679176_options` VALUES("1100", "_site_transient_browser_7ed05ad2a86e17a3586ff0221b93a2e5", "a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.114\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}", "no");
INSERT INTO `wp_679176_options` VALUES("1266", "_site_transient_timeout_php_check_5e827212769c648f6a0478f622eede02", "1625548514", "no");
INSERT INTO `wp_679176_options` VALUES("1267", "_site_transient_php_check_5e827212769c648f6a0478f622eede02", "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:1;s:13:\"is_acceptable\";b:1;}", "no");
INSERT INTO `wp_679176_options` VALUES("1330", "revslider_update_revision_current", "6.2.0", "yes");
INSERT INTO `wp_679176_options` VALUES("1376", "duplicator_settings", "a:17:{s:7:\"version\";s:5:\"1.4.1\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:2;}", "yes");
INSERT INTO `wp_679176_options` VALUES("1377", "duplicator_version_plugin", "1.4.1", "yes");
INSERT INTO `wp_679176_options` VALUES("1378", "duplicator_ui_view_state", "a:1:{s:24:\"dup-pack-installer-panel\";s:1:\"0\";}", "yes");
INSERT INTO `wp_679176_options` VALUES("1379", "duplicator_package_active", "O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-07-03 05:24:47\";s:7:\"Version\";s:5:\"1.4.1\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:6:\"5.7.30\";s:10:\"VersionPHP\";s:6:\"7.3.28\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:19:\"Gunay_WP_website_21\";s:4:\"Hash\";s:35:\"b622285dfefeeace3559_20210703052447\";s:8:\"NameHash\";s:55:\"Gunay_WP_website_21_b622285dfefeeace3559_20210703052447\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:65:\"Gunay_WP_website_21_b622285dfefeeace3559_20210703052447_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: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\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:77:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency\";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:\"2021-07-03 05:24:47\";s:7:\"Version\";s:5:\"1.4.1\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:6:\"5.7.30\";s:10:\"VersionPHP\";s:6:\"7.3.28\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:19:\"Gunay_WP_website_21\";s:4:\"Hash\";s:35:\"b622285dfefeeace3559_20210703052447\";s:8:\"NameHash\";s:55:\"Gunay_WP_website_21_b622285dfefeeace3559_20210703052447\";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:28:\"MySQL Community Server (GPL)\";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:5:{i:0;s:86:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-admin\";i:1;s:96:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/uploads\";i:2;s:98:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/languages\";i:3;s:95:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content/themes\";i:4;s:89:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:77:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency\";i:1;s:88:\"/home/clients/0a27eb938fe3991e5f0aac47b52feba7/sites/tempryary.unbegin.agency/wp-content\";}}s:9:\"Installer\";r:84;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:129;}", "yes");
INSERT INTO `wp_679176_options` VALUES("1419", "_transient_pll_languages_list", "a:2:{i:0;a:24:{s:7:\"term_id\";i:28;s:4:\"name\";s:14:\"Русский\";s:4:\"slug\";s:2:\"ru\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:28;s:5:\"count\";i:9;s:10:\"tl_term_id\";i:29;s:19:\"tl_term_taxonomy_id\";i:29;s:8:\"tl_count\";i:6;s:6:\"locale\";s:5:\"ru_RU\";s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"ru-RU\";s:8:\"facebook\";s:5:\"ru_RU\";s:8:\"home_url\";s:45:\"http://tempryary.unbegin.agency/ru/home-page/\";s:10:\"search_url\";s:35:\"http://tempryary.unbegin.agency/ru/\";s:4:\"host\";N;s:5:\"mo_id\";s:5:\"29070\";s:13:\"page_on_front\";i:4;s:14:\"page_for_posts\";i:5;s:9:\"flag_code\";s:2:\"ru\";s:8:\"flag_url\";s:72:\"http://tempryary.unbegin.agency/wp-content/plugins/polylang/flags/ru.png\";s:4:\"flag\";s:675:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAE2SURBVHjaYvz69T8DAvz79w9CQVj/0MCffwwAAcQClObiAin6/x+okxHMgPCAbOb//5n+I4EXL74ABBALxGSwagTjPzbAyMgItAQggBg9Pf9nZPx//x7kjL9////9C2QAyf9//qCQQCQkxFhY+BEggFi2b/+nq8v46BEDSPQ3w+8//3//BqFfv9BJeXmQEwACCOSkP38YgHy4Bog0RN0vIOMXVOTPH6Cv/gEEEEgDxFKgHEgDXCmGDUAE1AAQQCybGZg1f/d8//XsH0jTn3+///z79RtE/v4NZfz68xfI/vOX+4/0ZoZFAAHE4gYMvD+3/v2+h91wCANo9Z+/jH9VxBkYAAKIBRg9TL//MEhKAuWAogxgZzGC2CCfgUggAoYdGAEVAwQQ41egu5AQAyoXTQoIAAIMAD+JZR7YOGEWAAAAAElFTkSuQmCC\" alt=\"Русский\" width=\"16\" height=\"11\" style=\"width: 16px; height: 11px;\" />\";s:15:\"custom_flag_url\";N;s:11:\"custom_flag\";N;}i:1;a:24:{s:7:\"term_id\";i:42;s:4:\"name\";s:7:\"Turkmen\";s:4:\"slug\";s:2:\"tm\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:42;s:5:\"count\";i:9;s:10:\"tl_term_id\";i:43;s:19:\"tl_term_taxonomy_id\";i:43;s:8:\"tl_count\";i:1;s:6:\"locale\";s:5:\"tm_TM\";s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"tm-TM\";s:8:\"facebook\";N;s:8:\"home_url\";s:49:\"http://tempryary.unbegin.agency/tm/bas-sahypa-tm/\";s:10:\"search_url\";s:35:\"http://tempryary.unbegin.agency/tm/\";s:4:\"host\";N;s:5:\"mo_id\";s:5:\"29071\";s:13:\"page_on_front\";i:29073;s:14:\"page_for_posts\";i:29076;s:9:\"flag_code\";s:2:\"tm\";s:8:\"flag_url\";s:72:\"http://tempryary.unbegin.agency/wp-content/plugins/polylang/flags/tm.png\";s:4:\"flag\";s:900:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHjSURBVHjaYmSwZACC3e8kP9x8/oWBIdGQgeEPA7eZ7tcDlxl+MTD8YICSPxkgACAAADEAzv8EAAAAfHOPIuf5//4HBhAKdQbwCwcJ7/TwUnOczd/V1OTa/P38+/77+/z9+/37sXOZAogJpOs/w6cHT5l+Pnx15pwAJ8+lhzf4uXjbt8wMMXP/+efX7ZcPbj1/eOvZvd9//wDVAgQQE8M/hn///7Gy/f/4/Dsb678z968m24ecunup3CuNiZGJk5X915/fv37/+vUXaMlvoAaAAGIBavjz7++Pz7+/fv/Jwfj/z1+GXZePTIip+f337+pT2++/efLr92+gnt8gBLIBIIBYgH769+8vK+vfb1/+8XL9+/Xnz+Unt1LnVKlLKN178/jVx7dApSBL/vyBOAkggFiAYQK04fvnX/c4fvN9BBrD8OvvL6D02YdXfgPNBrnkD9iGP0BvAzUABBDIBiCTjfUvx6/fHFz/f/35BXHAL2Dg/IFqALnn75+///4CNQAEEBMwjH//+8NnaG7CxsChoP0L6oDfYJ2/fv3+A3EPMHD//AVpAAggiA1/Pt+9xSKm+OvDcylJiT8g5wKN/A1W9O8P2Gwg+PMP5AeAAGJk4AdF5MSfDDIMDHcYGMoZCACAAAMAC9BBJrSMH4IAAAAASUVORK5CYII=\" alt=\"Turkmen\" width=\"16\" height=\"11\" style=\"width: 16px; height: 11px;\" />\";s:15:\"custom_flag_url\";N;s:11:\"custom_flag\";N;}}", "yes");
INSERT INTO `wp_679176_options` VALUES("1470", "_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:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1625288503;s:15:\"version_checked\";s:5:\"5.7.2\";s:12:\"translations\";a:0:{}}", "no");
INSERT INTO `wp_679176_options` VALUES("1471", "_site_transient_update_themes", "O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1625288505;s:7:\"checked\";a:1:{s:9:\"rttheme19\";s:3:\"1.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}", "no");
INSERT INTO `wp_679176_options` VALUES("1486", "_site_transient_timeout_theme_roots", "1625290304", "no");
INSERT INTO `wp_679176_options` VALUES("1487", "_site_transient_theme_roots", "a:1:{s:9:\"rttheme19\";s:7:\"/themes\";}", "no");
INSERT INTO `wp_679176_options` VALUES("1488", "_site_transient_update_plugins", "O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1625288505;s:7:\"checked\";a:11:{s:33:\"classic-editor/classic-editor.php\";s:3:\"1.6\";s:9:\"ccode.php\";s:3:\"1.0\";s:25:\"duplicator/duplicator.php\";s:5:\"1.4.1\";s:9:\"helad.php\";s:3:\"1.0\";s:23:\"loco-translate/loco.php\";s:5:\"2.5.3\";s:11:\"mplugin.php\";s:3:\"1.0\";s:21:\"polylang/polylang.php\";s:5:\"3.0.6\";s:35:\"rt19-extentions/rt19-extentions.php\";s:5:\"2.9.5\";s:23:\"revslider/revslider.php\";s:6:\"6.2.23\";s:27:\"js_composer/js_composer.php\";s:5:\"6.4.1\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"4.1.2\";}s:8:\"response\";a:1:{s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"6.6\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";N;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{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:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.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:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":9:{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.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/duplicator.1.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2083921\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2083921\";}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:23:\"loco-translate/loco.php\";O:8:\"stdClass\":9:{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.5.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/loco-translate/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/loco-translate.2.5.3.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:21:\"polylang/polylang.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/polylang\";s:4:\"slug\";s:8:\"polylang\";s:6:\"plugin\";s:21:\"polylang/polylang.php\";s:11:\"new_version\";s:5:\"3.0.6\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/polylang/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/polylang.3.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/polylang/assets/icon-256x256.png?rev=1331499\";s:2:\"1x\";s:61:\"https://ps.w.org/polylang/assets/icon-128x128.png?rev=1331499\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/polylang/assets/banner-1544x500.png?rev=1405299\";s:2:\"1x\";s:63:\"https://ps.w.org/polylang/assets/banner-772x250.png?rev=1405299\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"4.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.4.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}}}}", "no");
INSERT INTO `wp_679176_options` VALUES("1489", "_site_transient_timeout_browser_7f65ff317c237641f7aace3b7dac03d6", "1625894224", "no");
INSERT INTO `wp_679176_options` VALUES("1490", "_site_transient_browser_7f65ff317c237641f7aace3b7dac03d6", "a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.124\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}", "no");
INSERT INTO `wp_679176_options` VALUES("1491", "_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3", "1625332630", "no");
INSERT INTO `wp_679176_options` VALUES("1492", "_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3", "a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jul 2021 15:27:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.9-alpha-51321\";s:7:\"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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 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:68:\"https://wordpress.org/news/2021/07/the-month-in-wordpress-june-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:\"Fri, 02 Jul 2021 15:11: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:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10896\";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:334:\"Once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very “us versus the problem” way. And when you do […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11608:\"\n<blockquote class=\"wp-block-quote\"><p>Once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very “us versus the problem” way. And when you do that, you’re always going to find a great solution.</p></blockquote>\n\n\n\n<p>In the “<a href=\"https://wordpress.org/news/2021/06/episode-11-wordcamp-europe-2021-in-review/#more-10837\">WordCamp Europe 2021 in Review</a>” episode of the WP Briefing podcast, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> talks about the importance of collaboration, which is vital in building WordPress. This edition of The Month in WordPress covers exciting updates that exemplify this philosophy. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Updates on WordPress 5.8</h2>\n\n\n\n<p>Get excited, folks! The beta versions and the first release candidate of WordPress 5.8 are out. <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">Beta 1</a> came out on June 9, followed by <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\">Beta 2</a> on June 15, <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\">Beta 3</a> on June 23, and <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-4/\">Beta 4</a> on June 25. The <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\">first release candidate</a> of WordPress 5.8 was published on June 30. You can test the beta versions and the release candidates by <a href=\"https://wordpress.org/download/releases/#betas\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. WordPress 5.8 <a href=\"https://make.wordpress.org/core/5-8/\">will be out by July 20, 2021</a>, and is also <a href=\"https://make.wordpress.org/polyglots/2021/06/28/wordpress-5-8-ready-to-be-translated/\">ready to be translated</a>.</p>\n\n\n\n<p>Want to contribute to WordPress core? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>. Don’t forget to join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC. Help us promote WordPress 5.8 by <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\">organizing meetups about the release</a>, <a href=\"https://make.wordpress.org/marketing/2021/06/30/help-produce-social-media-materials-for-5-8-release/\">producing social media marketing materials for 5.8</a>, or <a href=\"https://make.wordpress.org/test/2021/06/30/help-test-wordpress-5-8s-fse-features/\">testing the release</a>.</p>\n\n\n\n<h2>Gutenberg versions 10.8 and 10.9 are out</h2>\n\n\n\n<p>We said hello to Gutenberg <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">version 10.8</a> and <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">version 10.9</a> this month. <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">Version 10.8</a> adds rich URL previews, enhancements to the list view, and an updated block manager. <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">Version 10.9</a> offers several performance enhancements, along with more block design tools and template editor enhancements.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/06/04/whats-next-in-gutenberg-june-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. </p>\n\n\n\n<h2>WordCamp Europe 2021 concludes</h2>\n\n\n\n<p>One of the biggest and most exciting WordPress events, <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021</a>, was held from June 7-9, 2021. A team of 40 members organized the event, which had 3200+ registrations, 42 speakers, and 43 sponsors. What a success! You will find more details <a href=\"https://europe.wordcamp.org/2021/a-recap-on-wceu-2021/\">in the event recap</a>. One highlight was a <a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\">Gutenberg demo</a> hosted by <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> and <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>. You can <a href=\"https://www.youtube.com/channel/UCaYQGYDpXpU4A17kxN-AgJQ/featured\">watch the event recording on the WordCamp Europe YouTube channel</a>, and videos <a href=\"https://wordpress.tv/event/wordcamp-europe-2021/\">are now available on WordPress.tv</a> as well. The team has announced <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>, which is being planned as an in-person event in Porto, Portugal. Want to be a part of the 2022 WCEU organizing team? Their <a href=\"https://europe.wordcamp.org/2022/call-for-organisers/\">call for organizers is now open</a>. Apply now!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>Don’t miss the <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">latest Full Site Editing (FSE) Outreach program testing call: “Thrive with theme.json”</a>, which is aimed at a developer-centric audience. The deadline is July 14. Also don’t miss a <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">hallway hangout on testing theme.json on July 7 at 5 PM UTC</a>. The team has published a <a href=\"https://make.wordpress.org/test/2021/06/24/fse-program-polished-portfolios-summary/\">recap of the Published Portfolios testing call</a>, which shares some interesting results. </p>\n\n\n\n<h2>BuddyPress 8.0 is out!</h2>\n\n\n\n<p>The first major BuddyPress release of 2021, <a href=\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\">version 8.0</a> “Alfano,” came out on June 6. The short-cycle release offers features such as the ability to recruit new members, an improved registration experience, and profile field types. Download it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or check it out from its <a href=\"https://buddypress.trac.wordpress.org/browser/branches/8.0\">Subversion repository.</a></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan 2021</a> was held from June 20- 26. The weeklong event, which had two session days followed by five contributor days, sold 1300+ tickets, with 45 speakers and 23 sponsors. Catch the <a href=\"https://www.youtube.com/c/wordcampjapan\">event recording on YouTube</a>!</li><li>Josepha Haden <a href=\"https://make.wordpress.org/updates/2021/06/03/announcing-make-wordpress-org-project/\">announced</a> a new Make site — <a href=\"https://make.wordpress.org/project\">make.wordpress.org/project</a> — for project-wide announcements, which will no longer be posted to Make/Updates. Check out the latest post on that site on <a href=\"https://make.wordpress.org/project/2021/06/17/the-metrics-of-contributions/\">the metrics of contributions</a>.</li><li>The Community Team announced that <a href=\"https://make.wordpress.org/community/2021/07/01/in-person-meetup-events-for-vaccinated-community-members/\">in-person meetups can be organized for fully vaccinated people</a>, in places where vaccines are freely available.</li><li>The Core Team added<a href=\"https://make.wordpress.org/core/2021/06/21/bundled-themes-changes-in-wordpress-5-8/\"> block patterns and improvements</a> to all legacy default themes. The team also shared a <a href=\"https://make.wordpress.org/core/2021/06/22/extending-the-site-health-interface-in-wordpress-5-8/\">feature request</a> that will allow developers to modify and extend the Site Health feature in Core.</li><li>The Design Team shared an update on the <a href=\"https://make.wordpress.org/design/2021/06/23/update-initial-patterns-for-the-patterns-directory/\">block pattern directory</a>; the team is continuing to review suggestions and has offered some guidelines in this post.</li><li>The Design Team is also <a href=\"https://wordpress.org/news/2021/06/a-new-design-is-coming-to-wordpress-news/\">working on redesigning this blog</a> (wordpress.org/news). Catch a sneak peek of the blog’s new look <a href=\"https://make.wordpress.org/design/2021/06/03/redesign-of-wordpress-org-news/\">in this Make/Design blog post</a>.</li><li>The Accessibility Team shared the <a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/\">updated WordPress Accessibility coding standards</a>.</li><li>The Polyglots Team proposed a <a href=\"https://make.wordpress.org/polyglots/2021/06/03/proposal-month-long-translation-day-2021-celebration/\">monthlong translation day celebration in September</a>.</li><li><span style=\"color: initial;, sans-serif\">The Support Team </span><a style=\", sans-serif\" href=\"https://make.wordpress.org/support/2021/06/new-irc-server-for-support/\">moved their IRC chat server from Freenode to Libera</a><span style=\"color: initial;, sans-serif\">.</span></li><li>The Documentation Team is<a href=\"https://make.wordpress.org/docs/2021/06/06/writing-documentation-for-wordpress-release/\"> working hard on updating our docs</a> for WordPress 5.8. </li><li>The Themes Team has decided to <a href=\"https://make.wordpress.org/docs/2021/06/06/writing-documentation-for-wordpress-release/\">automatically set theme updates live for old themes</a> instead of routing them through the review queue.</li><li>The <a href=\"https://github.com/WordPress/Requests\">WordPress Requests library</a> has a new release: <a href=\"https://github.com/WordPress/Requests/releases/tag/v1.8.1\">version 1.8.1</a>. </li><li><a href=\"https://en.wikipedia.org/wiki/Ujwal_Thapa\">Ujwal Thapa</a> – co-founder of the Nepal WordPress community <a href=\"https://wptavern.com/ujwal-thapa-co-founder-of-the-wordpress-nepal-community-passes-away\">passed away due to COVID-19</a>. Our community deeply mourns his loss and is thankful for his contributions.</li><li>The latest edition of “<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>” features <a href=\"https://wordpress.org/news/2021/06/people-of-wordpress-tijana-andrejic/\">Tijana Andrejic from Serbia.</a></li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>. </em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10896\";s: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:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.8 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Jun 2021 03:47:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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:35:\"https://wordpress.org/news/?p=10873\";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:364:\"The first release candidate for WordPress 5.8 is now available! 🎉 Please join us in celebrating this very important milestone in the community’s progress towards the final release of WordPress 5.8! “Release Candidate” means the new version is ready for release, but with thousands of plugins and themes and differences in how the millions of […]\";s: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:\"Jeffrey Paul\";s: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:4776:\"\n<p>The first release candidate for <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8</a> is now available! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>Please join us in celebrating this very important milestone in the community’s progress towards the final release of WordPress 5.8!</p>\n\n\n\n<p>“Release Candidate” means the new version is ready for release, but with thousands of plugins and themes and differences in how the millions of people use WordPress, it is possible something was missed. WordPress 5.8 is slated for release on <strong>July 20, 2021</strong>, but <em>your</em> help is needed to get there—if you have not tried 5.8 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>You can test the WordPress 5.8 release candidate in three ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (select the <code>Bleeding edge</code> channel and then <code>Beta/RC Only</code> stream)</li><li>Directly download the release candidate version <a href=\"https://wordpress.org/wordpress-5.8-RC1.zip\">(zip)</a></li><li>Using WP-CLI to test: <code>wp core update --version=5.8-RC1</code></li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>What is in WordPress 5.8?</h2>\n\n\n\n<p>The second release of 2021 continues to progress on the block editor towards the promised future of full site editing with these updates:</p>\n\n\n\n<ul><li>Manage Widgets with Blocks</li><li>Display Posts with New Blocks and Patterns</li><li>Edit Post Templates</li><li>Overview of the Page Structure</li><li>Suggested Patterns for Blocks</li><li>Style and Colorize Images</li><li><code>theme.json</code></li><li>Dropping support for IE11</li><li>Adding support for WebP</li><li>Adding Additional Block Supports</li><li><a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">Version 10.7</a> of the Gutenberg plugin</li></ul>\n\n\n\n<p>WordPress 5.8 also has lots of refinements to enhance the developer experience. To learn more, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">developer notes tag</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.8 and update the <em>Tested up to</em> version in the <code>readme</code> file to 5.8. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so those can be figured out before the final release.</p>\n\n\n\n<p>The WordPress 5.8 Field Guide, due to be published very shortly, will give you a deeper dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.8 release schedule.</p>\n\n\n\n<p><em><strong>If you think you have found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you are comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><strong><em>Props to <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a> for copy suggestions and final review.</em></strong></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>We are almost there,<br>WordPress 5.8 comes next month.<br>We need your help: test!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10873\";s: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:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jun 2021 17:14: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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:35:\"https://wordpress.org/news/?p=10855\";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:331:\"WordPress 5.8 Beta 4 is now available for testing! This software is still in development, so it is not recommended to run this version on a production site. Consider setting up a test site to play with it. You can test the WordPress 5.8 Beta 4 in three ways: Install/activate the WordPress Beta Tester plugin (select […]\";s: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:\"Jeffrey Paul\";s: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:4104:\"\n<p>WordPress 5.8 Beta 4 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it is not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 4 in three ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream).</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta4.zip\">zip</a>).</li><li>Using WP-CLI to test: <code>wp core update --version=5.8-beta4</code></li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s less than <strong>four weeks away</strong>, so we need your help to make sure the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\" data-type=\"post\">Beta 3</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F24%2F2021..06%2F26%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">18</a> bugs have been fixed. Most tickets focused on polishing existing default themes, fixing bugs in the new block Widget screen, and squashing Editor bugs collected during beta.</p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F25%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">254 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F25%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">91 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s 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<p><em>Props to <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a> <a href=\'https://profiles.wordpress.org/clorith/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>clorith</a> for reviews and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Releasing software<br>Is complex when open source<br>Yet WordPressers do</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10855\";s: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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jun 2021 02:36:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10843\";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:331:\"WordPress 5.8 Beta 3 is now available for testing! This software is still in development, so it is not recommended to run this version on a production site. Consider setting up a test site to play with it. You can test the WordPress 5.8 Beta 3 in three ways: Install/activate the WordPress Beta Tester plugin (select […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5777:\"\n<p>WordPress 5.8 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it is not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 3 in three ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream).</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta3.zip\">zip</a>).</li><li>Using WP-CLI to test: <code>wp core update --version=5.8-beta3</code></li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s just <strong>four weeks away</strong>, so we need your help to make the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\" data-type=\"post\">Beta 2</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F16%2F2021..06%2F23%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">38</a> bugs have been fixed. Here is a summary of some of the included changes:</p>\n\n\n\n<ul><li>Block Editor: Move caching to endpoint for unique responses. (<a href=\"https://core.trac.wordpress.org/ticket/53435\">#53435</a>)</li><li>Bundled Themes: Improve display of blocks in widget areas. (<a href=\"https://core.trac.wordpress.org/ticket/53422\">#53422</a>)</li><li>Coding Standards: Bring some consistency to HTML formatting in <code>wp-admin/comment.php</code>. (<a href=\"https://core.trac.wordpress.org/ticket/52627\">#52627</a>)</li><li>Editor: Include Cover block in the list of block types registered using metadata files. (<a href=\"https://core.trac.wordpress.org/ticket/53440\">#53440</a>)</li><li>Editor: Include Cover block in the list of block types registered using metadata files. (<a href=\"https://core.trac.wordpress.org/ticket/53440\">#53440</a>)</li><li>Media: Add new functions to return the previous/next attachment links. (<a href=\"https://core.trac.wordpress.org/ticket/45708\">#45708</a>)</li><li>Media: Improve upload page media item layout on smaller screens. (<a href=\"https://core.trac.wordpress.org/ticket/51754\">#51754</a>)</li><li>Media: Update total attachment count when media added or removed. (<a href=\"https://core.trac.wordpress.org/ticket/53171\">#53171</a>)</li><li>REST API: Decode single and double quote entities in widget names and descriptions. (<a href=\"https://core.trac.wordpress.org/ticket/53407\">#53407</a>)</li><li>Twenty Nineteen: Update margins on full- and wide-aligned blocks in the editor. (<a href=\"https://core.trac.wordpress.org/ticket/53428\">#53428</a>)</li><li>Widgets: Add editor styles to the widgets block editor. (<a href=\"https://core.trac.wordpress.org/ticket/53344\">#53344</a>)</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F23%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">254 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F23%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">91 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s 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<p><em>Props to <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a> <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a> <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> <a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a> for reviews and final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Esperanza first.<br>Want to know the next jazzer?<br>Then please test beta.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10843\";s: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:55:\"\n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WP Briefing: Episode 11: WordCamp Europe 2021 in Review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2021/06/episode-11-wordcamp-europe-2021-in-review/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Jun 2021 12:33: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10837\";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:364:\"In this episode, Josepha Haden Chomphosy does a mini deep dive into WordCamp Europe 2021, specifically the conversation between the project’s co-founder, Matt Mullenweg, and Brian Krogsgard formerly of PostStatus. Tune in to hear her take and for this episode’s small list of big things. Have a question you’d like answered? You can submit them […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/06/WP-Briefing-011.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10500:\"\n<p>In this episode, Josepha Haden Chomphosy does a mini deep dive into WordCamp Europe 2021, specifically the conversation between the project’s co-founder, Matt Mullenweg, and Brian Krogsgard formerly of PostStatus. Tune in to hear her take and for this episode’s small list of big things.</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></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\">Gutenberg Highlights </a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=o-IvKy3322k&t=12428s\">Matt Mullenweg in conversation with Brian Krogsgard </a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-8/\">5.8 Development Cycle</a></p>\n\n\n\n<p><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/a-recap-on-wceu-2021/\">A recap on WCEU 2021</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10837\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy 00:10</strong></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 insights 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 00:40</strong></p>\n\n\n\n<p>A couple of weeks ago, we hosted WordCamp Europe and had the double pleasure of a demo that showed us a bit about the future of WordPress and an interview that looked back while also looking a bit forward. If you haven’t seen the demo, it was beautiful. And I’ve included a link to it in the show notes. And if you haven’t heard the interview, there were a few specific moments that I’d like to take the time to delve into a little more. Brian Krogsgard, in his conversation with Matt Mullenweg, brought up three really interesting points. I mean, he brought up a lot of interesting points, but there were three that I would particularly like to look into today. The first was about balance. The second was about cohesion. And the third was about those we leave behind. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 01:24</strong></p>\n\n\n\n<p>So first is this question of balance. Brian brought this up in the context of the overall economic health of the WordPress ecosystem. And in that particular moment, he talked about companies that are coming together, companies that are merging. And in Matt’s answer, the part that I found the most interesting was when he said, “the point at which there is the most commercial opportunity is also the point at which there is the most opportunity for short-termism. He went on to talk about the importance of long-term thinking and collective thinking about what makes us, and us here means probably the WordPress project, more vibrant and vital in 10 or 20 or 30 years. One of the things that he specifically called out in that answer was the responsibility of larger companies in the ecosystem. For instance, like Automattic, to commit fully to giving back, there are many ways now that companies can give back to WordPress so that we all replenish the Commons. They can pay for volunteer contributors’ time; they can create and sponsor entire teams through the Five for the Future program. They can contribute time through our outreach program. And they can even contribute to WordPress’s ability to own our own voice by engaging their audience’s awareness of what’s next in WordPress, or whatever. And I know this balance, this particular balance of paid contributors or sponsored contributors, compared to our volunteer contributors or self-sponsored contributors; I know that this balance is one that people keep an eagle eye on. I am consistently on a tight rope to appropriately balanced those voices. But as with so many things where balance is key, keeping an eye on the middle or the long-distance can really help us get it right. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 03:23</strong></p>\n\n\n\n<p>The second question was one of cohesion and specifically cohesion over the competition. Brian asked how, if people feel disadvantaged, you can foster a feeling of cohesion rather than competition? And Matt’s first answer was that competition is great. Specifically, he said that competition is great as long as you consider where your collaboration fits into the mission. And he also spent some time exploring how competitors in the ecosystem can still work from a community-first mindset. I personally cannot agree enough about some of the benefits of collaboration alongside your competitors. I remind sponsored contributors from time to time, and I think it’s true for any contributor that you are an employee of your company first and a contributor to WordPress second. However, once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very us versus the problem way. And when you do that, you’re always going to find a great solution. It may not be as fast as you want it to build things out in the open in public. And so sometimes we get it wrong and have to come back and fix it but still, given time, we’re going to come out with the best solution because we have so many skilled people working on this. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 05:01</strong></p>\n\n\n\n<p>And then the third question that I wanted to really touch on is the question of those we leave behind. Brian asked Matt if he thought mid-sized agencies and mid-sized consultants were being squeezed out with the block editor. Matt’s high-level answer was no, and I tend to agree with him. It’s not all mid-sized anything any more than it’s all small-sized anything. His answer continued to look at what stands to change for users with the block editor and who really can stand to benefit. It made me think back to my WordPress 5.0 listening tour. We launched WordPress 5.0, which was, in case anyone forgets, the first release with the block editor in it. I took a six-month-long tour to anywhere that WordPressers were so I could hear their main worries, what Brian is saying in there, and what Matt is saying to really came up all the time in those conversations. And basically, it was that this update takes all the power away from people who are building websites. And in these conversations, and Matt and Brian’s conversation, it was really focused on our freelancers and consultants. But at the same time, all of them heard that this update gives power back to all of the people who could build websites. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 06:28</strong></p>\n\n\n\n<p>I could not shake the feeling at the time. And honestly, I can’t shake it now that no high-end consultants, or freelancers, or any other developer or site creator sit around just longing for maintenance work. After six months of talking to people, I didn’t hear anyone say, “you know, I just love making the same author card over and over and over.” Or, “updated the footer every week, this month. And that’s why I got into this business.” And more than the feeling that there just wasn’t anyone who just loved maintenance, I got a feeling that there were real problems that needed to be solved for these clients and that they wanted to solve them. And that they also would gladly trade updating footers for the much more interesting work of creating modern and stylish business hubs based on WordPress for the clients who trust them so much. All of that, I guess, is to say that, yes, the block editor does give power back to our clients again, but not at the expense of those who have to build the sites in the first place. I think it stands to restore everyone’s sense of agency more than we truly realize. So that’s my deep dive on WordCamp Europe; I included links to the demo and the talk below, just in case you haven’t seen them yet. And you want to get a little bit of insight into the full context of the conversations that I just did a bit of a deep dive into. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 08:15</strong></p>\n\n\n\n<p>And now it’s time for our smallest of big things. All right, I have three things for you today. Number one, tomorrow, we package WordPress 5.8 beta three. If you’ve never had a chance to stop by the core channel in slack for the past packaging process, I really encourage you to stop by; we call them release parties. It’s a bunch of people who stand around and help get it done. So you can also see how it gets done. And if you’re feeling brave, you can even try your hand at testing out one of the packages as soon as it’s ready. The second thing is that a week from tomorrow, we reach our first release candidate milestone. So if you have meant to submit any bugs or patches or if you’ve been procrastinating on documentation, or dev notes, right now is the time so that we can have a chance to get everything into the release by the time we reach the release candidate milestone on the 29th. And the third thing is that we are currently right in the middle of WordCamp Japan. That is a great opportunity to meet some contributors and maybe even get started with contributions yourself. So stop by if you haven’t had a chance to check it out already. I will leave a link in the show notes. And that, my friends, is your small list of big things. </p>\n\n\n\n<p>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>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10837\";s: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:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Jun 2021 18:34:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10808\";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:344:\"WordPress 5.8 Beta 2 is now available for testing! This software is still in development, so it’s not recommended to run this version on a production site. Consider setting up a test site to play with it. You can test the WordPress 5.8 Beta 2 in two ways: Install/activate the WordPress Beta Tester plugin (select the Bleeding […]\";s: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:19:\"Jonathan Desrosiers\";s: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:6174:\"\n<p>WordPress 5.8 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it’s not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 2 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta2.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to ensure that the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\" data-type=\"post\" data-id=\"10733\">Beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F09%2F2021..06%2F15%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">26</a> bugs have been fixed. Here is a summary of some of the included changes:</p>\n\n\n\n<ul><li>Block Editor: Remove bundled block patterns and support the patterns directory. (<a href=\"https://core.trac.wordpress.org/ticket/53246\">#53246</a>)</li><li>Block Editor: Add a type property to allow Core to identify the source of the editor styles. (<a href=\"https://core.trac.wordpress.org/ticket/53175\">#53175</a>)</li><li>Build/Test Tools: Adds some tests for Quick Draft section in Dashboard. (<a href=\"https://core.trac.wordpress.org/ticket/52905\">#52905</a>)</li><li>Build/Test Tools: Replaced <code>@babel/polyfill</code> with <code>core-js/stable</code>. (<a href=\"https://core.trac.wordpress.org/ticket/52941\">#52941</a>)</li><li>Coding Standards: Further update the code for bulk menu items deletion to better follow WordPress coding standards. (<a href=\"https://core.trac.wordpress.org/ticket/21603\">#21603</a>)</li><li>External Libraries: Update Underscore to version 1.13.1. (<a href=\"https://core.trac.wordpress.org/ticket/45785\">#45785</a>)</li><li>General: A number of block editor, template mode and widget screen related fixes. (<a href=\"https://core.trac.wordpress.org/changeset/51149\">#51149</a>)</li><li>Login and Registration: Improve the unknown username error message. (<a href=\"https://core.trac.wordpress.org/ticket/52915\">#52915</a>)</li><li>Media: Restore AJAX response data shape in media library. (<a href=\"https://core.trac.wordpress.org/ticket/50105\">#50105</a>)</li><li>Site Health: Display a list of file formats supported by the GD library. (<a href=\"https://core.trac.wordpress.org/ticket/53022\">#53022</a>)</li><li><span style=\"color: initial;, sans-serif\">Twemoji: It’s the new one! (</span><a href=\"https://core.trac.wordpress.org/ticket/52852\">#52852</a>)</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F15%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">214 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F15%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">87 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s 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<p><em>Props to <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for revision, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/youknowriad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>youknowriad</a>, <a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a>, <a href=\'https://profiles.wordpress.org/felipeelia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>felipeelia</a> , and <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a> for proofreading, and <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> for final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Install won’t you please<br>WordPress 5-8 Beta 2?<br>We need your help: test!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10808\";s: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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Gutenberg Highlights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/gutenberg-highlights/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Jun 2021 11:03:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"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=10779\";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:346:\"During WordCamp Europe this past Wednesday Matt and I gathered to discuss the latest developments of Gutenberg and to share a video with some of the current and upcoming highlights. The video is wonderfully narrated by @beafialho and it was a great opportunity to celebrate all the incredible work that contributors are doing around the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matias Ventura\";s: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:1401:\"\n<p>During <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a> this past Wednesday Matt and I gathered to discuss the latest developments of Gutenberg and to share a video with some of the current and upcoming highlights. The video is wonderfully narrated by <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> and it was a great opportunity to celebrate all the incredible work that contributors are doing around the globe to improve the editing and customization experience of WordPress. For those that weren’t able to attend live it’s now available for watching online.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/a1Sf7PxfmLQ?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&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>Matt also opened a thread for questions <a href=\"https://ma.tt/2021/06/wceu-open-thread/\">on his blog</a>, so be sure to chime in there if you have any!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Jun 2021 02:47:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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:35:\"https://wordpress.org/news/?p=10733\";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:50:\"WordPress 5.8 Beta 1 is 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s: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:10110:\"\n<p>WordPress 5.8 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it is not recommended to run this version on a production site. Instead, we recommend that you run this on a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 1 in two ways:</p>\n\n\n\n<ul><li>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).</li><li>Direct download the <a href=\"https://wordpress.org/wordpress-5.8-beta1.zip\">beta version here (zip)</a>.</li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. This is just <strong>six weeks away</strong>, so your help is vital to ensure this release is tested properly and as good as it can be.</p>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So what’s new in this 5.8? Let’s start with some highlights.</p>\n\n\n\n<h2>Highlights</h2>\n\n\n\n<h3>Powerful Blocks</h3>\n\n\n\n<ul><li>Discover several new blocks and expressive tools, including blocks for <em>Page Lists</em>, <em>Site Title</em>, <em>Logo</em>, and <em>Tagline</em>. A powerful <em>Query Loop</em> block offers multiple ways for displaying lists of posts and comes with new block patterns that take advantage of its flexibility and creative possibilities.</li><li>Interacting with nested blocks has been made easier with a permanent toolbar button for selecting a parent. Block outlines are shown when hovering or focusing on the different block type buttons. Block handles are now also present for drag and drop when in “select” mode.</li><li>Introduces the <strong>List View</strong>, a panel that can be toggled and helps navigate complex blocks and patterns.</li><li>Reusable blocks have an improved creation flow and support for history revisions. </li><li>A cool new duotone block adds images effects which can be used in media blocks or supported in third-party blocks. Color presets can also be customized by the theme.</li></ul>\n\n\n\n<h3>Handpicked Patterns</h3>\n\n\n\n<p>Patterns can now also be recommended and selected during block setup, offering powerful new flows. Pattern transformations are also possible and allow converting a block or a collection of blocks into different patterns.</p>\n\n\n\n<p>New collection of Patterns and an initial integration with the upcoming Pattern Directory on WordPress.org.</p>\n\n\n\n<h3>Better Tools</h3>\n\n\n\n<ul><li><span style=\"color: initial;, sans-serif\">New template editor that allows creating new custom templates for a page using blocks.</span></li><li>Themes can now control and configure styling with a theme.json file, including layout configuration, block supports, color palettes, and more.</li><li>New design tools and enhancements to existing blocks, including more color, typography, and spacing options, drag and drop for Cover backgrounds, additions to block transformation options, ability to embed PDFs within the File block, and more.</li><li>Includes improvements to how the editor is rendered to more accurately resemble the frontend.</li></ul>\n\n\n\n<h3>Internet Explorer 11</h3>\n\n\n\n<p>Support for Internet Explorer 11 is ending in WordPress this year. In this release, most of those changes are being merged so use the Beta and RC periods to test!</p>\n\n\n\n<h3>Blocks in Widgets Area</h3>\n\n\n\n<ul><li>You can now use any block in your theme’s widget areas using the all new Widgets screen and updated Customizer.</li><li>Existing third party widgets continue to work via the <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/legacy-widget-block/\">Legacy Widget block</a>.</li><li>Not quite ready for a full switch? To ease the transition, users can use the <a href=\"https://wordpress.org/plugins/classic-widgets/\">Classic Widgets plugin</a> and themes can call <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/opting-out/\">remove_theme_support( ‘widgets-block-editor’ )</a>.</li></ul>\n\n\n\n<p><em>Looking for a change and can’t find it? There are more improvements listed after the break.</em></p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<h3>Do some testing!</h3>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute.</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. That’s 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<p>Thanks for joining us, and happy testing!</p>\n\n\n\n<p class=\"has-text-align-left\"><em><span><i>Props to </i></span><a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/youknowriad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>youknowriad</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a>, and <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a><span><i> for </i>editing/proof reading</span> this post, and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review.</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<p><em>Full Site Editing<br>Coming at the end of year<br>But first, Beta 1</em></p>\n\n\n\n<span id=\"more-10733\"></span>\n\n\n\n<h2><strong>Improvements in this Release</strong></h2>\n\n\n\n<ul><li>Improvements to Reusable blocks, Cover block, Table block, List View, Rich text placeholder, Template Editing Mode, Block Inserter, and Top Toolbar</li><li>Query loop block that uses a query/filter to create a flexible post list based on templates. Best used with patterns.</li><li>Parity refinement between editor and frontend, Standardization to block toolbars organization</li><li>Block widgets in the Customizer</li><li>Introducing the Global Styles and Global Settings APIs: control the editor settings and available customization tools and style blocks using a theme.json file.Template editor opens inside an iframe to more accurately resemble the front end.</li><li>Ability to transform Media and Text into Columns</li><li>Embedded PDFs within File block</li><li>Spacing options for Social Links and Buttons, Spacer block width adjustments</li><li>Twemoji has been updated to version 13.1, bringing you many new Emoji.</li><li>Editor performance improvements</li><li>Hide writing prompt from subsequent empty paragraphs</li><li>More descriptive publishing UI</li><li>Added capability to set the default format for image sub-sizes as well as WebP support</li><li>Added widgets block editor to widgets.php and customize.php</li><li>Added block patterns to default themes</li><li>Added ability to mark a plugin as unmanaged</li><li>Enable revisions for the reusable block custom post type</li><li>Enqueue script and style assets only for blocks present on the page</li><li>Abstracted block editor configuration by deprecating existing filters and introducing replacements that are context-aware</li><li>New sidebars, widget, and widget-types REST API endpoints</li><li>Added support for modifying the term relation when querying posts in the REST API</li><li>Site Health now supports custom sub-menus and pages</li><li>Themes now display the number of available theme updates in the admin menu</li><li>Speed up cached <code>get_pages()</code> calls</li><li>Underscore updates from 1.8.3 to 1.9.1</li></ul>\n\n\n\n<p>To see all of the features for Gutenberg release in detail check out these posts: <a href=\"https://make.wordpress.org/core/2021/02/17/whats-new-in-gutenberg-10-0-february/\">10.0</a>, <a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">10.1</a>, <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">10.2</a>, <a href=\"https://make.wordpress.org/core/2021/04/02/whats-new-in-gutenberg-10-3-31-march/\">10.3</a>, <a href=\"https://make.wordpress.org/core/2021/04/14/whats-new-in-gutenberg-10-4-14-april/\">10.4</a>, <a href=\"https://make.wordpress.org/core/2021/04/30/whats-new-in-gutenberg-10-5-28-april/\">10.5</a>, <a href=\"https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/\">10.6</a>, and <a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">10.7</a>. In addition to those changes, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">215 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&type=enhancement&type=feature+request&milestone=5.8&col=id&col=summary&col=type&col=status&col=milestone&col=owner&col=priority&col=changetime&col=keywords&order=changetime\">88 new features and enhancements</a>, with more bug fixes on the way.</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10733\";s: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:55:\"\n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WP Briefing: Episode 10: Finding the Good In Disagreement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2021/06/episode-10-finding-the-good-in-disagreement/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Jun 2021 12:22: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10424\";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:408:\"To Agree, disagree, and everything in-between. In this episode, Josepha talks about forming opinions and decision-making in the WordPress project. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann Song: Fearless First by Kevin MacLeod […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/06/WP-Briefing-010.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12068:\"\n<p>To Agree, disagree, and everything in-between. In this episode, Josepha talks about forming opinions and decision-making in the WordPress project.</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></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://www.oprah.com/spirit/suzy-welchs-rule-of-10-10-10-decision-making-guide/all\">10/10/10 Rule</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Time_management#The_Eisenhower_Method\">The Eisenhower Matrix </a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Minimax\">The Maximin Strategy </a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></p>\n\n\n\n<p><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8 Development Cycle</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10424\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Joseph Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:40</p>\n\n\n\n<p>For anyone who has ever organized something, whether it’s a social event, a school project, or an annual family gathering, you know that there are many different opinions. The more opinions you have, the more likely people don’t see eye to eye. And before you know it, you’ve got some disagreements. Some things make disagreements worse, like imbalance of information, lack of showing your work, and sometimes just “too many cooks in the kitchen,” to use a regional phrase. Frankly, sometimes it seems like the second you have more than one cook in your kitchen, you’re going to get some disagreements. But I think that’s a healthy thing. WordPress is huge. And there are huge numbers of people contributing to WordPress or any other open source project you want to name. So there’s a lot of stuff available to disagree about. If we never saw anyone pointing out an area that wasn’t quite right, there would probably be something wrong. If you, like me, think that a healthy tension of collaborative disagreement can be useful when approached thoughtfully, then this quick start guide is for you. </p>\n\n\n\n<p>Step one, prepare to host a discussion. This is, by the way, just the hardest step out there. You have to take a little time to figure out what problem you’re solving with the solution you’re suggesting, any goals that it relates to, and then figure out what the bare minimum best outcome would be and what the wildest dreams magic wand waving outcome would be. And you have to be honest with yourself. </p>\n\n\n\n<p>Step two, host the discussion. The venue will be different for different discussions, but you see a lot of these on team blogs or within the actual tickets where work is being done. Wherever you’re hosting it, state the problem, state your idea for the solution and ask for what you missed. If you’re hosting a discussion in person, like in a town hall format, this can be hard. And generally, hosting discussions in an in-person or voice call or zoom call kind of way is hard. So if you have an opportunity to start doing this in text first and level your way up to in person, that’s my recommendation. </p>\n\n\n\n<p>Step three is to summarize the discussion and post a decision if possible. So organizing a big discussion into main points is a really good practice for the people you’re summarizing it for and yourself. It helps you to confirm your understanding, and it also gives you the chance to pair other solutions with the problem and goals you outlined in step one. If a different solution solves the same problem but with less time or effort, it’s worth taking a second look with less time or effort. There’s something that I say to WordPress contributors frequently, and that is there are a lot of yeses. There are a lot of right ways to do things and only a few clear wrong ways to do things. So be open-minded about whether or not someone else’s right way to do things could still achieve the goals you’re trying to accomplish with your solution. A note on step three where I said, “and post the decision if possible.” Sometimes you’re the person to make that decision, but sometimes you are not the person who can give something the green light, and so you’re preparing a recommendation. Whether you’re making a decision or a recommendation, sometimes you may experience a little decision-making paralysis. I know I do. So here are a few of the tools that I use.</p>\n\n\n\n<p>If you’re avoiding the decision, use the 10/10/10 rule; it can help you figure out if you’re stuck on a short-term problem. If there are too many good choices, use the Eisenhower Matrix that can help you to prioritize objectively. If there are too many bad choices, use the Maximin strategy. It can help you to identify how to minimize any potential negative impacts. </p>\n\n\n\n<p>Okay, so you’ve considered your position. You’ve discussed everything. You summarized the big points. Maybe you also worked your way through to a recommendation or a decision. What about everyone who disagreed with the decision? Or have you made a recommendation, and it wasn’t accepted? How do you deal with that? That’s where “disagree and commit” shows up. This phrase was made popular by the folks over at Amazon, I think. But it first showed up, I believe at Sun Microsystems as this phrase, “agreeing, commit, disagree and commit or get out of the way.”</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:34</p>\n\n\n\n<p>Disagree and commit as a concept works pretty well when everyone agrees on the vision and the goals, but not necessarily how to get to those goals. We’ve had moments in recent history where folks we’re not able to agree, we’re not able to commit, and so then left the project. I hate when that happens. I want people to thrive in this community for the entire length of their careers. But I also understand that situation shows up in the top five learnings of open source when you no longer have interest in the project and handed it off to a competent successor. So there it is – disagreements in open source in WordPress. </p>\n\n\n\n<p>As with so many of the things I discuss on this podcast, this is incredibly complex and nuanced in practice. Taking an argument, distilling facts from feelings, and adjusting frames of reference until the solution is well informed and risk-balanced. That is a skill set unto itself. But one that increases the health of any organization. I’ll share that list of references and general materials in the show notes, including a link explaining each of those decision-making tools that I shared. I’m also going to include the contributor training module on decision-making in the WordPress project. It’s got excellent information. It’s part of a series of modules that I asked team reps to take and sponsored contributors. I don’t require it from anyone, but I do hope that it is useful for you. Also, speaking of useful for you, if you are just here for leadership insights, I included some hot takes after the outro music for you. It’s like an Easter egg, but I just told you about it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:33</p>\n\n\n\n<p>And that brings us to our small list of big things! First off, WordCamp Europe is happening this we; I hope that everybody has an opportunity to attend. If you still haven’t gotten your tickets, they are free, and I think there are still a few left. I will include a link in the show notes as well. There’s going to be a little demo with Matt Mullenweg and Matias Ventura on the WordPress 5.8 release that’s coming up. And then kind of a retrospective discussion between Matt and Brian Krogsgard. I encourage you to join; I think it’s going to be very interesting. </p>\n\n\n\n<p>There’s also WordCamp, Japan coming up June 20 through 26th. I mentioned it last time – it has a big section of contributing and contribution time. So if you’re looking to get started, some projects are laid out, and I encourage you to take a look at that as well. </p>\n\n\n\n<p>The new thing on this list, and I don’t know how new It is, in general, I hope it’s not too new to you, is that WordPress 5.8 release is reaching its beta one milestone on June 8th, so right in the middle of WordCamp Europe. I encourage every single theme developer, plugin developer that we have, agency owners that we have to really take a look at this release and dig into testing it. It’s a gigantic release. And I have so many questions about what will work and will not work once we get it into a broader testing area. We’ve been doing a lot of testing in the outreach program. But it’s always helpful to get people who are using WordPress daily in their jobs to really give a good solid test to the beta product to the beta package. And put it all through its paces for us. </p>\n\n\n\n<p>So, 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>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>10:09</p>\n\n\n\n<p>Hey there, you must be here because I told you about this totally not hidden easter egg about my hot takes on organizational health; I have three for you. And if you’ve ever worked with me, none of this will surprise you. But if you haven’t worked with me, hopefully, it kind of gives you some idea about how I approach all of this a bit differently. So, number one, critical feedback is the sign of a healthy organization. And I will never be dissuaded from that opinion. A complete lack of dissent doesn’t look like “alignment.” To me, that looks like fear. And it goes against the open source idea that many eyes make all bugs shallow. </p>\n\n\n\n<p>Tip number two, a bit of tension is good, a bit of disagreement is good. The same thing that I say about women in tech, we’re not all the same. And if we were, then we wouldn’t need to collaborate anyway. But diversity, whether that’s the diversity of thought or of a person or of experience, just doesn’t happen without some misunderstandings. It’s how we choose to grow through those misunderstandings that make all the difference for the type of organization we are. </p>\n\n\n\n<p>And hot take number three, changing your mind isn’t flip-flopping or hypocritical. I think that’s a sign of growth and willingness to hear others. I like to think of my embarrassment at past bad decisions – as the sore muscles of a learning brain. And I, again, probably won’t be dissuaded from that opinion. Although, you know, if I’m sticking true to changing your mind some flip-flopping or hypocritical, maybe I will, but you can always try to, to give me the counter-argument for that, and we’ll see how it goes. Thank you for joining me for my little public easter egg.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10424\";s: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:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://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:\"Mon, 07 Jun 2021 12: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Interviews\";s: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:16:\"ContributorStory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10427\";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:178:\"This month to coincide with WordCamp Europe, we feature Tijana Andrejic from Belgrade, Serbia, about her journey from fitness trainer to the opportunities in the WordPress world.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:14291:\"\n<p><strong>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories.</strong></p>\n\n\n\n<p>This month to coincide with WordCamp Europe, we feature Tijana Andrejic from Belgrade, Serbia, about her journey from fitness trainer to the WordPress world, with the freelance and corporate opportunities it introduced. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"387\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg?resize=632%2C387&ssl=1\" alt=\"Tijana - portrait picture\" class=\"wp-image-10713\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg?w=1024&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg?resize=300%2C184&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg?resize=768%2C470&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>As a professional manager with a college degree in Organizational Science and a certified fitness instructor, Tijana is nothing if not driven and goal-oriented. </p>\n\n\n\n<p>Following her time as a fitness trainer, Tijana moved to work in IT around 2016. She first explored content creation and design before focusing on SEO and becoming an independent specialist. </p>\n\n\n\n<p>Tijana was hired as a Customer Happiness Engineer for a hosting company, where she discovered the benefits of having a team. She realized that having close working relationships with colleagues is helpful for business success and accelerates personal growth.</p>\n\n\n\n<p>Tijana hopes that by sharing her story, she can help others who are either starting their career or are moving roles. She describes the opportunities she discovered in the WordPress community as ‘a huge epiphany’, especially in the world of freelancing.</p>\n\n\n\n<p>She highlights <strong>5 things that helped her to start a new freelancing career</strong>. Let’s dive into them.</p>\n\n\n\n<h2>What motivates me?</h2>\n\n\n\n<p>“Why am I doing this?” is the first question that Tijana asks herself before starting anything new. This self-review and honesty, she feels, allows her to determine her priorities. She also benchmarks options around her motivations of wanting a flexible schedule and to grow professionally. </p>\n\n\n\n<p>She lists the reasons to make a particular choice, like being a freelancer, to help her choose the right job, pathway, or identify alternatives. </p>\n\n\n\n<p>She recommends that others can take a similar approach. If freelancing is still the best solution after examining all their goals and motivations, Tijana believes a good next step would be to learn WordPress-related skills.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh6.googleusercontent.com/cdHeIL-H_mE6QFCUxUT-gfKS2GzizRHtn4iCENoaWOimC82BfModRJh44QbhvHPW0GNVP5eUPhgxQteDRbA_9EUzpssTXMGWje1hUuKyrfXUgGhCnvXQdraaUQiaGBjFr73dNYxr\" alt=\"WordCamp Europe 2019 group picture\" /></figure>\n\n\n\n<h2>Develop WordPress related skills</h2>\n\n\n\n<p>The next question you may ask: “Why WordPress?”</p>\n\n\n\n<p>WordPress is used by more than 40% of websites in some form and offers various roles, many of which are not developer-specific. Tijana highlights a few: </p>\n\n\n\n<ul><li>web developer (coding websites, themes, and plugins)</li><li>web implementor (creating websites from existing themes without coding)</li><li>web designer (designing website mock-ups, editing images, or creating online infographics)</li><li>client support professional (helping people with their websites)</li><li>website maintenance (WordPress, themes, and plugins are maintained and backed up regularly)</li><li>WordPress trainer (helping clients with how to use the platform or teaching other web professionals)</li><li>content writer</li><li>accessibility specialist (making sure standards are met and suggesting solutions for accessibility barriers)</li><li>SEO consultant (improving search outcomes and understanding)</li><li>statistics consultant, especially for web shops</li><li>WordPress assistant (adding new content and editing existing posts)</li><li>website migration specialist (moving websites from one server to another)</li><li>web security specialist</li></ul>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/16XExYT_P4R4PX3orOaWbueDfkBIA6PFQ-CuYEXdeN9AvUIuIF33aIjT1DpdnFCqhrijWv1f68OR2Qh14xGT9REHGJ-MqK-OxJ9XcrhZ3IkcW8DBI7nVAtvFcCnCHL0woka_FV6t\" alt=\"WCBGD group picture\" /></figure>\n\n\n\n<p>Tijana emphasized: “Another reason why WordPress is great for freelancers is the strong community that exists around this content management system (CMS).” WordCamps and Meetups are a way to get useful information and meet people from a large and very diverse community and get answers to many questions straight away. </p>\n\n\n\n<p>In the past year, these events have been primarily online. However, the contributors who run them continue to make an effort to provide an experience as close to in-person events as possible. The biggest advantage to online events is that we can attend events from across the world, even if sometimes during these difficult times, it is difficult to get enough time to deeply into this new experience. Since Tijana’s first Meetup, she has attended many WordPress community events and volunteered as a speaker.</p>\n\n\n\n<h2>Plan in advance</h2>\n\n\n\n<p>Becoming a freelancer takes time. For Tijana, success came with proper planning and following her plan to ‘acquire or improve relevant skills that will make you stand out in the freelance market.’ She strongly believes that learning and growing as a professional opens more business opportunities. </p>\n\n\n\n<p>If you are considering a freelance career, she advises improving relevant skills or developing new skills related to your hobbies as ‘there is nothing better than doing what you love.’ In cases where no previous experience and knowledge can be used, she suggests choosing ‘a job that has a shorter learning curve and builds your knowledge around that.’</p>\n\n\n\n<p>Tijana started as a content creator and learned to become an SEO expert. However, she highlights many alternative paths, including starting as a web implementer and moving to train as a developer. </p>\n\n\n\n<p>She suggests to others: “It would be a good idea to analyze the market before you jump into the learning process.” She also recommends people check the latest trends and consider the future of the skills they are developing.</p>\n\n\n\n<p>Visit the new <a href=\"https://learn.wordpress.org/\">Learn WordPress.org</a> to see what topics are of interest to you. In this newly established resource, the WordPress community aggregates workshops to support those who want to start and improve their skills, provides lesson plans for professional WordPress trainers and helps you create personal learning to develop key skills. There is also material on helping you be part of and organize events for your local community.</p>\n\n\n\n<p>Tijana highlights that there are many places for freelancers to find clients. For example, the WordPress Community has a place where companies and individual site owners publish their job advertisements – <a href=\"https://jobs.wordpress.net/\">Jobs.WordPress.net</a>.</p>\n\n\n\n<h2>Hurray, it’s time to get a first freelancing job</h2>\n\n\n\n<p>As a pragmatic person, Tijana recommends: “Save money before quitting your job to become a full-time freelancer. Alternatively, try freelancing for a few hours per week to see if you like it. Although some people do benefit when taking a risk, think twice before you take any irreversible actions.” </p>\n\n\n\n<p>She shared some possible next steps: </p>\n\n\n\n<ul><li>use a freelancing platform</li><li>triple-check your resume</li><li>professionally present yourself</li><li>fill up your portfolio with examples</li><li>use video material</li></ul>\n\n\n\n<p>“By using video material, your clients will not see you like a list of skills and previous experiences, but as a real person that has these skills and experiences and that provides a certain service for them.”</p>\n\n\n\n<p>She adds: “Have a detailed strategy when choosing your first employer. Choose your first employer wisely, very wisely. I can’t emphasize enough how important this is”.</p>\n\n\n\n<p>When Tijana took her first freelancing job, she considered the following:</p>\n\n\n\n<ul><li>how was the employer rated by other freelancers who worked for him previously</li><li>how does the employer rate other freelancers</li><li>how much money had they already spent on the platform</li><li>the number of open positions for a specific job and the number of freelancers that have already applied </li></ul>\n\n\n\n<p>“The first job is not all about the money. Don’t get greedy on your first job. If you get good recommendations, your second job can pay two to three times more. And your third job can go up to five times more. That was my experience.”</p>\n\n\n\n<h2>Take responsibility as a freelancer</h2>\n\n\n\n<p>Tijana reminds us: “Freedom often comes with responsibility; individual responsibility is key when it comes to freelancing.”</p>\n\n\n\n<p>She advises others not to take a job if you can not make a deadline and have someone reliable who can help you. </p>\n\n\n\n<p>Missing deadlines will cost your client money and affect the review the client will be willing to leave about your job, and this can have a big impact on your future opportunities or freelance jobs.</p>\n\n\n\n<p>She adds: “This can start a downward spiral for your career. However, we are all humans, and unpredictable things can happen. If for some reason you are not able to complete your work in a timely manner, let your client know immediately so they can have enough time to hire someone else”.</p>\n\n\n\n<p>Tijana emphasizes the importance of making expectations clear before accepting a job, both what the client is expecting and what you can expect from the client. </p>\n\n\n\n<p>Lastly, she points out that if you are working from home, your friends and family should treat you the way they would if you were in an office. She advises: “Let them know about your working schedule.”</p>\n\n\n\n<p>She hopes that these basic guidelines will be useful in launching freelance careers, as they did her, even though there is no universal recipe for all.</p>\n\n\n\n<p>Tijana highlights: “It’s just important to stay focused on your goals and to be open to new opportunities.” Freelancing wasn’t the only way she could have fulfilled her goals, but it was an important part of her path, and it helped her be confident in her abilities to make the next big step in her life.</p>\n\n\n\n<p>As a freelancer, she was missing close relationships with colleagues and teamwork, which she has now found in her current firm. Her colleagues describe her as a: “walking-talking bundle of superpowers: sports medicine and fitness professional, SEO expert, blogger, designer and a kitty foster mum”.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/PIGT9R6FmtEHsNBvWzyViW5htRAm156asTOsohOGOUwfsWjW1TuDhUI9yuZnjIe-1eFHfFUWPULPtw82P3YYXHa0bsY_jA5keelmDHfSkTdd3xUsVZTmG9KvdE8XTojvU3LxYCsi\" alt=\"Conference reception\" /></figure>\n\n\n\n<p>If you are considering starting your career as a freelancer, take the courses offered at <a href=\"https://learn.wordpress.org/\">learn.wordpress.org,</a> reach out to companies that you would be interested in working with, and remember that there are a whole host of opportunities in the WordPress project.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/\">The WordPress.org Teams</a> – what they do, when and where they meet</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress resource</a> – free to use to expand your knowledge and skills of using the platform and learning about the community around it.</p>\n\n\n\n<p>The 3-day <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021</a> online event begins on 7 June 2021. You can discover more about being a contributor in its live sessions and <a href=\"https://europe.wordcamp.org/2021/contribute-to-wordpress/\">section on ways to contribute to WordPress</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Olga Gleckler (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), and Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for working on this story. Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) and also to Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) who created HeroPress. Thank you to Tijana Andrejic (<a href=\'https://profiles.wordpress.org/andtijana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andtijana</a>) for sharing her #ContributorStory</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/FEZ2FQJ0vQ311YoPfh6ny15NXh8saTLH_RjyDO4pUOuEGBTa-Czk63PGoWL04FawKviRfNx0QXePx-goK04X12ry1BR_WXh-kVPIfsEeItPAX6reN5fHS96q6-8dUI506ZO38Z0G\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress series</a>.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 03 Jul 2021 05:17:10 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 02 Jul 2021 15:27:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20210330033202\";}", "no");
INSERT INTO `wp_679176_options` VALUES("1493", "_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3", "1625332630", "no");
INSERT INTO `wp_679176_options` VALUES("1494", "_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3", "1625289430", "no");
INSERT INTO `wp_679176_options` VALUES("1495", "_site_transient_timeout_community-events-730eb789b50c06626775ef5f84eeaf62", "1625332631", "no");
INSERT INTO `wp_679176_options` VALUES("1496", "_site_transient_community-events-730eb789b50c06626775ef5f84eeaf62", "a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"95.142.35.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:71:\"Watch Party + Discussion group: Creating and Registering Block Patterns\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/278699454/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-07-08 07:00:00\";s:8:\"end_date\";s:19:\"2021-07-08 08:00:00\";s:20:\"start_unix_timestamp\";i:1625752800;s:18:\"end_unix_timestamp\";i:1625756400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.779998779297;s:9:\"longitude\";d:-122.41999816895;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:13:\"WP Moscow #17\";s:3:\"url\";s:57:\"https://www.meetup.com/wordpress-moscow/events/279121737/\";s:6:\"meetup\";s:16:\"WordPress Moscow\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/wordpress-moscow/\";s:4:\"date\";s:19:\"2021-07-08 19:00:00\";s:8:\"end_date\";s:19:\"2021-07-08 21:00:00\";s:20:\"start_unix_timestamp\";i:1625760000;s:18:\"end_unix_timestamp\";i:1625767200;s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Moskva, Russia\";s:7:\"country\";s:2:\"ru\";s:8:\"latitude\";d:55.826633453369;s:9:\"longitude\";d:37.447700500488;}}}}", "no");
INSERT INTO `wp_679176_options` VALUES("1497", "_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9", "1625332631", "no");
INSERT INTO `wp_679176_options` VALUES("1498", "_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:128:\"WPTavern: Castos Picks Up $756K in Funding from Automattic and Joost de Valk to Expand Services in the Private Podcasting Market\";s:7:\"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=119530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:299:\"https://wptavern.com/castos-picks-up-756k-in-funding-from-automattic-and-joost-de-valk-to-expand-services-in-the-private-podcasting-market?utm_source=rss&utm_medium=rss&utm_campaign=castos-picks-up-756k-in-funding-from-automattic-and-joost-de-valk-to-expand-services-in-the-private-podcasting-market\";s: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:3998:\"<p><a href=\"https://castos.com/\">Castos</a>, a WordPress-powered podcast hosting provider, <a href=\"https://castos.com/central/pre-seed-fundraising-round/\">announced a $756K pre-seed fundraising round</a> today from Automattic, Joost de Valk, founder of Yoast SEO, and other individuals. The company raised money from all the investors in this round via a SAFE note, which founder and CEO Craig Hewitt said is a fairly standard investment vehicle for companies at Castos’ stage of growth.</p>\n\n\n\n<p>“On both the individual and corporate investor side I think the investors see the vision that we have for what the Private Podcasting market can mean for Castos and want to help us achieve that potential,” Hewitt said.</p>\n\n\n\n<p>Private Podcasting is a growing trend where creators and organizations broadcast to supporters in a more intimate format that isn’t open to the public. Hewitt likens them to membership sites, except in audio format. It is often used by people who are running membership sites, courses, or online communities as a way to stay connected with members.</p>\n\n\n\n<p>“The other application is companies wanting a way to connect with their employees in audio format,” Hewitt said. “Podcasting is perfect for that because it’s mobile-first, on-demand, and can be consumed asynchronously. We call it the <a rel=\"noreferrer noopener\" href=\"https://castos.com/step-away-experience/\" target=\"_blank\">Step Away Experience</a>. Companies that are adopting Private Podcasting internally are giving their team members a way to consume their internal content without being tied to their computer on a Zoom call or glued to Slack.”</p>\n\n\n\n<p>Castos is developing a mobile app specifically targeted at the private podcasting market. Hewitt’s team is aiming to have the app become a place where people can listen to all of the private podcasts for which they have a subscription. Listeners would simply use the app instead of going through the process of manually subscribing to all their private podcasts via RSS feed. New episodes will appear automatically in the app for subscribers. </p>\n\n\n\n<p>“For our corporate clients, the ability to white label our app with their own branding/style is a big win,” Hewitt said. “It’s also a much more secure way to distribute private podcast content. There’s no RSS feed to share around, no files to download (our app is streaming only to offer more security to those files).” </p>\n\n\n\n<p>The pandemic <a href=\"https://wptavern.com/podcasting-during-the-pandemic-castos-sees-300-growth-in-new-podcasters\">ramped up unprecedented interest in podcasting</a> when lockdowns were in place across the globe. Even with vaccines more readily available now, Hewitt said Castos is still witnessing strong growth in the podcasting industry.</p>\n\n\n\n<p>“There are all the new podcasters in the market now since so many launched podcasts during the pandemic, but now that people are traveling again and commuting to work we’re seeing listenership going up quite a bit,” he said. “This is a trend we expect to continue into the future.”</p>\n\n\n\n<p>In the past 10 months, Castos has grown to serve nearly 3,500 customers and the team has grown from seven employees to 13. The company’s <a href=\"https://wordpress.org/plugins/seriously-simple-podcasting/\">Seriously Simple Podcasting</a> plugin is used on more than 30,000 WordPress sites. Castos is actively <a href=\"http://castos.com/careers\">hiring for several roles</a> right now, thanks to the new round of fundraising.</p>\n\n\n\n<p>“All of the funds will go towards growing our team,” Hewitt said. “This will be pretty evenly split between product (designers and developers) and Sales and Marketing roles – more people, more energy, more great minds working on ways that we can better serve our customers.” </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, 03 Jul 2021 02:18:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: WordPress Biratnagar Announces Plans for Ujwal Thapa Memorial Scholarship\";s:7:\"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=119267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:211:\"https://wptavern.com/wordpress-biratnagar-announces-plans-for-ujwal-thapa-memorial-scholarship?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-biratnagar-announces-plans-for-ujwal-thapa-memorial-scholarship\";s: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:3468:\"<p class=\"has-drop-cap\">Earlier this week, the WordPress Biratnagar Facebook group <a href=\"https://www.facebook.com/wordpressbrt/posts/1170172963498116\">announced a WordCamp scholarship</a> in honor of Ujwal Thapa. The goal is to honor the legacy left behind by one of Nepal’s leaders both inside and outside of the WordPress community.</p>\n\n\n\n<p>Thapa <a href=\"https://wptavern.com/ujwal-thapa-co-founder-of-the-wordpress-nepal-community-passes-away\">passed away a month ago</a> at age 44 from complications with COVID-19. He was a political activist, founding the Bibeksheel Nepali party, originally a peaceful movement against corruption and social injustice. He was the co-founder of WordPress Nepal, a group that has grown to 8,000 members. He was also a close friend and mentor to many in the community and helped many more launch careers in the IT industry.</p>\n\n\n\n<p>“After the untimely death of WordPress contributor and co-founder of WordPress Nepal Ujwal Thapa in 2021, due to COVID-19, the WordPress Biratnagar community decided on this scholarship,” wrote the WordPress Biratnagar team. “Ujwal was a dedicated patron to the WordPress community in Nepal, and the WordPress Biratnagar decided to pay applause to his memory in this way.”</p>\n\n\n\n<p>The scholarship will cover the following:</p>\n\n\n\n<ul><li>Travel to Biratnagar from within Nepal.</li><li>Hotel stay for the duration of the event.</li><li>A ticket to <a href=\"https://biratnagar.wordcamp.org/\">WordCamp Biratnagar</a>.</li><li>Local transportation.</li><li>Meals outside the official event.</li></ul>\n\n\n\n<p>Nepal is still struggling with getting COVID-19 cases under control at the moment. The CDC <a href=\"https://wwwnc.cdc.gov/travel/notices/covid-4/coronavirus-nepal\">lists the country</a> as “very high” risk and recommends avoiding travel. There is no date set for a physical conference, and a WordCamp Biratnagar 2021 event is unlikely. The organizing team may not be able to grant a scholarship until next year at the earliest.</p>\n\n\n\n<p>WordCamp Biratnagar lead organizer Ganga Kafle said they are just waiting for the situation to return to normal but cannot be sure when that will happen. While there is no date for the next WordCamp, they are still holding regular meetups.</p>\n\n\n\n<p>The group is still discussing the details of the scholarship. Currently, they plan to consult with other community groups within Nepal and the global community. Any help creating and maintaining such a scholarship system would be welcome.</p>\n\n\n\n<p>The WordPress Biratnagar team did agree to some guidelines. Once submissions open, applicants must be Nepalese. “We believe that empowering community members is an excellent way to honor his memory and carry on his legacy,” wrote the team in its announcement.</p>\n\n\n\n<p>Group leaders mostly agreed to award the scholarship to those meeting the following criteria:</p>\n\n\n\n<ul><li>People with disabilities.</li><li>People from lower-income families.</li><li>Women interested in WordPress.</li></ul>\n\n\n\n<p>The group said the selection process would be completely transparent, and the awarded scholarship would be at the discretion of the current WordCamp Biratnagar organizers.</p>\n\n\n\n<p>Kafle said the scholarship would also be annual. The team plans to keep this going in honor of Thapa and paying respect to the man who helped jump-start many of their careers and involvement with WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jul 2021 23:25:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:53:\"WordPress.org blog: The Month in WordPress: June 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2021/07/the-month-in-wordpress-june-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11387:\"<blockquote class=\"wp-block-quote\"><p>Once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very “us versus the problem” way. And when you do that, you’re always going to find a great solution.</p></blockquote>\n\n\n\n<p>In the “<a href=\"https://wordpress.org/news/2021/06/episode-11-wordcamp-europe-2021-in-review/#more-10837\">WordCamp Europe 2021 in Review</a>” episode of the WP Briefing podcast, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> talks about the importance of collaboration, which is vital in building WordPress. This edition of The Month in WordPress covers exciting updates that exemplify this philosophy. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Updates on WordPress 5.8</h2>\n\n\n\n<p>Get excited, folks! The beta versions and the first release candidate of WordPress 5.8 are out. <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">Beta 1</a> came out on June 9, followed by <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\">Beta 2</a> on June 15, <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\">Beta 3</a> on June 23, and <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-4/\">Beta 4</a> on June 25. The <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\">first release candidate</a> of WordPress 5.8 was published on June 30. You can test the beta versions and the release candidates by <a href=\"https://wordpress.org/download/releases/#betas\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. WordPress 5.8 <a href=\"https://make.wordpress.org/core/5-8/\">will be out by July 20, 2021</a>, and is also <a href=\"https://make.wordpress.org/polyglots/2021/06/28/wordpress-5-8-ready-to-be-translated/\">ready to be translated</a>.</p>\n\n\n\n<p>Want to contribute to WordPress core? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>. Don’t forget to join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC. Help us promote WordPress 5.8 by <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\">organizing meetups about the release</a>, <a href=\"https://make.wordpress.org/marketing/2021/06/30/help-produce-social-media-materials-for-5-8-release/\">producing social media marketing materials for 5.8</a>, or <a href=\"https://make.wordpress.org/test/2021/06/30/help-test-wordpress-5-8s-fse-features/\">testing the release</a>.</p>\n\n\n\n<h2>Gutenberg versions 10.8 and 10.9 are out</h2>\n\n\n\n<p>We said hello to Gutenberg <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">version 10.8</a> and <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">version 10.9</a> this month. <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">Version 10.8</a> adds rich URL previews, enhancements to the list view, and an updated block manager. <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">Version 10.9</a> offers several performance enhancements, along with more block design tools and template editor enhancements.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/06/04/whats-next-in-gutenberg-june-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. </p>\n\n\n\n<h2>WordCamp Europe 2021 concludes</h2>\n\n\n\n<p>One of the biggest and most exciting WordPress events, <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021</a>, was held from June 7-9, 2021. A team of 40 members organized the event, which had 3200+ registrations, 42 speakers, and 43 sponsors. What a success! You will find more details <a href=\"https://europe.wordcamp.org/2021/a-recap-on-wceu-2021/\">in the event recap</a>. One highlight was a <a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\">Gutenberg demo</a> hosted by <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> and <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>. You can <a href=\"https://www.youtube.com/channel/UCaYQGYDpXpU4A17kxN-AgJQ/featured\">watch the event recording on the WordCamp Europe YouTube channel</a>, and videos <a href=\"https://wordpress.tv/event/wordcamp-europe-2021/\">are now available on WordPress.tv</a> as well. The team has announced <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>, which is being planned as an in-person event in Porto, Portugal. Want to be a part of the 2022 WCEU organizing team? Their <a href=\"https://europe.wordcamp.org/2022/call-for-organisers/\">call for organizers is now open</a>. Apply now!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>Don’t miss the <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">latest Full Site Editing (FSE) Outreach program testing call: “Thrive with theme.json”</a>, which is aimed at a developer-centric audience. The deadline is July 14. Also don’t miss a <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">hallway hangout on testing theme.json on July 7 at 5 PM UTC</a>. The team has published a <a href=\"https://make.wordpress.org/test/2021/06/24/fse-program-polished-portfolios-summary/\">recap of the Published Portfolios testing call</a>, which shares some interesting results. </p>\n\n\n\n<h2>BuddyPress 8.0 is out!</h2>\n\n\n\n<p>The first major BuddyPress release of 2021, <a href=\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\">version 8.0</a> “Alfano,” came out on June 6. The short-cycle release offers features such as the ability to recruit new members, an improved registration experience, and profile field types. Download it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or check it out from its <a href=\"https://buddypress.trac.wordpress.org/browser/branches/8.0\">Subversion repository.</a></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan 2021</a> was held from June 20- 26. The weeklong event, which had two session days followed by five contributor days, sold 1300+ tickets, with 45 speakers and 23 sponsors. Catch the <a href=\"https://www.youtube.com/c/wordcampjapan\">event recording on YouTube</a>!</li><li>Josepha Haden <a href=\"https://make.wordpress.org/updates/2021/06/03/announcing-make-wordpress-org-project/\">announced</a> a new Make site — <a href=\"https://make.wordpress.org/project\">make.wordpress.org/project</a> — for project-wide announcements, which will no longer be posted to Make/Updates. Check out the latest post on that site on <a href=\"https://make.wordpress.org/project/2021/06/17/the-metrics-of-contributions/\">the metrics of contributions</a>.</li><li>The Community Team announced that <a href=\"https://make.wordpress.org/community/2021/07/01/in-person-meetup-events-for-vaccinated-community-members/\">in-person meetups can be organized for fully vaccinated people</a>, in places where vaccines are freely available.</li><li>The Core Team added<a href=\"https://make.wordpress.org/core/2021/06/21/bundled-themes-changes-in-wordpress-5-8/\"> block patterns and improvements</a> to all legacy default themes. The team also shared a <a href=\"https://make.wordpress.org/core/2021/06/22/extending-the-site-health-interface-in-wordpress-5-8/\">feature request</a> that will allow developers to modify and extend the Site Health feature in Core.</li><li>The Design Team shared an update on the <a href=\"https://make.wordpress.org/design/2021/06/23/update-initial-patterns-for-the-patterns-directory/\">block pattern directory</a>; the team is continuing to review suggestions and has offered some guidelines in this post.</li><li>The Design Team is also <a href=\"https://wordpress.org/news/2021/06/a-new-design-is-coming-to-wordpress-news/\">working on redesigning this blog</a> (wordpress.org/news). Catch a sneak peek of the blog’s new look <a href=\"https://make.wordpress.org/design/2021/06/03/redesign-of-wordpress-org-news/\">in this Make/Design blog post</a>.</li><li>The Accessibility Team shared the <a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/\">updated WordPress Accessibility coding standards</a>.</li><li>The Polyglots Team proposed a <a href=\"https://make.wordpress.org/polyglots/2021/06/03/proposal-month-long-translation-day-2021-celebration/\">monthlong translation day celebration in September</a>.</li><li><span>The Support Team </span><a href=\"https://make.wordpress.org/support/2021/06/new-irc-server-for-support/\">moved their IRC chat server from Freenode to Libera</a><span>.</span></li><li>The Documentation Team is<a href=\"https://make.wordpress.org/docs/2021/06/06/writing-documentation-for-wordpress-release/\"> working hard on updating our docs</a> for WordPress 5.8. </li><li>The Themes Team has decided to <a href=\"https://make.wordpress.org/docs/2021/06/06/writing-documentation-for-wordpress-release/\">automatically set theme updates live for old themes</a> instead of routing them through the review queue.</li><li>The <a href=\"https://github.com/WordPress/Requests\">WordPress Requests library</a> has a new release: <a href=\"https://github.com/WordPress/Requests/releases/tag/v1.8.1\">version 1.8.1</a>. </li><li><a href=\"https://en.wikipedia.org/wiki/Ujwal_Thapa\">Ujwal Thapa</a> – co-founder of the Nepal WordPress community <a href=\"https://wptavern.com/ujwal-thapa-co-founder-of-the-wordpress-nepal-community-passes-away\">passed away due to COVID-19</a>. Our community deeply mourns his loss and is thankful for his contributions.</li><li>The latest edition of “<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>” features <a href=\"https://wordpress.org/news/2021/06/people-of-wordpress-tijana-andrejic/\">Tijana Andrejic from Serbia.</a></li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>. </em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jul 2021 15:11: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:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: WordPress Green Lights In-Person Meetup Events for Vaccinated Attendees\";s:7:\"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=119422\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/wordpress-green-lights-in-person-meetup-events-for-vaccinated-attendees?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-green-lights-in-person-meetup-events-for-vaccinated-attendees\";s: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:4152:\"<p>After considerable discussion, the WordPress Community Team is lifting the requirements of the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">in-person meetup safety checklist</a> for meetups that gather fully-vaccinated attendees. The checklist is still applicable to all meetup groups but in places where vaccines are freely available, meetup organizers can now forego its requirements if they limit gatherings to those self-reporting as fully vaccinated.</p>\n\n\n\n<p>When Andrea Middleton <a href=\"https://wptavern.com/wordpress-community-team-discusses-adding-vaccination-status-to-in-person-meetup-safety-checklist\">proposed adding vaccination status</a> to the checklist in mid-May, the idea was met with a wide range of concerns and strong opinions. WordPress’ global community has experienced the pandemic in different ways, living under a spectrum of local restrictions, with disparate access to vaccines and varying responses to available vaccines. Some participants in the discussions were concerned about organizers having to request information about vaccination status from attendees, which is illegal in many places. Middleton clarified that attendance would be based on the honor system, and organizers would not be requesting any health information from individuals. </p>\n\n\n\n<p>“The WordPress community team is <strong>not</strong> expecting or requiring local organizers to organize in-person events for fully-vaccinated people — we’re simply removing the barrier to doing so,” she said. The decision <a href=\"https://make.wordpress.org/community/2021/07/01/in-person-meetup-events-for-vaccinated-community-members/\">announcement</a> includes a flow chart for the conditions that are now in place:</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Middleton characterized the proposal as contentious and something that may be an unpopular decision. Participants in the <a href=\"https://make.wordpress.org/community/2021/05/12/proposal-adding-vaccination-status-to-the-in-person-meetup-safety-checklist/\">discussion</a> got heated in expressing their opinions, which varied greatly based on each person’s unique pandemic experiences and convictions. </p>\n\n\n\n<p>While some think it overstepping to prohibit unvaccinated people from attending meetups, others think only allowing vaccinated attendees would create a “two-tiered” meetup program.</p>\n\n\n\n<p>“This proposal means that multiple groups of people will no longer be allowed to attend our meetings,” Taco Verdonschot commented. “They’re limited to the meetings that are streamed online. They’re basically second class citizens in our community now. They can’t join the party, they have to watch through the window. Just this idea makes me extremely uncomfortable.”</p>\n\n\n\n<p>Verdonschot cited several examples of people who might be excluded by the proposal to restart meetups for vaccinated attendees:</p>\n\n\n\n<ul><li>People with a low income in areas where the vaccines aren’t provided for free</li><li>Younger people in countries where vaccinations are administered to the elderly first, and only slowly make their way to the younger generations (like The Netherlands)</li><li>People who cannot get a vaccination for medical reasons, for example, because of known allergic reactions to vaccinations</li><li>Pregnant women</li><li>People with a limited immune system</li><li>People whose religion doesn’t allow them to get vaccinated</li></ul>\n\n\n\n<p>“I realize there are some on the team who do not agree, and I hope that these guidelines are flexible enough that you are able to <a href=\"https://en.wikipedia.org/wiki/Disagree_and_commit\">disagree and commit</a> in this case,” Middleton said in the decision announcement. </p>\n\n\n\n<p>“While I agree that it’s only a matter of time when fully-vaxxed-only meetups are a thing of the past, I do think it’s important to make that possible for our communities.”</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, 02 Jul 2021 02:52:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: Automattic Releases Sketch Block for Drawing in the WordPress Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=119486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/automattic-releases-sketch-block-for-drawing-in-the-wordpress-editor?utm_source=rss&utm_medium=rss&utm_campaign=automattic-releases-sketch-block-for-drawing-in-the-wordpress-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3872:\"<p class=\"has-drop-cap\">Automattic released a new plugin titled <a href=\"https://wordpress.org/plugins/sketch/\">Sketch Block</a> earlier today. It is a one-off block that allows end-users to draw directly in the editor. The plugin is marked as a beta release and requires Gutenberg to be activated to use. It is a part of the company’s <a href=\"https://github.com/Automattic/block-experiments/tree/master/blocks/sketch\">Block Experiments project</a>.</p>\n\n\n\n<p>To be perfectly honest, I spent an excessive amount of time playing around with this block plugin today. And, if I am going overboard with that honesty, most of that time was just trying to write out my name. It was hard not to. Drawing things directly in the editor is just kind of fun.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Attempts to write my name with Sketch Block.\n\n\n\n<p>I am unsure how many practical uses the plugin actually has at its current stage, but not everything needs a purpose outside of pure entertainment. Like an embedded <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">Block-a-saurus game</a> and <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">ghost-written headings</a>, sometimes we just need reminders about the wild and whacky side of the web. We also need to experiment with new ideas from time to time, which can lead to unexpected discoveries, creating the foundation of future technological advancements.</p>\n\n\n\n<p>Sometimes we just need to relieve some stress and sketch out our names in a new tool.</p>\n\n\n\n<p>I tested the block using my laptop’s trackpad — not an ideal method for freehand drawing. Unfortunately, I did not have access to a larger touchscreen device for a more thorough test.</p>\n\n\n\n<p>The block offers a limited number of controls as of version 1.0.7. Users can select between three different stroke widths and choose from their theme’s color palette. The block’s height can be resized, but there seems to be a minimum of 200px.</p>\n\n\n\n<p>I did manage to break it a few times, running into the “This block has encountered an error and cannot be previewed” error. There also seemed to be an unknown minimum width, which could not be adjusted. My goal was to create a columnized team page with each member’s signature beneath their profile photo. However, the Sketch block kept breaking outside of my columns. In the end, I created a single-member bio section:</p>\n\n\n\n<img />Creating a profile card with Sketch Block\n\n\n\n<p>The plugin is built on top of the <a href=\"https://github.com/steveruizok/perfect-freehand\">Perfect Freehand</a> JavaScript library. When comparing Automattic’s block implementation to the <a href=\"https://perfect-freehand-example.vercel.app/\">library’s demo</a>, the plugin falls short of offering the same experience in block form.</p>\n\n\n\n<p>Perfect Freehand’s demo felt smoother. I was able to consistently draw with more accuracy using my laptop’s trackpad. I do not know if just the size of the drawing area made a difference or if the editor interfered with the feeling.</p>\n\n\n\n<img />Drawing in the Perfect Freehand demo.\n\n\n\n<p>The JavaScript library has a ton of extra options too. Users can transform even the worst drawing into something a bit cleaner with the thinning, smoothing, streamline, and other controls. I would love to see the Sketch Block plugin integrate the full suite of tools available through Perfect Freehand.</p>\n\n\n\n<p>Despite a few bumps, the plugin is a solid first release for a beta project. I am eagerly waiting for what future versions have in store. I also wonder what applications it might have outside of piddling around for fun, such as notetaking or animations.</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, 02 Jul 2021 01:50:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: Gatsby WP Themes Launches New Marketplace\";s:7:\"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=116788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://wptavern.com/gatsby-wp-themes-launches-new-marketplace?utm_source=rss&utm_medium=rss&utm_campaign=gatsby-wp-themes-launches-new-marketplace\";s: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:2861:\"<p>The <a href=\"https://gatsbywpthemes.com/\">Gatsby WP Themes</a> project has launched a new marketplace for developers who are building WordPress-powered sites with Gatsby on the frontend. Originally founded by Zac Gordon and Alexandra Spalato, the commercial venture is now primarily managed by Spalato and Paulina Hetman. </p>\n\n\n\n<p>The team’s first project involved <a href=\"https://wptavern.com/gatsby-wordpress-themes-project-partners-with-theme-shops-to-port-popular-themes-to-gatsby\">porting the Twenty Twenty WordPress Theme</a> to a Gatsby WP Theme. They are now focused on creating commercial themes targeted at developers and agencies who can use them to save time when building clients’ sites. Gatsby is more well-suited to sites that don’t have a lot of dynamic content, such as marketing or documentation sites.</p>\n\n\n\n<p>Gatsby WP Themes is launching with several starter themes with different styles for each child theme. They include designs suitable for blogs, personal sites, businesses, restaurants, and portfolios.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Gatsby themes have several distinct advantages over just grabbing a starter or boilerplate Gatsby site from GitHub. Spaloto identified a few reasons why developers might opt for using a theme:</p>\n\n\n\n<ul><li>Gatsby themes allow Gatsby site functionality to be packaged as a standalone product for reuse.</li><li>All of your default configuration lives in an npm package.</li><li>Themes are versioned packages that can be updated like any other package.</li><li>If you created multiple sites using the same theme, you can just update the central theme to push changes across all of them.</li><li>Themes are composable: You can install a blog theme alongside a notes theme, alongside an e-commerce theme (and so forth).</li></ul>\n\n\n\n<p>All themes in the new Gatsby WP Themes marketplace include built-in support for dynamic comments, search, Mailchimp integration, sitemaps, Google analytics or Google Tag Manager, and various widgets. The marketplace also includes Gatsby plugins that make popular WordPress plugins more compatible with Gatsby frontends. The current offerings add support for Contact Form 7, lightbox functionality, and Yoast SEO. </p>\n\n\n\n<p>Spalato and Hetman are aiming at connecting with WordPress users who don’t code, those who don’t know React but want to use Gatsby, agencies, developers, and marketers. They have not promoted the marketplace much but already have more than 800 subscribers on Mailchimp. The team plans to release new themes and/or starters frequently as they continue building up their catalog of products.</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, 01 Jul 2021 05:07:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: Block Patterns Will Change Everything, Part 2: Headers and Footers\";s:7:\"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=119402\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/block-patterns-will-change-everything-part-2-headers-and-footers?utm_source=rss&utm_medium=rss&utm_campaign=block-patterns-will-change-everything-part-2-headers-and-footers\";s: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:6656:\"<p class=\"has-drop-cap\">It is hard to believe that it was over a year ago — March 23, 2020, to be exact — that I wrote a post on why <a href=\"https://wptavern.com/block-patterns-will-change-everything\">block patterns would be the future of WordPress</a>. It has been a slow process as I have patiently waited for the feature to mature into a powerful tool for end-users. I am still as much a believer now as I was then.</p>\n\n\n\n<p>WordPress is betting big on patterns too. The feature is now a top-level <a href=\"https://github.com/WordPress/gutenberg/issues/33094\">site-editing component</a> with several sub-features under development. As Gutenberg project lead Matias Ventura noted, “From directory browsing to placeholder setup to transformations, patterns are crucial component of the entire site editing scope.”</p>\n\n\n\n<p>A year ago, patterns were just an idea, almost a footnote compared to other upcoming features. Since WordPress 5.5 included the Patterns API for developers, over 100 themes in the official directory bundle them.</p>\n\n\n\n<p>A new pattern directory is launching on WordPress.org next month alongside the version 5.8 release. There are already over 30 <a href=\"https://wordpress.org/patterns/\">community-contributed patterns</a> approved. More are likely to land in the coming weeks. The directory will also eventually be open to anyone who wants to submit new designs. Any WordPress user will have the choice to select from this collection directly from their WordPress admin interface.</p>\n\n\n\n<p>These ideas are just scratching the surface.</p>\n\n\n\n<p>At its core, the block patterns feature is a simple way of bundling one or more blocks into a preconfigured design. Users can point and click to insert them into their post or page content. The goal of the block system is not just to be a page builder where users must create everything from scratch. While we want it to be flexible enough to do that, most users should have the ability to simply insert sections of a design and customize them. This could be as simple as an audio player with a background to a portfolio layout that showcases their latest projects.</p>\n\n\n\n<p>Right now, the user experience is only set up to handle a dozen or patterns at a time — too many choices can be a less-than-ideal adventure. As the library grows, the interface will need to evolve with it.</p>\n\n\n\n<p><em>How can we build experiences on top of this foundation that mitigates some of the complexity?</em></p>\n\n\n\n<p>The Gutenberg development team is already working on multiple solutions, such as <a href=\"https://github.com/WordPress/gutenberg/issues/28736\">contextual suggestions</a> for a selected block. However, one of the more promising features is patterns registered for specific block types. In this case, template parts.</p>\n\n\n\n<p>For example, if a user wants to select a new pattern for the header of their website, they should not have to sort through every option to find something. With Header patterns, the editor presents the user with a carousel of choices to scroll through specific to that template part.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Scrolling through header patterns.\n\n\n\n<p>This same feature is possible with footers too:</p>\n\n\n\n<img />Selecting a footer pattern.\n\n\n\n<p>Those who have been beta testing WordPress 5.8 or running the Gutenberg plugin in the last few months may have noticed some similarities to the Query Loop block (formerly named Query). It is the same underlying system that allows developers to attach patterns to a specific block.</p>\n\n\n\n<p>Users can already select from multiple Query Loop patterns when first inserting the block:</p>\n\n\n\n<img />Selecting a Query Loop pattern.\n\n\n\n<p>“Recent improvements to the Template Part and Query Loop blocks has opened up a whole new world for how patterns can be used,” wrote Kjell Reigstad in a recent <a href=\"https://themeshaper.com/2021/06/25/theme-patterns-for-the-site-editor/\">ThemeShaper blog post</a>. “Both blocks can now display a carousel of block patterns in their setup state, allowing users to choose between a menu of pre-designed versions of these blocks. These patterns can be bundled with your theme, so that users have a wide range of pre-designed header, query, and footer options available to choose from in the Site Editor.”</p>\n\n\n\n<p>Reigstad has an <a href=\"https://github.com/WordPress/gutenberg/pull/31610\">open ticket</a> for several core header and footer patterns. The following is a short video clip of how this works:</p>\n\n\n\n<div>\n\n</div>\n\n\n\n<p>As any theme developer knows, you cannot simply plop anything into the header and make it look good. It is one of the most specialized areas of theme design. One wrong turn and the entire design falls apart. The downside to this feature will be third-party patterns coming from the directory. Some will work. Others will not fit into every theme design, but they are not necessarily meant to. It could be a support nightmare for theme authors or an opportunity.</p>\n\n\n\n<p>Theme developers will be able to steer their own ship, offering a range of choices that are perfectly molded to their designs.</p>\n\n\n\n<p><em>I can already see it…multipurpose themes with 50+ header patterns listed in their marketing material.</em></p>\n\n\n\n<p>While it is unlikely that many people had this in mind during the conceptual stages of block patterns, they are evolving. They will be more than just something users can stick into their post content at random. They are that semi-controlled experience that will give users the flexibility of choice, but the theme serves as a guide for making intelligent decisions.</p>\n\n\n\n<p>If a theme author offers four or five well-designed Header or Footer template patterns, users are more likely to select from those. It is easier than building from the ground up.</p>\n\n\n\n<p>Such a system also opens more <a href=\"https://wptavern.com/block-system-will-create-more-commercial-opportunities-for-wordpress-theme-authors\">commercial opportunities</a>. Imagine upselling specialized pattern collections for niches. A restaurant site header might want to focus on an “order online” button. A news website could feature a “latest stories” ticker above the site title and navigation. There are endless ideas, all awaiting a savvy theme developer to implement and monetize them.</p>\n\n\n\n<p>As always, I am eager to see where patterns go. They are still the most exciting WordPress feature, offering the API that theme authors have needed for the past decade.</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, 01 Jul 2021 02:06: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:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WP Engine Makes Local Pro Free for All Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=119329\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://wptavern.com/wp-engine-makes-local-pro-free-for-all-users?utm_source=rss&utm_medium=rss&utm_campaign=wp-engine-makes-local-pro-free-for-all-users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3025:\"<p>WP Engine <a href=\"https://wpengine.com/blog/wp-engine-supercharges-wordpress-development-local-pro-free-for-everyone/?utm_medium=organicsocial&utm_source=twitter\">announced</a> today that Local Pro, the commercial upgrade for its local WordPress development product, is now free for all users. Beginning with <a href=\"https://localwp.com/releases/\">version 6.0</a>, all features that formerly required a paid subscription are now available with a free Local account. These include Live Links Pro, Instant Reload, Link Checker, and MagicSync. </p>\n\n\n\n<p>“We believe Local Pro features benefit a broader WordPress developer community and we want to deliver the full value of Local to more developers than ever,” WP Engine Senior Vice President Seth Halpern said. “We want to empower the freedom to create on WordPress by making all Local features available for free.”</p>\n\n\n\n<p>WP Engine’s recently published research estimates the <a href=\"https://wpengine.com/wordpress-economy/\">WordPress economy at $596.7B</a>. The company may be in a better position to gain customers for its hosting products if they make Local completely free, as the tool was designed to seamlessly connect with WP Engine and Flywheel’s hosting. It is currently used by more than 300,000 developers. Over the years Local has gained popularity due to how easy it makes setting up WordPress development and testing environments. </p>\n\n\n\n<p>Version 6.0 also introduces Local’s new <a href=\"https://localwp.com/cloud-backups/\">Cloud Backups add-on</a>, which will allow users to backup to Google Drive or Dropbox. Cloud backups can be restored from the Tools tab. The 6.0 release post details a few features that have been moved to new locations in the interface:</p>\n\n\n\n<ul><li><a href=\"https://localwp.com/help-docs/connect/magic-sync/\">MagicSync</a> is now a global preference, and the default push/pull experience can be toggled in the Preferences menu. </li><li>Live Links Pro, now <a href=\"https://localwp.com/live-links/\">Live Links</a>, will be accessible for all users by connecting your Local account.</li><li><a href=\"https://localwp.com/help-docs/local-features/link-checker/\">Link Checker</a> and <a href=\"https://localwp.com/help-docs/local-features/instant-reload/\">Instant Reload</a> have been moved to the Local Add-ons Library. </li><li>Xdebug Add-ons have moved from the Utilities tab into the Tools tab within Local.</li></ul>\n\n\n\n<p>Existing Local Pro subscribers will have access to priority support until September 1, 2021. After that time, dedicated ticket support will be discontinued in favor of directing users to the <a rel=\"noreferrer noopener\" href=\"https://localwp.com/community/\" target=\"_blank\">community forums</a> and <a rel=\"noreferrer noopener\" href=\"http://localwp.com/help-docs/\" target=\"_blank\">help docs</a>. WP Engine is offering customers full or prorated refunds, which will be sent out before July 31, 2021.</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, 30 Jun 2021 04:28: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WordPress.org blog: WordPress 5.8 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10873\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4740:\"<p>The first release candidate for <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8</a> is now available! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /></p>\n\n\n\n<p>Please join us in celebrating this very important milestone in the community’s progress towards the final release of WordPress 5.8!</p>\n\n\n\n<p>“Release Candidate” means the new version is ready for release, but with thousands of plugins and themes and differences in how the millions of people use WordPress, it is possible something was missed. WordPress 5.8 is slated for release on <strong>July 20, 2021</strong>, but <em>your</em> help is needed to get there—if you have not tried 5.8 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>You can test the WordPress 5.8 release candidate in three ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (select the <code>Bleeding edge</code> channel and then <code>Beta/RC Only</code> stream)</li><li>Directly download the release candidate version <a href=\"https://wordpress.org/wordpress-5.8-RC1.zip\">(zip)</a></li><li>Using WP-CLI to test: <code>wp core update --version=5.8-RC1</code></li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>What is in WordPress 5.8?</h2>\n\n\n\n<p>The second release of 2021 continues to progress on the block editor towards the promised future of full site editing with these updates:</p>\n\n\n\n<ul><li>Manage Widgets with Blocks</li><li>Display Posts with New Blocks and Patterns</li><li>Edit Post Templates</li><li>Overview of the Page Structure</li><li>Suggested Patterns for Blocks</li><li>Style and Colorize Images</li><li><code>theme.json</code></li><li>Dropping support for IE11</li><li>Adding support for WebP</li><li>Adding Additional Block Supports</li><li><a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">Version 10.7</a> of the Gutenberg plugin</li></ul>\n\n\n\n<p>WordPress 5.8 also has lots of refinements to enhance the developer experience. To learn more, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">developer notes tag</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.8 and update the <em>Tested up to</em> version in the <code>readme</code> file to 5.8. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so those can be figured out before the final release.</p>\n\n\n\n<p>The WordPress 5.8 Field Guide, due to be published very shortly, will give you a deeper dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.8 release schedule.</p>\n\n\n\n<p><em><strong>If you think you have found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you are comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><strong><em>Props to <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, and <a href=\"https://profiles.wordpress.org/pbiron/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>pbiron</a> for copy suggestions and final review.</em></strong></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>We are almost there,<br />WordPress 5.8 comes next month.<br />We need your help: test!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Jun 2021 03:47:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s: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:79:\"WPTavern: Add Editor-Only Notes via the Markdown Comment Block WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=119331\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/add-editor-only-notes-via-the-markdown-comment-block-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=add-editor-only-notes-via-the-markdown-comment-block-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3843:\"<p class=\"has-drop-cap\">Rich Tabor, the Senior Product Manager of WordPress Experience at GoDaddy, <a href=\"https://twitter.com/richard_tabor/status/1408460733055184897\">tweeted that he had an idea</a> for a new block at the end of last week. Shortly after, the <a href=\"https://wordpress.org/plugins/markdown-comment-block/\">Markdown Comment Block</a> plugin appeared on WordPress.org.</p>\n\n\n\n<p>The plugin is a one-off block. It allows users to enter notes directly into the post editor that will not appear on the front end of the site. Tabor said he came up with the idea when working on an article for building single-block plugins.</p>\n\n\n\n<p>There are few things I love more than simple plugins with a tight focus, performing a single function. Markdown Comment Block lands in this category.</p>\n\n\n\n<p>The plugin creates a new block that works nearly the same as a typical Paragraph block:</p>\n\n\n\n<img />Adding inline comments to a post.\n\n\n\n<p>Users can change the text color, but they will not have access to the typical Rich Text controls. Those should be unnecessary anyway.</p>\n\n\n\n<p>As someone who does long-form writing almost exclusively in Markdown, the block’s use of the double percent-sign syntax for comments intrigued me. Technically, the Markdown spec does not support any sort of special characters for them. It handles HTML comments. However, those appear in the source code on the front end when the document is rendered. I have only seen the <code>%%</code> mark to denote comments in the <a href=\"https://www.inspire-writer.com/\">Inspire Writer</a> app for Windows. Tabor said he had seen the same in <a href=\"https://ulysses.app/\">Ulysses</a>. The feature also exists in the <a href=\"https://useiceberg.com/\">Iceberg editor</a> for WordPress, which Tabor created alongside Jeffrey Carandang.</p>\n\n\n\n<p>The plugin also introduces the <code>%%</code> keyboard shortcut. Typing it directly in the editor will create a new Markdown Comment block.</p>\n\n\n\n<p>My primary use case for the plugin would be leaving notes for my later self. However, it could also be handy in users’ publishing flows. The block adds a “Resolve” button to the toolbar. Clicking it deletes the comment.</p>\n\n\n\n<img />Clicking the “Resolve” button will delete the block.\n\n\n\n<p>The block itself will not likely offer a robust enough feature set for complex workflows. However, pairing it with a plugin like <a href=\"https://wptavern.com/upgrade-your-publishing-flow-with-the-post-descriptions-wordpress-plugin\">Post Descriptions</a> could round out the experience for larger teams of writers and copyeditors.</p>\n\n\n\n<p>The Post Descriptions plugin allows users to add notes on the post level. These notes appear on the post-management screen, letting other team members know when to check an article. However, it may be hard to provide the full context of what issues need to be resolved before publishing. Markdown Comment Block adds an inline comments system, letting team members pass in-text notes.</p>\n\n\n\n<p>Theme developers should appreciate that the block uses CSS custom properties too, which makes it easy to overwrite its default style rules. In moments, I was able to make it match my theme:</p>\n\n\n\n<img />Custom color, font, and line-height styles.\n\n\n\n<p>The <code>--markdown-comment-font-size</code>, <code>--markdown-comment-line-height</code>, and <code>--markdown-comment-color</code> variables are available for theme developers who want to add in support.</p>\n\n\n\n<p>The one complaint I had about the block is its title: “Comment.” It is easy to confuse it with the six other comment-related blocks already in the WordPress block list. And, there will only be more in upcoming versions. Giving it a title of “Markdown Comment” would better distinguish it from others.</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, 30 Jun 2021 00:15: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: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: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:113:\"WPTavern: BuddyPress 9.0 Scheduled for Short Development Cycle to Ship Block-Based Widgets Ahead of WordPress 5.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:30:\"https://wptavern.com/?p=119255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:271:\"https://wptavern.com/buddypress-9-0-scheduled-for-short-development-cycle-to-ship-block-based-widgets-ahead-of-wordpress-5-8?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-9-0-scheduled-for-short-development-cycle-to-ship-block-based-widgets-ahead-of-wordpress-5-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:3801:\"<p><a href=\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\">BuddyPress 8.0</a> was just released earlier this month on June 6, but the core development team is gearing up for a <a href=\"https://bpdevel.wordpress.com/2021/06/24/bp-dev-chat-summary-june-23-2021/\">short development cycle for 9.0</a>. The release will be specifically targeted at getting BuddyPress core widgets ready for WordPress 5.8’s new block widgets experience. Contributors are aiming to hit the following timeline to ship 9.0 before the next major WordPress release:</p>\n\n\n\n<ul><li>Beta: July 8.</li><li>RC: July 12.</li><li>Final: <strong>July 16</strong></li></ul>\n\n\n\n<p>BuddyPress entered the world of blocks with the release of version 6.0 in May 2020, allowing users to insert a specific Member or Group into content. Version 7.0, released six months later, introduced blocks for featuring a list of members, a list of groups, and the ability to embed a public activity post. Over the next few weeks, BuddyPress contributors will continue the process of <a href=\"https://github.com/buddypress/bp-blocks/issues/37\">migrating the rest of the BuddyPress component widgets to blocks</a>. These include the following:</p>\n\n\n\n<ul><li><strong>Blogs Recent Posts Widget</strong>: A list of recently published posts from across the network</li><li><strong>BP Core Login Widget</strong>: Shows a Log In form to logged-out visitors, and a Log Out link to those who are logged in</li><li><strong>BP Core Friends Widget</strong>: A dynamic list of recently active, popular, and newest Friends of the displayed member. Widget is only shown when viewing a member profile</li><li><strong>BP Groups Widget</strong>: A dynamic list of recently active, popular, newest, or alphabetical groups</li><li><strong>BP Core Members Widget</strong>: A dynamic list of recently active, popular, and newest members</li><li><strong>BP Core Recently Active Widget</strong>: Profile photos of recently active members</li><li><strong>BP Core Who’s Online Widget</strong>: Profile photos of online users</li><li><strong>BP Messages Sitewide Notices Widget</strong>: Display Sitewide Notices posted by the site administrator</li></ul>\n\n\n\n<p><strong>BP Nouveau widgets:</strong></p>\n\n\n\n<ul><li><strong>BP Latest Activities</strong>: Display the latest updates of your community having the types of your choice</li><li><strong>BP Nouveau Navigation Widget</strong>: Displays BuddyPress primary nav in the sidebar of the site. (Must be used as the first widget of the sidebar and only once.)</li></ul>\n\n\n\n<p>In addition to building a block for every BuddyPress widget, contributors are aiming to make it possible to <a href=\"https://buddypress.trac.wordpress.org/ticket/8496\">transform existing BP widgets into their corresponding BP block</a>.</p>\n\n\n\n<p>With the new block widgets screen imminently landing in WordPress, BuddyPress has to make this move forward to keep pace with the progress of the block editor’s march beyond use in the content editor. Otherwise, BuddyPress users would need to <a href=\"https://wptavern.com/classic-widgets-plugin-disables-wordpress-5-8s-upcoming-block-based-widgets-system\">disable block widgets with the Classic Widgets plugin</a> in order to maintain access to BuddyPress core widgets.</p>\n\n\n\n<p>Contributors are also working on creating a new Follow component, a frequently requested feature which would use the now abandoned <a href=\"https://github.com/r-a-y/buddypress-followers\">BuddyPress Follow</a> plugin as inspiration. The feature will work similar to Twitter following or the Facebook follow button that allows users to see public activity posts for those they are following. The Follow component is being built as a plugin first and will ship with 9.0 if it is ready in time.</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, 29 Jun 2021 01:07: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Diving Into WordPress 5.8’s New Widgets Screen\";s:7:\"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=119259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"https://wptavern.com/diving-into-wordpress-5-8s-new-widgets-screen?utm_source=rss&utm_medium=rss&utm_campaign=diving-into-wordpress-5-8s-new-widgets-screen\";s: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:6657:\"<p class=\"has-drop-cap\">It has been a while since I have touched widgets. Once the site editor landed in the Gutenberg plugin, I almost exclusively dropped the old sidebar paradigm and moved to block templates. Reactivating old themes and jumping into the widgets screen felt like time-traveling into a bygone era.</p>\n\n\n\n<p>After months of being deeply embedded within block themes, it is hard to imagine moving back to the sidebar widgets system that most WordPress users are still using today.</p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-8-beta-1-released-new-blocks-new-widgets-screen-and-pattern-directory-on-deck\">WordPress 5.8 is slated to ship</a> with a small taste of bringing blocks outside of the content editor. However, it can feel like a surface-level refresh of a dying system, one that does not always work.</p>\n\n\n\n<p>Block-based widgets are part of the transitional phase between classic WordPress and the future, which centers on a complete site editor. Once the bulk of themes are built atop blocks, the need for widgets will wane. The site editor and block themes do not support the old sidebar system. Instead, users will be able to place blocks anywhere.</p>\n\n\n\n<p>Last October, I asked the question: <a href=\"https://wptavern.com/are-block-based-widgets-ready-to-land-in-wordpress-5-6\">Are Block-Based Widgets Ready To Land in WordPress 5.6?</a> At the time, the widgets screen was expected to launch with the final release of 2020. However, the development team pulled back on the feature’s inclusion, primarily because the customizer implementation was sub-par.</p>\n\n\n\n<p>Asking the same question of WordPress 5.8, my answer is mostly the same. It is time to ship the current feature and prepare for a future without widgets. There are so many components that are far more exciting around the corner. The primary user-experience issues will linger around until users have moved on to block themes.</p>\n\n\n\n<p>I have long been in the camp of starting from a clean slate for block themes, letting widgets die out. However, the path WordPress has chosen is to create this stepping stone for users who may be on traditional themes for a while. It provides an opportunity to use blocks outside of the editor, which may be a leap forward for many.</p>\n\n\n\n<p>With the vast number of libraries, one-off blocks, and support from plugin authors, users have a wealth of block choices at their fingertips. Right now, if there is no equivalent widget, those users can only ever use those blocks in their content. Within a block-widget system, that limitation does not exist.</p>\n\n\n\n<p>It also lifts some burdens from developers. Those who want to shed some of their old code and go all-in on blocks can begin considering deprecating or retiring widgets.</p>\n\n\n\n<p>Transitioning to the new Widgets screen should feel simple to users familiar with the WordPress content editor. Inserting blocks is the same. The difference is that each sidebar has its own container.</p>\n\n\n\n<img />Widgets screen with a Gallery block in the Footer sidebar.\n\n\n\n<p>The range of blocks within core WordPress could also let users drop some of their widgets-based plugins. One of the most popular types of widgets over the years has been for handling post lists. There are dozens of such plugins and an untold number of themes that include one. Coupled with WordPress 5.8’s Query Loop block, users can now recreate many of those widgets themselves.</p>\n\n\n\n<img />Custom post list using the Query Loop block.\n\n\n\n<p>Much of this depends on the theme’s design support of blocks and whether it will accommodate anything other than traditional widgets.</p>\n\n\n\n<p>Customizer support for block widgets is lightyears ahead of where it was just a few short months ago. However, it feels awkward at best. There is a deep feeling of not belonging. While it was a remarkable programming feat to make the two features work together, the user experiences are nearly a decade apart.</p>\n\n\n\n<img />Editing a Heading block in the customizer.\n\n\n\n<p>Despite the customizer providing a live preview, the Widgets screen in the WordPress admin gives the necessary workspace. Trying to squeeze the block editor into the tiny customize controls panel was never going to be an ideal experience, and it still is not. It gets the job done, but I recommend the traditional widgets screen for fewer headaches.</p>\n\n\n\n<h2>Problems Remain</h2>\n\n\n\n<p class=\"has-drop-cap\">In the eight months since I first dived into the block-based widgets, the system has been overhauled. However, the potential issues I brought up remain. Just dropping blocks into a sidebar can have mixed results. For example, compare a Legacy Widget to Heading and Latest Comments blocks in the footer sidebar of the popular OceanWP theme:</p>\n\n\n\n<img />Mismatched headings and colors.\n\n\n\n<p>The issue is that WordPress treats every block as a widget. Traditionally, widgets have had both a title and content. Blocks have no such concept. A Heading followed by something like a Paragraph, Latest Comments, or another block has no special meaning in the block system. They are all treated separately.</p>\n\n\n\n<p>This issue is in full view when adding blocks to the default Twenty Twenty-One WordPress theme:</p>\n\n\n\n<img />Block treated as widget in Twenty Twenty-One footer sidebar.\n\n\n\n<p>Notice the Heading and Latest Comments blocks are columnized because they are seen as separate widgets.</p>\n\n\n\n<p>To address this, users must add multiple blocks into a Group block if they want them treated as a single “widget.” It is a simple matter, but it could still be a usability hurdle for some.</p>\n\n\n\n<p>Even with a fix in place, there is no guarantee that blocks will appear as the widgets the theme author intended.</p>\n\n\n\n<p>I long ago gave up on the hope that there would be better handling for block widgets. The <a href=\"https://wptavern.com/classic-widgets-plugin-disables-wordpress-5-8s-upcoming-block-based-widgets-system\">Classic Widgets plugin</a> is available for those who need it, and <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/opting-out/#using-remove_theme_support\">theme authors can opt-out</a>. These are necessary tools for an experience that can range from downright awesome to utterly broken.</p>\n\n\n\n<p>Bringing blocks outside of the content editor for traditional theme users is probably necessary for the transition, but the current site editor experience already feels much smoother than block widgets. The long-term focus should be on moving away from the dated concept of widgets and into a WordPress front-end 100% built on blocks.</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, 28 Jun 2021 23:52:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Gutenberg Times: Theme.json Resources, Block Patterns and WordPress 5.8 – Weekend Edition #175\";s:7:\"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=18320\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://gutenbergtimes.com/theme-json-resources-block-patterns-and-wordpress-5-8-weekend-edition-175/\";s: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:13004:\"<p>Howdy, </p>\n\n\n\n<p>We enjoy cooling off at the community pool after our lunch walks. It’s the simple things, right? </p>\n\n\n\n<p>I learned so much in this week’s Live Q & A! You might too. Jeff prepared a insightful demo of the basics. Thank you to all those watching and asking great questions! It was a pleasure and honor to have Daisy Olson, Tammie Lister and Jeff Ong on the show. <a href=\"https://gutenbergtimes.com/theme-json-for-wordpress-theme-authors-demo-and-live-q-a-w-daisy-olson-tammie-lister-and-jeff-ong/\">The recording is available here.</a> So are the links to the shared resources and the transcript. </p>\n\n\n\n<p>What else happened this week in WordPress? Amazingly plenty. Get yourself your favorite beverage and start reading and watching. </p>\n\n\n\n\n\n<p>Yours, 💕<br />Birgit</p>\n\n\n\n\n\n<h2>Release week at WordPress</h2>\n\n\n\n<p>WordPress is such a fantastic open-source project. I admire the team and the people in it so much! </p>\n\n\n\n<p>The <a href=\"https://wordpress.slack.com/archives/C01VACX5E2W\">public Slack channel of the release squad</a> helped me understand more of the complexities behind making software that is used by many millions of people all over the world. If you ever get a chance to spend a few minutes scrolling through the discussions on slack, on trac or GitHub, do it. Meet the people, who bring the work of hundreds of contributors over the finish line. Meet the contributors. </p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8 Beta 4</a> is out and ready for your testing. WordPress 5.8 RC 1 is scheduled for June 29th, 2021. That comes with a hard string freeze, and the Polyglot teams get into high gear with translations. It’s also the deadline for DevNotes of the more significant changes coming with this release. </p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">Gutenberg 10.9 and 10.9.1</a> were released. Some bug fixes will be ported back to be included in the WordPress 5.8. Grzegorz Ziolkowski and I recorded the Gutenberg Changelog #46 yesterday, and it will be published on Monday. Our editor, Sandy, is on a well-deserved break over the weekend. <a href=\"https://wptavern.com/gutenberg-10-9-renames-the-query-block-adds-collapsible-list-view-items-and-rolls-out-rich-url-previews\"><strong>Justin Tadlock </strong>took 10.9 </a>for a spin at the WPTavern. </p>\n\n\n\n<p>— <a href=\"https://gutenbergtimes.com/podcast/changelog-46-devnotes-for-wordpress-5-8/\">Gutenberg Changelog #46 is now available</a> — 6/27</p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2021”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<h2>Theme.json Resources</h2>\n\n\n\n<p>You can read an <a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\"><strong>Introducing theme.json in WordPress 5.8</strong></a> by <strong><a href=\"https://twitter.com/nosolosw\">Andre Maneiro</a></strong> on the Core Make blog.</p>\n\n\n\n<p>You can read up on the details specifications in the Block Editor Handbook: <strong><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">Global Settings & Styles (theme.json)</a>.</strong></p>\n\n\n\n<p>Another fantastic way to get your feet wet is to heed the <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\"><strong>Call for Testing #8</strong></a> out of the FSE outreach program. <strong>Anne McCarthy</strong> has some interesting tasks for you. <a href=\"https://wptavern.com/fse-outreach-round-8-a-developer-centric-call-for-testing-theme-json-configuration\"><strong>Justin Tadlock </strong></a> has more for you on the <em>WordPress Tavern</em> </p>\n\n\n\n<p><strong>Tammie Lister</strong> started a new project <a href=\"https://ephemeralthemes.com/\">“Ephemeral Themes”</a> and shared her thoughts on theme.json and why she is excited again for theme development. <a href=\"https://ephemeralthemes.com/2021/06/20/theme-json-inspires/\"><strong>Theme.json inspires</strong></a></p>\n\n\n\n<p>The Gutenberg team is in ongoing discussion about various topics. Two were raised during the <a href=\"https://gutenbergtimes.com/theme-json-for-wordpress-theme-authors-demo-and-live-q-a-w-daisy-olson-tammie-lister-and-jeff-ong/\">Live Q & A</a>. Both could use your opinion and ideas.</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/issues/29568\">Default Colors, Theme Colors, and Custom Colors</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/20244\">Responsive Global Styles as a work in progress</a></li></ul>\n\n\n\n<p>A good way to get started and see the configuration in action is to study the themes available in the <a href=\"https://github.com/WordPress/theme-experiments/\"><strong>Theme Experiments repository</strong></a> on GitHub.</p>\n\n\n\n<h2>Full Site Editing </h2>\n\n\n\n<p>Another theme by <strong>Ana Segota,</strong> built for the Site editor will come to the WordPress directory. Justin Tadlock took it for a spin. <a href=\"https://wptavern.com/clove-a-showcase-of-block-patterns-by-anariel-design\"><strong>Clove: A Showcase of Block Patterns by Anariel Design</strong></a>.</p>\n\n\n\n<p><strong>Anne McCarthy </strong>published <a href=\"https://make.wordpress.org/test/2021/06/24/fse-program-polished-portfolios-summary/\"><strong>FSE Program Polished Portfolios Summary</strong></a> with the updated feedback from a great group of participants. </p>\n\n\n\n<p>On her personal blog, <strong>Anne McCarthy</strong> also published <a href=\"https://nomad.blog/2021/06/11/on-future-outreach-program-models-in-the-wordpress-community/\"><strong>On Future Outreach Program Models in the WordPress Community</strong></a>. She shared some of her learn lessons on running the FSE outreach program and what needs to happen to make this a permanent contributor activity within WordPress. </p>\n\n\n\n<p>Here is the <a href=\"https://make.wordpress.org/test/2021/06/09/upcoming-fse-outreach-program-schedule-june-july/\">Upcoming FSE Outreach Program Schedule</a></p>\n\n\n\n<p><a href=\"https://twitter.com/scruffian\"><strong>Ben Dwyer</strong> </a>on ThemeShaper posted <strong><a href=\"https://themeshaper.com/2021/06/23/universal-themes-some-ideas/\">Some Ideas for Universal Themes</a>.</strong> He wrote: “A universal theme would work in both editing modes. A user should be able to build a site in classic mode and switch to FSE mode when the Site Editor is more mature or when they are ready to try all the extra tools that Full Site Editing will bring. Changes to a theme in classic mode should be reflected when I enable the Site Editor.” and goes into more details on how that could work. At Automattic, they experiment with the <a href=\"https://github.com/Automattic/themes/tree/trunk/quadrat\">Quadrat theme</a>. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p></p>\n\n\n\n\n<h2>Block Patterns</h2>\n\n\n\n<p>About 80 Patterns have been published in the Pattern Directory on WordPress.org, <strong>Kjell Reigstad</strong> reported in his <strong><a href=\"https://make.wordpress.org/design/2021/06/23/update-initial-patterns-for-the-patterns-directory/\">Update: Initial Patterns for the Patterns Directory</a> </strong>over the last two weeks, Kjell, Mel Choyce and Beatriz Fialho were fielding community submissions and working with the designers. There are wonderful and useful patterns, you can use for your site.</p>\n\n\n\n<p>The discussion about <strong>Block Patterns</strong> on the WordPress Tavern has readers ruminating about <strong><a href=\"https://wptavern.com/wordpress-theme-lock-in-silos-and-the-block-system\">Theme Lock-In, Silos, and the Block System</a>.</strong> In a Post Status discussion, <strong>Tammie Lister </strong>thought the opposite is true. “it’s going to be easier, not harder, to switch with the newer set up.” And then she continues: “Try swapping between themes now. It’s not a picnic. It’s often a sad rained on picnic with soggy sandwiches of sadness, even with the best hope.” 🌧️ I might steal that metaphor from Tammie 💕</p>\n\n\n\n<p>Speaking of Block Patterns, the design team also brought Block Patterns to all WordPress Twenty themes, all the way back to Twenty-Ten. They will be released with WordPress 5.8. <strong>Milana Cap</strong> published about these <strong><a href=\"https://make.wordpress.org/core/2021/06/21/bundled-themes-changes-in-wordpress-5-8/\">Bundled themes changes in WordPress 5.8</a>.</strong> They are a great inspiration for designer on what can be possible with Block Patterns now. Justin Tadlock at the WordPress Tavern also <a href=\"https://wptavern.com/a-throwback-to-the-past-refreshing-old-twenty-wordpress-themes-with-block-patterns\">took the new patterns out for a spin.</a></p>\n\n\n\n<p>In <strong><a href=\"https://themeshaper.com/2021/06/25/theme-patterns-for-the-site-editor/\">Theme patterns for the Site Editor</a> </strong> <strong>Kjell Reigstad</strong> show off a new UI to handle the display of different patterns for a header. It is an expansion of the block pattern display for Query Loop for various Post list layouts. He also shared his code and a short tutorial. Kjell also used the Quadrat theme from the Automattic repository </p>\n\n\n\n\nHeader Patterns in Quadrat Theme / Automattic\n\n\n\n\n<h2>Block Development and Plugins</h2>\n\n\n\n<p>For block builders, the Core-editor team published two DevNotes this week. </p>\n\n\n\n<p><strong><a href=\"https://make.wordpress.org/core/2021/06/23/block-api-enhancements-in-wordpress-5-8/\">Block API Enhancements in WordPress 5.8</a> </strong>by <strong>Grzegorz Ziolkowski</strong>, encouraging plugins developers to using the block.json metadata file. He lists under the benefits: </p>\n\n\n\n<ul><li>code sharing between JavaScript and PHP and other languages, </li><li>optimized enqueuing of assets on the frontend to support performance increases.</li><li>Allows listing of the block on the Block Type REST API endpoint </li><li>It’s a requirement for blocks to be included in the WordPress Plugin Directory </li></ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/06/25/block-supports-api-updates-for-wordpress-5-8/\"><strong>Block supports API updates for WordPress 5.8</strong></a> by <strong>Daisy Olsen</strong>, which outlines and additional support options for color, duotone, fontSize, lineHeight, spacing options for blocks and themes. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><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\">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 is-style-wide\" />\n\n\n\n\n<p>Featured Image: <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://commons.wikimedia.org/w/index.php?curid=6068229\">“File:Lego Color Bricks.jpg”</a> by <a href=\"https://www.flickr.com/people/13403905@N03\" target=\"_blank\" rel=\"noreferrer noopener\">Alan Chia</a> is licensed under <a href=\"https://creativecommons.org/licenses/by-sa/2.0?ref=ccsearch&atype=rich\" target=\"_blank\" rel=\"noreferrer noopener\">CC BY-SA 2.0</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Jun 2021 19:18:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:127:\"Gutenberg Times: Theme.json for WordPress Theme Authors – demo and Live Q & A w/ Daisy Olson, Tammie Lister and Jeff Ong\";s:7:\"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=18324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://gutenbergtimes.com/theme-json-for-wordpress-theme-authors-demo-and-live-q-a-w-daisy-olson-tammie-lister-and-jeff-ong/\";s: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:56956:\"<p>On June 24th, we hosted Gutenberg Times Live Q & A on the topic <strong>“Theme.json for Theme Authors – Getting started with theme development for Full-site Editing”</strong> It was a great pleasure and privilege to have <a href=\"https://twitter.com/DaisyOlsen\">Daisy Olson</a>, developer advocate at Automattic, <a href=\"https://twitter.com/karmatosed\">Tammie Lister</a>, design lead at Extendify and <a href=\"https://twitter.com/jffng\">Jeff Ong</a>, code wrangler at Automattic on the show. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<p>Jeff Ong prepared <a href=\"https://youtu.be/dBwhHKKblhU?t=831\">a demo</a> for us, and then attendees had some interesting questions our panelists answered. You can read the transcript below.</p>\n\n\n\n<p>WordPress 5.8 will come with the infrastructure and foundation to control the block editor and theme settings via the configuration file theme.json. JSON is a universal data format that is readable to PHP and JavaScript alike.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-style-large\"><p>Themes no longer have to pretend that they’re plugins.</p><cite>Tammie Lister</cite></blockquote>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-resources-about-theme-json-and-themes-for-full-site-editing\">Resources about theme.json and themes for Full-site editing</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-themes-for-full-site-editing-in-the-word-press-org-repository\">Themes for Full-site Editing in the WordPress.org repository</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-strong-what-will-change-most-for-the-theme-developers-when-building-themes-for-full-site-editing-strong\">What will change most for the theme developers when building themes for full-site editing?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-demo-configuring-the-block-editor-with-theme-json-file\">Demo: Configuring the block editor with theme.json file</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-meta-charset-utf-8-why-do-we-want-to-rewrite-css-in-json\">Why do we want to rewrite CSS in JSON</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-what-happens-when-you-update-the-color-palette-will-saved-blocks-have-the-new-colors\">What happens when you update the color palette? Will saved blocks have the new colors?</a></li></ul></div>\n\n\n\n<h2 id=\"0-resources-about-theme-json-and-themes-for-full-site-editing\">Resources about theme.json and themes for Full-site editing</h2>\n\n\n\n<p>During the show, we mentioned a few places where you can dive in and learn more about theme.json.</p>\n\n\n\n<p>You can read an <a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\"><strong>Introducing theme.json in WordPress 5.8</strong></a> by <strong>Andre Maneiro</strong> on the Core Make blog. </p>\n\n\n\n<p>You can read up on the details specifications in the Block Editor Handbook: <strong><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">Global Settings & Styles (theme.json)</a>. </strong></p>\n\n\n\n<p>A good way to get started and see the configuration in action is to study the themes available in the <a href=\"https://github.com/WordPress/theme-experiments/\"><strong>Theme Experiments repository</strong></a> on GitHub. </p>\n\n\n\n<p>Another fantastic way to get your feet wet is to heed the <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\"><strong>Call for Testing #8</strong></a> out of the FSE outreach program. Anne McCarthy has some interesting tasks for you. </p>\n\n\n\n<p><strong>Tammie Lister</strong> started a new blog and shared her thoughts on theme.json and why she is excited again for theme development. <a href=\"https://ephemeralthemes.com/2021/06/20/theme-json-inspires/\"><strong>Theme.json inspires</strong></a></p>\n\n\n\n<p>The Gutenberg team is in ongoing discussion about various topics. Two were raised during the Live Q & A. Both could use your opinion and ideas. </p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/issues/29568\">Default Colors, Theme Colors, and Custom Colors</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/20244\">Responsive Global Styles as a work in progress</a></li></ul>\n\n\n\n<h2 id=\"1-themes-for-full-site-editing-in-the-word-press-org-repository\">Themes for Full-site Editing in the WordPress.org repository</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/blockbase/\">Block Base</a> by Automattic</li><li><a href=\"https://wordpress.org/themes/naledi/\">Naledi </a>by Anariel Design</li><li><a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks</a> by WordPress contributors, the FSE sibling of the Twenty-Twenty-One Theme</li><li><a href=\"https://wordpress.org/themes/block-based-bosco/\">Block-Based Bosco</a> by Fränk Klein</li><li><a href=\"https://wordpress.org/themes/armando/\">Armando</a> by Carolyn Newmark</li><li><a href=\"https://wordpress.org/themes/q/\">Q </a>by Ari Stathopoulos</li><li><a href=\"https://wordpress.org/themes/hansen/\">Hansen</a> by Uxl Themes</li></ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p class=\"has-text-align-center\" id=\"transcript\"><em><span class=\"has-inline-color has-accent-color\">This transcript is still a work in progress</span></em><strong><span class=\"has-inline-color has-accent-color\"> </span></strong>– Birgit</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, and then we can start the webinar here. The webinar is now live and welcome to our 28th Gutenberg live Q and A on this June 24th. My name is Birgit Pauli-Haack and I am your host for today’s discussion. Thank you all for watching, and it’s great to have you. And while you all come in, use the chat window to tell us where you are and where you’re watching from. </p>\n\n\n\n<p>And today we will discuss a new way to configure themes, that is black themes, with global styles and settings file theme.json. And it will enable theme developers to centralize all the block-based settings, color palettes, font sizes, and other block-based customizations. This way you will also control which of the other block features the theme supports or does not support. </p>\n\n\n\n<p>So that’s my simple mind’s description of the new features and I’m so thrilled to have three experts on the show to go beyond this simple explanation and help theme developers to get started. I’m extremely honored to have Daisy Olsen, developer advocate at Automatic and WordPress contributor. Hey, good to have you. Also Jeff Ong, code wrangler at Automatic.</p>\n\n\n\n<p><em>Jeff Ong: </em>Hello.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Thanks for being here. And at last but not at least Tammie Lister, design lead at Extendify.</p>\n\n\n\n<p><em>Tammie Lister:</em> Hello.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> We’ll do some proper introduction in less than a minute. I just have a few housekeeping notes. So after the introduction, we’ll have a first round robin question and then we see a demo. Jeff was working really hard on it and I think he was the only one repairing hard for this live Q and A. And then we’ll discuss the different angles and how they get started. And then, of course, answer your question.</p>\n\n\n\n<p>Speaking of questions, how do you pose your questions? There’s a Q and A on the bottom of the screen, a kind of icon. You click on that and write your question. And for those watching on YouTube use the chat window next to the video player. And so saying hi. Hi, Victor. From Buenos Aires in Argentina. Awesome. Thank you for being here. All right. When you do comments and questions, so please be kind even if you disagree. </p>\n\n\n\n<p>This is a family endeavor. All right. Well, I’m thrilled you all agreed dear panelists to come on the show and I get an hour to talk with you about your work. So, Daisy, tell us a little bit about you, where are you’re located and what is it that you do as developer advocate on the purpose project and at Automatic?</p>\n\n\n\n<p><em>Daisy Olsen: </em>Yeah. I’m Daisy Olsen and I live in New Hampshire in the United States. It’s a beautiful day here right now unlike some parts of this country that are really hot. We got the cool weather over here this week. So as a developer advocate, I talk about WordPress a lot.</p>\n\n\n\n<p>I get out and do workshops, teach classes, write documentation and just stay involved and close to the projects development so that I know what’s going on theoretically and can share that out particularly with plugin and theme developers as well as agencies and freelancers and things like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Awesome. So glad you’re here. Thank you. So, Tammie, thank you for coming back to the show. It’s been over three years. The last time you were on the show was just after Gutenberg was merged into Core and you were one of the three leads with Matias Ventura and Joen Asmussen. </p>\n\n\n\n<p>And you shared a lot about the journey of Gutenberg and the philosophy behind it. So I will put the link to the show into the show notes for you who have been coming later to Gutenberg. But this year you joined the WordPress product company Extendify. So what do you do there?</p>\n\n\n\n<p><em>Tammie Lister:</em> First of all, has it been three years? That goodness. Time flies. So in Extendify I focus on design. So our solutions extend the editor. And then the aim is to make it even more usable for people’s purpose that they want to use it for. And I’m really, really excited about that.</p>\n\n\n\n<p>So it means that people can have the best experience from the content they’re creating, to the layout, the patterns, the styles, whatever that the editor enables, that’s really what I’m focusing on. So it’s a interesting new challenge to do. And you have blew my brain with that time span. You really have. That’s awesome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, it’s also over three years that Gutenberg times us. So I’ve been part of that journey so for so long.</p>\n\n\n\n<p><em>Tammie Lister:</em> Congrats.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Nothing really held my attention for so long. And normally I get really bored. Well, I’m also really happy that Extendify took over <a href=\"https://wordpress.org/plugins/editorplus/\">Editor Plus</a> from Munir Kumal and the <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit</a> from Jeffrey Carandang. So, those have a more sustainable way now to access because both Munir and Jeffrey seem to have… Munir joined you, but Jeffrey moved on to be a consultant at , I think, 10up.</p>\n\n\n\n<p><em>Tammie Lister:</em> It’s so really exciting. </p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. I imagine. So thank you also to Jeff Ong for joining us today as well. You’re a code wrangler in Automatic and what have you been working on lately except for the demo. I know about that.</p>\n\n\n\n<p><em>Jeff Ong</em>: Well, first, thank you for having me and hosting this. Awesome to be here. I feel very honored to be with three on-time contributors. So super cool. At Automattic, I’ve been working on theme development, pretty solely focused on that for the last year. And my background is not in WordPress. </p>\n\n\n\n<p>So it’s kind of been an interesting journey to transition and learn about the ecosystem and really coming at a transitory time figuring out how do we kind of move into this new block-based paradigm? How do we make themes that work with the block editor really well and can hopefully unlock more creativity for just really great design. And I can tell you what sites again. Well, making new themes and figuring out how to do that with the latest version of Gutenberg, which turns out every day.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So the viewers follow Jeff Ong, he’s going to teach you how to do things with the Block Editor. And we will soon see a little demo of that. It’s what Daisy said, “What you did in five minutes, I taught a course on that in three hours.” So it’s going to be a little fast paced today. </p>\n\n\n\n<h2 id=\"2-strong-what-will-change-most-for-the-theme-developers-when-building-themes-for-full-site-editing-strong\">What will change most for the theme developers when building themes for full-site editing?</h2>\n\n\n\n<p>But before we head into media’s raised, I would like to ask each of you, so what do you think will change most for the theme developers when building themes? These are for agency building custom themes for the clients or for theme shops rolling out new themes to sell. Do you want to start, Tammie?</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah. That’s interesting because I think perhaps it’s a change if you wanted to be a change. Because lots of this is an opt-in, as is the way. WordPress, the best way to opt-in. I go back to a lot of times that this is a freeing of things and I think it brings an opportunity that has pros and cons, ups and downs with opportunities.</p>\n\n\n\n<p>But plug-ins themes no longer have to pretend that they’re plugins and they no longer have to be everything and have to be things that they weren’t intended to be in the first. So I think that that is a challenge in itself because there’s a certain way that you maybe thought you had to do things and now you don’t have to work around things. We often have to work around things in WordPress. </p>\n\n\n\n<p>And if you don’t have to work around it, it can feel a little bit peculiar, but once you realize you don’t have to do that, it’s actually really awesome. But you have to realize you don’t have to and that WordPress was getting in the way. I also think as a result there’s going to be a space for more creativity, and this can also be really to challenging because maybe you were limited to what you could do creativity wise because of just the confinements of the space and the confinements of what you could do before. </p>\n\n\n\n<p>And it’s going to open things again to a lot more people. And a lot more people who maybe didn’t have access to a theme developer with experience who knew the exact ins and outs of it. So I think that’s a challenge because new people in this space, new creativity. But honestly I think it’s a good thing. It’s just if you want to and you’re open to it and you can kind of explore those new ways, but I don’t think it’s a change that you have to make. I think that’s the thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Awesome. Thank you. Daisy, what do you think?</p>\n\n\n\n<p><em>Daisy Olsen: </em>So I think I would agree with Tammie that the barrier of entry for a new theme designer. And I think that’s one of the key things is it’s bringing the design back to theming. Theming over time became very functional. We had a lot of theme companies that were trying to make their themes as flexible, powerful and feature-ful as possible to reach a wide variety of people.</p>\n\n\n\n<p>And I think that we can see some opportunity for vertically oriented designs coming out where you have a theme that is geared towards a restaurant or geared towards, I don’t know, a salon or a certain kind of a business or even a personal site.</p>\n\n\n\n<p>And I think that there’s a lot of opportunity to be able to have a lot of variety out there in the marketplace so that when someone asks you inevitable question, because this was probably the most common question when I was working for a thing company is which theme is best for this? </p>\n\n\n\n<p>I’m doing this kind of a site, which themes should I use. And it could make it so, well, here are five that are really geared towards what you’re trying to do instead of, oh, you can use any of them. You just have to do all this work to get it to look bright.</p>\n\n\n\n<p>Birgit Pauli-Haack: Yeah. That’s a good point. Thank you. Jeff?.</p>\n\n\n\n<p><em>Jeff Ong:</em> Definitely, from a design perspective, it’s super exciting. I want to highlight maybe a little bit more from the development side. This seems like the biggest opportunity or clearest opportunity to ensure that your theme is integrated with the editor. That the things that you’re doing with the editor and your ability to customize it to control what presets and options are available there to the users of the theme, this is the theme [inaudible 00:12:27].</p>\n\n\n\n<p>It’s a unifying kind of idea and single point of truth. Talking about theme.json and even just this whole concept of how do we bring the experience together. I think we have an opportunity to do that and that’s going to change even in some small level. Even if your theme.json cloud just as a few settings. You can take it slow like Tammie was saying. Incorporate parts of it because to me you have this new contract now that can really unify things and bring things together from a lot of disparate parts and pieces.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Lots to think about. And I agree with all of you. I had this pleasure last year that I took over themes from agencies and they were so powerful and all the things that normally a plug-in will do, custom post types and rigid and all that. It’s all in one place and we won’t be able to change a theme at all. </p>\n\n\n\n<p>So now this is definitely going to make life a lot easier for site owners as well So lots to think about and listening to you is quite inspiring to kind of think, oh, well how many direction can my brain go now? But, Jeff, are you ready for your demo? I think it would be helpful for all the people here on the call to see what it’s all about and how it kind of gets started.</p>\n\n\n\n<p><em>Jeff Ong:</em> Yes. We have 10 minutes roughly. Yes. Can you see my screen? </p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> We can see your screen. Yes.</p>\n\n\n\n<h2 id=\"3-demo-configuring-the-block-editor-with-theme-json-file\">Demo: Configuring the block editor with theme.json file</h2>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=dBwhHKKblhU&t=18s\">14.02</a></p>\n\n\n\n<p>Jeff Ong: So we have a blank theme here and I just want to kind of go over some, not going to cover everything, but some of the key parts of that theme.json introduces and show how that impacts a blank theme and also the editor. So hopping over to my code editor. I have my theme.JSON here. This is a really basic, simple theme and nothing going on yet. </p>\n\n\n\n<p>In here I’m going to go ahead and the first thing I want to talk about are the settings of your theme.JSON. Settings are kind of what control or give you the ability to configure the editor and what kind of customization options are present to a user and the theme. The only thing I have right now is the layout, which we’ll get to in a second. But let’s say I want to add some color options here.</p>\n\n\n\n<p>Previously it would be done in the functions PHP. I have kind of a few sheets over here. Sorry. I need to hide these meeting control. I’m going to copy a color palette from this. I’m going to set a palette that’s going to become available to me in my theme. I go to edit the same post. In here I see my cornso, my orange, red, and color blue that’s become available to me. </p>\n\n\n\n<p>What’s pretty interesting about this is before you would have had to kind of go into functions at this whole palette and then also define the class name, something like this to actually apply those styles. Let’s say I want this heading to be orange, update it. Show it here. I get all this cool stuff for free. This class was generated for me by Gutenberg using this preset and that I have defined meeting controls defined here in my palette options. </p>\n\n\n\n<p>Another cool thing or interesting about the possibility here is within the same configuration. Let’s say I’m the theme designer. I have the option right now to change the color to kind of anything I want. The powerful thing about theme.json at this time is it can actually turn something like this off. I actually don’t want people or my users to be able to change anything, change the color palette.</p>\n\n\n\n<p>But let’s go ahead and reset this back here. Turned off custom colors within theme.json. And then back here you’ll see that option has disappeared. So inaccessible color combinations or just color combinations that you don’t want to be available. You can turn that off. This is just one of the options that are available. Color is just one of the options that you can customize.</p>\n\n\n\n<p>You can also take a look at something like typography. I think I can find some font sizes here. Refresh. I can see now that those presets were available, are now available to me. I can do the same thing again here too. Say I don’t actually want people to be able to change all sides here. As a designer I know it’s best and I don’t want people putting in random font sizes. </p>\n\n\n\n<p>So disable that and now only my presets are available too. Oh, by the way, this content is just kind of some standard block-based content. Again, I’m getting all of this kind of for free or for free in a way by just applying some preset values here. Well, I think the next thing that I wanted to cover is going into the last thing. I’ll cover it within the settings because you can actually change these per block. </p>\n\n\n\n<p>Remember we were looking at color before. I could add a color key to the paragraph block and actually say, just kidding. I want to allow you to be able to change the color of paragraph blocks. Just the paragraph blocks. I can open up the whole thing. So within here now I can see, oh, I can actually change just for paragraph blocks. I go up to my heading. This custom color is not available. This color option is not available. </p>\n\n\n\n<p>If you want to I could also supply a custom palette. I’m not going to do that, but could say if you wanted a specific palette that’s just applied for paragraph blocks. That would be how you do it. So I think that’s it for settings. I’m going to go ahead and collapse this now and move on to the styles key of our theme.json. And now within here I can start to define some files. </p>\n\n\n\n<p>Remember our colors from up here from the palette. I can go ahead and because I know that WordPress is generating CSS variables based on these palettes, I can go ahead and start to use those within the styles application of the style section of my theme.json. So with the preset color, put orange red. See what else do. These are going to apply at the top level. So this is going to apply to everything.</p>\n\n\n\n<p>Say I only wanted, for instance, my headings to be… Let’s make this. Do the same thing in here and say, ah, I just want, actually, let’s just make my paragraph colors black. So, again, what I’ve done here is I’ve set my global kind of text color to this orange red was preset, which was provided by WordPress and generated here to the entire text. And then actually I can go in and target specific block, set the settings for that as well. </p>\n\n\n\n<p>I think we are close. I just want to show, well, if you’re editing this, something that’s also probably going to happen and mess this up. It should throw some kind of an error here yet. Notice there when decoding theme.json. So that’ll let you know there’s something going on because it’s pretty easy tip something up here. </p>\n\n\n\n<p>And I think that’s just a small note is we’ll likely encounter that if you’re configuring keys and nested objects trying to figure out how each of those apply. You pause here for a second. I guess the last thing I want to cover too is the concept of elements. So within here, any h2 that I have is going to be applied a specific style here. So I have the same because [inaudible 00:24:24] can appear outside of blocks or links, for example.</p>\n\n\n\n<p>These are restricted to a specific set at the moment. So let’s just say text. So, again, because this is not actually rendered as a pocket and an element and that can appear anywhere. That’s something that I can target with this kind of top level elements select here. Everything else here you can target with the name of the block. </p>\n\n\n\n<p>That is most of what I wanted to cover pretty fast, but again all of the settings that you can find here or that I’m going over, there’s way more than just color. There’s spacing, typography and all of that can be found in documentation that Birgit, I think she shared it here. So that I want to open it up. And I guess there are questions. If there are specific parts that anyone would want to go into in a little more detail. Happy to do that.</p>\n\n\n\n<p><em>Daisy Olsen: </em>Thank you, Jeff. </p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Thank you, Jeff. This was awesome. Do you want to just say something?</p>\n\n\n\n<p><em>Daisy Olsen: </em>Yeah. I just wanted to say that maybe we could just talk about layout real quick because I think that’s going to be a big one for 5.8.</p>\n\n\n\n<p><em>Jeff Ong:</em> Yeah. And I kind of skipped over. It was the first thing that was in here. Yes. Layout key is a way for you to quickly define the default, the width of your content within WordPress or within here. So if you see here, if I don’t define this layout, a lot of my content is just going to be full width by default. </p>\n\n\n\n<p>You can supply two values here. Content size, it’s just going to be the default width. You can also define, I think it’s, what is it? Wide size. Wide width. Nothing happened there because I hadn’t provided it. Maybe there’s a better way to show that with cover block. </p>\n\n\n\n<p>Birgit Pauli-Haack: Nice. I like it. </p>\n\n\n\n<p><em>Jeff Ong:</em> Pretty cool. You can, I mean, alignment coming together and within a unified system reliably layout content with starting here is pretty powerful stuff I’d say.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. Awesome. So I shared in the chat window, if you haven’t seen it, the documentation link where you can read up about the theme.json as a whole. When you say, Daisy, that that’s the layout will be important for 5.8, which part of it would be, where does it come into play?</p>\n\n\n\n<p><em>Daisy Olsen:</em> So with 5.8 with the custom template functionality that’s coming where you can basically create a custom template for an entire page or a post that would cover your header as well as your content. If you need to have these setting set for the width, especially the content size for it but preferably also wide so that your site knows how wide it should be. </p>\n\n\n\n<p>Otherwise you get kind of the facts that Jeff showed where it was the full width of the page. It didn’t have anything to contain it down to the width that you want. So for any theme that wants to use the template editor would benefit from having a theme.json file that even if it only has the one thing in it, it would be good way to take advantage of it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. It’s an excellent tip. Thank you, Daisy. You heard it here first. So we already got some questions in our Q and A, but I just wanted to have one question for Jeff before. That’s my prerogative as a host, I get the first question. So if I understood it correctly, so until now, theme.json comes into play I had to create many different places or touch many different places to make a color palette work.</p>\n\n\n\n<p>So, I had to put it in my functions.php and then I also have to put it in my style sheet. Is [inaudible 00:30:04] that I don’t have to do this anymore, or do I still have to put it into my style sheet, or is it automatically created with when I put the color palette in the theme.json?</p>\n\n\n\n<p><em>Jeff Ong:</em> It is wonderful question. It is automatically created. This is all that that style sheet looks like since this is one of the big very exciting aspects of a theme.json. It’s that it’s managing this for you. And then also I think more down the line by providing colors and styles in this way. And then also by applying the styles here you can guarantee that those blocks are going to integrate properly.</p>\n\n\n\n<p>It’s like the styles for those blocks are going to be more closely tied and actually in how the block is implemented. So no more writing styles that are overwriting that we’re having to target specific nested blocks. And so there’s tons of complications to this and there’s a lot more room to mature and develop, but I think that’s one of the parts I’m most excited about. To your point, there’s one place now where I can define my palette and show how it should be applied. I don’t have to go into two different places to do it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right. Well, let’s go to the questions. Victor Kane, from the beginning of the show has already put them in and he’s particular interested in finding out about the workflow using them theme.json. So one is the best editing alternative for VS Code formatting, and then the second one was the possibility for exporting interactive selections to clipboard and code. I’m not quite sure I understand the question. Maybe you understand it, Jeff Daisy, Tammie.</p>\n\n\n\n<p><em>Tammie Lister:</em> Personally. So I think this is a personal choice. I’m going to start with an answer and then go to… I use VS Code, so I may not be able to give the right answer there. I would be curious to know what you don’t want in VS Code, and I think that that’s the thing. This opens up personal… I’m going to be really bad at reading the response in chat whilst talking. So I’m going to be a little bit pertinent and kind of speak first. I’m sorry, I’ll get back to it.</p>\n\n\n\n<p>It’s your personal choice how you write and then you can kind of go back to it. So the thing that I did, this was my workflow, it has been my workflow so far, and I think this is the thing, we’re all finding our own new workflows with these new toys that we’re playing with. So what I’ve been doing is I’ve been using theme.json. </p>\n\n\n\n<p>I’ve actually been setting up variables using SAS that have been then pulling in root variables into my theme.json so that I can pull them through. That’s a weird way to do it. That’s strange, but the reason being, it means I can reuse and keep things separately. But I’m sure that everybody on this call has their own little workflows that they are kind of working from.</p>\n\n\n\n<p><em>Daisy Olsen:</em> My approach to that was actually the opposite that I was using my theme.json to set all of my variables so that I didn’t need SAS, which I think for those that never quite got their head wrapped around preprocessed CSS, it might be a way to simplify things for those that prefer it that way.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Awesome. </p>\n\n\n\n<p><em>Tammie Lister: </em>I think it’s what you’re cozy with, right? And I think that’s the thing. This can adapt to what was your cozy blanket of coding, and you don’t have to lose that yet, I think.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right. So Victor commented on that. If I get the results, I want interactively with the global settings panel on the right-hand side of the editor, can I export that to a theme.json format?</p>\n\n\n\n<p><em>Daisy Olsen: </em>The answer is not right now. I think there’s discussion in the teams about maybe building it, but it hasn’t been the highest priority because everything needs to work first before we start working on an exporter. But there are other parts of that can be exported in that full site editing experience that can be exported. So I think it would be a natural progression to add the ability to do a theme.json export.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes. Definitely there will be.</p>\n\n\n\n<p><em>Tammie Lister:</em> From the very beginning, there were designs in global style. Sorry. The reason I know is that was one thing I did partake on. There was exporting. So I have a feeling if we all wanted to play some little happy bets, there will be exploiting at some point.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. But if we all bet on the same thing, it’s not really bet, right? Victor, as always, you’re a little bit ahead of the time. So and from Jan Horna, from the Czech Republic, it’s very hot by now there. </p>\n\n\n\n<p>He has two questions as a theme developer, one, is the theme.json supposed to include all the styling, formatting definitions and replaced the CSS style? And I think we’d take it one at a time. So we talked a little bit about it from my question, but would it replace? You could still do all those styling in the style sheets as you want, right?</p>\n\n\n\n<p><em>Daisy Olsen:</em> And I think there are some things that will remain in other styling, but you could use the variables that you set or the properties that you set in your theme.json in your CSS. So they can work together. But I don’t think that theme.json, at least right now, will not completely replace an entire site’s design, especially if you have a very complex design.</p>\n\n\n\n<h2 id=\"3-meta-charset-utf-8-why-do-we-want-to-rewrite-css-in-json\">Why do we want to rewrite CSS in JSON</h2>\n\n\n\n<p><em>Jeff Ong:</em> Yeah. And this was one of my first questions and honestly, skepticism early on of the proposal around this, is CSS is great. Why do we want to rewrite CSS in JSON. And then it slowly, I mean, other people are obviously smarter than me understood this quickly. It’s not about rewriting all of CSS. There’s definitely going to be aspects of your site, especially if you have taking, like you’re saying, more complicated designs that will remain in CSS. </p>\n\n\n\n<p>But this is about creating, I think, more of the foundational elements and understanding how the blocks will interact with your styles and having that single point of contact, I think is most important. So I think for me, at least it’s more about the foundational elements that are going to be placed and managed this way than replacing your entirety of your styles. Because this great. </p>\n\n\n\n<p>Things like animations and transformation, and this is all really powerful stuff that I don’t imagine, really, at least in the super near future, having a big part of theme.json. To the question about, will you be able to save an export a theme.json from global styles? I think this is a really important thing to keep in mind is what I just showed you is kind of unnatural. I don’t imagine a future necessarily where theme developers are writing raw JSON.</p>\n\n\n\n<p>It’s really, there’s not a great experience for it. It’s a configuration file. And so the more, to points that have already been raised, it’s about we’re in this phase now because we need to kind of identify and get it to work, and then we can kind of build an ecosystem around what would a really cool UI look like to generate one of these files? Is it native directly to global styles? How do we start to imagine those interfaces so the theme developers or theme designers can really get to the core of this experience too?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right. Well, thank you. Good point. You wanted to say something.</p>\n\n\n\n<p><em>Tammie Lister: </em>Yeah. I was just going to say over time, CSS has gained so much. So I didn’t know about anyone else, but I had a block.css file that was getting bigger and bigger of supporting blocks and doing things. And something I’ve noticed that I can do is throw that file away, and I couldn’t be happier because what I can do now is lean into these defaults. I’m still going to have some lines of CSS, the output by whatever, a preprocessor, whatever, my happy little whatever. </p>\n\n\n\n<p>Because everyone has got their own way and we should have our own way of doing it. But it’s a foundation, and it means that we’re not having to work around the editor or find different ways of doing it. I set up naturally a hack file for the editor out of habit. I haven’t filled it with anything yet in the latest theme I’ve been working on. </p>\n\n\n\n<p>I’m delighted if I never fill that up with anything on the next theme, because it means that the new way we’re doing things hasn’t had me to work around that. I can just use the foundation and create a really awesome experience on top of it. And that’s what we should be doing. We should be working with the editor, not having to work around it, or using not important like it was going out of fashion to go over control of it. It was this awkward middle ground we were working in trying to make things fit that paradigm. </p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And I think that fits right into the next question from Jan Horna again, and he says so as a block theme developer, should I focus from a strategic point of view on theme.json block styles, or block patterns. In other words, how do I differentiate? It’s kind of a high-level question there.</p>\n\n\n\n<p>D<em>aisy Olsen: </em>I would say all of the above. They’re all important things. And your block styles are part of theme.json, I would say. But block patterns are really a powerful partner to the theme.json, that you can create building blocks for a site where you’ve got some really amazing very specific designed elements that could be used for different things on a site. So if you’re creating a commercial application that’s going to go out to a wide audience, they can be more generic. </p>\n\n\n\n<p>But if you have a client and you’re working as a freelancer or in an agency where you have a site that needs to have access to these things that they’re going to use more than once, patterns are a fantastic way to do that, where most of the work is done for them. They don’t have to reconfigure everything from the ground up every time they want to create something similar to what they’ve done before.</p>\n\n\n\n<h2 id=\"4-what-happens-when-you-update-the-color-palette-will-saved-blocks-have-the-new-colors\">What happens when you update the color palette? Will saved blocks have the new colors?</h2>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Thank you. And Spencer McCormick in the chat had a question. So what happens when you update the color palette or similar, for example, if you have a primary and secondary colors, when you update and change the palette colors, will saved blocks have the new colors? That’s an interesting question. Thank you, Spenser.</p>\n\n\n\n<p><em>Daisy Olsen:</em> I can answer that to some extent. If you think of your palette as named colors, if you give the different hex code to the same name, it should apply to the site. But if you give it a new name, then that’s a new element, and it won’t apply to anything that already had an old name attached to it.</p>\n\n\n\n<p><em>Jeff Ong:</em> There is a hefty discussion related to this question on the naming of colors in the way that Gutenberg wants to supply a default palette or a default set of named colors so that you could reliably… What we’re seeing I think is that I think patterns have been wanting to rely on specific colors across kind of, so you can guarantee oh, when corn flour shows up it’s always going to be corn flour. </p>\n\n\n\n<p>It’s always going to be available. There’s a lot of complication and nuance around it. But if, I think today, to answer your question, like Daisy is saying, today, if I were to supply a value or a named value here and then change it or take it out of my palette, then that would break the experience or it would no longer be applied to that.</p>\n\n\n\n<p>And that’s part of the challenge, how do we reliably solve for that? How do we give theme office the tools to figure that out. But now if they set a custom color, if you set a custom color on an element or a block, then that will remain because it’s a specific X value, but the class names will go away though, if they’re supplied by the theme.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So great discussions. And I’m probably going to share, and if it’s one issue where that discuss the theme team every week kind of shares all the things that are discussed and that need input from the community or other theme developers on their make blog. </p>\n\n\n\n<p>So that is definitely a place to go to chime in and we’ll find all the discussions that are happening. And then chime in in the ones that you find important and that you are worried about. So Tim Bowen has the question, how does the theme.json handle responsive sizes for font sizes especially. Responsive sizes.</p>\n\n\n\n<p><em>Daisy Olsen: </em>By default, I’m not sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You’ve stomped the panelists. Yes, we did it.</p>\n\n\n\n<p><em>Tammie Lister:</em> I mean, you can use not just pixel values for your fonts, so-</p>\n\n\n\n<p><em>Daisy Olsen:</em> That’s what I was going to say. </p>\n\n\n\n<p>Tammie Lister: … that helps. And I think it’s a work in progress. So things like responsive and breakpoints. But the now answer is you don’t have to just use pixels. And Jeff just gave a great leak.</p>\n\n\n\n<p>Je<em>ff Ong: </em>I just dropped the issue in that has not seen a lot of activity around it, but the idea of media. So the first part of your question on font sizes, there are ways of calculating this where they’re not pixel values tied to specific viewports. You could supply a calculated value, for example, in your small… that is based on a viewport size. </p>\n\n\n\n<p>So it’s kind of a paradigm shift or design paradigm shift of getting away from you must be 12 pixels under below 600 pixel viewport width, to more of are we okay with kind of a fluid typography kind of system? That being said, there are instances where you need media queries, and that is not currently… I don’t know how actively that’s being worked on right now. But a wonderful thing open to contributors.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So Patty has a comment and a question after that, Patty O’Hara, I most often develop custom themes for clients and hand them off for the clients to update the content. And playing around with new tools, I’m excited to start using them, but don’t want to give access to global standards to anyone with admin access. Will the granularity of permissions changes so that I can block access to changing fonts and colors from within the admin?</p>\n\n\n\n<p><em>Tammie Lister:</em> I think this amazing thing happens in where also Jeff showed some of the control you can do. So in the demo, there was some control that you can do. But my process is a history of configurability and being able to do that be it in code, or be it in a plugin. But I honestly think we need to be a little bit cautious. This is my personal opinion here, and we need to maybe embrace allowing people to do styling. </p>\n\n\n\n<p>You can set boundaries, you can set branding boundaries, you can set pallets, you can set topography. But we need to move away a little bit from having such pixel fixated control in that sense and think about safely within boundaries, expression of these tools. And that people can create really amazing things, and you can maintain branding that way, and it can empower someone. </p>\n\n\n\n<p>These themes are becoming style guides, and that’s something that is known in the corporate world and used within that space as well. It’s a term, but it’s kind of democratizing design in that sense in giving people all these tools to play with, and I think it’s a huge change in the way that we’ve done things, but I think it’s really, really important and really, really empowering to the people that are using our themes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>That’s a good advocacy for set it free. Thank you.</p>\n\n\n\n<p><em>Tammie Lister:</em> But you’re allowed to have boundaries. I think you can set it free, but be comfortable about some boundaries. I think sometimes when we say set it free, it can be scary because we don’t say you’re allowed to have some boundaries, but with pallets and with these style guides, that’s what you’re saying. You’re saying I’m making these good decisions for you and you can choose from this platform of good decisions. And that’s kind of awesome. I think,</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. I like the plea for block patterns that Daisy just a couple of minutes had that block patterns also give you the possibility or the option to actually provide different facets of how a section can be organized or styled within the style design system that you build with the block add on. </p>\n\n\n\n<p>And so I think that there is a lot of creativity that will come from that as well. So Tim Bowen is brave and contemplating, is it safe to use the theme.json now for a project launching in August? Would we just activate the Gutenberg plugin and add JSON file? Or is there more to it? I would love to move away from our functions in Editor.js method probably as soon as possible. So what would we say to Tim?</p>\n\n\n\n<p><em>Daisy Olsen:</em> The theme is not a block theme, as in it doesn’t use HTML templates, then I probably wouldn’t put the Gutenberg plugin on a production website, unless you are ready to deal with unexpected things happening. But placing your theme.json file in your classic theme on the 5.8 beta or release candidate that will be coming, I would start testing there and see if the things that you’re putting in your theme.json file work with 5.8 on a classic theme. That’d be my suggestion.</p>\n\n\n\n<p><em>Tammie Lister:</em> I think if it’s launching in August, that means 5.8 should be out. She tries to check her mental calendar. So I think tests. I, personally, am okay. I would consider it if it was going into a site, but I would also want to know how many users were using it, what their levels was, what they were doing, what they were going to create, and how they were going to do it. So it’s a… this is not legal advice. I feel that there should be [inaudible 00:50:36] advice that I can be. </p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Don’t try this at home. </p>\n\n\n\n<p><em>Tammie Lister:</em> But by then, 5.8 should be out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. 5.8 comes out July 20th, that’s at least the schedule for that. So we ran out of questions right now one the Q and A sessions here. Well, you’re welcome, Tim. Good luck with that, and let us know. Is there more to the setting it up besides just activating the plugin or adding the JSON file. Well, back to kind of using it and editing. </p>\n\n\n\n<p>When there are already themes available in the theme repository that use the full set up for full site editing and use all the template parts and templates with the blocks, and header blocks, and photo blocks, and all that. But I’m not quite sure of that yet. Be careful about the using the Gutenberg plugin in production. It always has a few hiccups there.</p>\n\n\n\n<p>So it wasn’t the first time ever that I retreated to the last version when I had one and had to wait till one, two, or three point releases to come out. So I’m hesitant to say do it in production. Test it as much as possible. So I have a lot of things on my screen, but not the right thing. Here, so it is. Oh, Ryan, we are pretty good time wise. </p>\n\n\n\n<p>So, I don’t have an additional… So, when we say how to get started, what was the first thing most difficult part for you for learning, or was there a mind shift until it clicked? Just to kind of get away from a fear of learning something new, and was there something when you go back ages on the theme.json thing.</p>\n\n\n\n<p><strong><em>Tammie Lister: </em></strong>So for me, it was realizing it wasn’t as hard as I maybe mentally thought it was. It was just the same with learning anything. You always think it’s going to be super hard, or at least with me, I read like dev doc and I’m like… My brain makes that noise. And then I just letting my theme be lighter. Letting it take the weight of that, giving up control, which as someone that’s maybe a bit of an old themer, giving up control of things, that’s an interesting process to go through. </p>\n\n\n\n<p>But it’s really important embracing those foundations. And when you do, there’s that mind shift of creating in the editor. That was the moment that… And I’m still going through the process. I think it’s a process, and it’s a process as these tools are evolving. We’re talking about be gentle, they’re in production. These tools are still evolving and working. </p>\n\n\n\n<p>If you are using these tools now before it’s released, then you’re going to hit bugs and report them. But that’s the thing. This theme.json also… the moment I kind of, the Jenga box, the blocks fell in my brain was I stopped seeing it as global stars. And I knew it wasn’t just global stars, but I felt it wasn’t just global stars and this felt like it could be the backbone of my theme, and it felt like it wasn’t everything in my theme, but it felt like it could be the backbone, is the best way I can describe it. </p>\n\n\n\n<p>And I could hang my theme from it. And we’ve hung our theme from functions.php wrongly, I think. So it was just that change from PHP to doing it all in the editor and creating and seeing that JSON. It just was free, and it’s more in line with how things are made outside WordPress, which I think is delightful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Any comments from you that you want to add, Daisy?</p>\n\n\n\n<p><em>Daisy Olsen: </em>So when I first started working with a theme.json file, I found that I had to… So there’s a whole section called styles, and I had to realign my thinking about what that meant, because what it’s saying is there are style settings in your blocks or for your site level depending on how it’s being applied, and what you’re doing is configuring the defaults for it. </p>\n\n\n\n<p>So if I think of the theme.json file as a default file, then it helped me frame it so that I’m not necessarily replacing my CSS depending on… I mean, I’m letting theme.json do the heavy lifting, kind of like Tammie said, but then I can take it further if I feel like I need to, or I want to. So I like thinking of it as a configuration file or a defaults file.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That’s a good point. Jeff, do you have any stories how I came about?</p>\n\n\n\n<p>Jeff Ong: It’s been really helpful to pair on it with people, to work on a theme with someone. I think if my team at Automattic. It’s a very culture of collaboration, and if you have the opportunity to say, “I’m having trouble with this. Would you want to work on this?” With someone like that, because this definitely can be a head bashing kind of why is this not being applied? </p>\n\n\n\n<p>I literally just wrote color green. Why is it not green? It can be so frustrating dealing with that. So to have someone just to look at your code and be like “Oh, you missed a comma or actually you need an extra key there” is really, really helpful for something like this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh yeah. So well, I think we’re coming to the end of our show. This has been very interesting and inspiring. So thank you all so much. And for those who want to dive into at a guided kind of testing session, Anne McCarthy, who, as you might know, runs the Full Site Editing Outreach program, she’s about to post the eighth call for testing, and it will all be about the theme.json file.</p>\n\n\n\n<p>So as soon as it’s out, I will share a link in the show notes. And of course, also if you subscribed to our Gutenberg Times newsletter, you will definitely be informed about that. So at this point, I only have two more questions for our panelists. So do you have any announcements that you couldn’t get out before and you want the people to keep in mind? And if people want to get in touch with you, what would be the best way. Tammie, you want to start?</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah. So I’m comatose in all the things. I’m pretty easy to find in a good way. And I love chatting to people. So please do. I think my thing to say would be remember all of what happening now you can help shape. Just because we’ve sat here talking about it doesn’t mean we know anything more than you? It just means we’ve poked it and we’ve played around with the code. </p>\n\n\n\n<p>So do that. Start exploring it. And it’s a lot more accessible than it ever was. It’s starting to be more accessible. There’s more documentation than there ever was coming out. And if you care about what happens with themes or you ever cared about what happens to themes, and maybe you could have that reignited, start to join the conversation. And I guess my final point would be, I think my hope is to see this experimentation come back to themes. </p>\n\n\n\n<p>I think we forgot about that a little bit and we need to have some fun again in these. We used to have so much fun in WordPress themes, and I look forward to not just themes to have a purpose, but just themes that are art, themes that are just wacky experiments, and start enjoying theming and make some art. I’m really excited to see what things people create and use them just for one day even. That’d be amazing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So Jeff, anything you want to have people keep in mind, and how to get in contact with you.</p>\n\n\n\n<p><em>Jeff Ong:</em> Yeah. Contact at J-F-F-N-G. And I guess keeping in mind, I’m just building on the last thing Tammie said, perhaps find a way to have fun with it and get curious about it, and try it. There’s really to me, a fundamental tendance of learning about something or you just have, how do I get curious about this thing? How do I play with it and have fun? And that’s going to be the most important thing to keep in at the center.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Thank you, Jeff, and thank you so much for the audio work on the demo. Daisy.</p>\n\n\n\n<p><em>Daisy Olsen:</em> I’m Daisy Olsen on most things, Olsen with an E, and I would say that as far as what you can do as the next step if you’re interested in learning more about this, is go to… I’m pretty sure that Birgit has a link to this somewhere, the <a href=\"https://github.com/WordPress/theme-experiments/\">theme experiments repository on GitHub</a> in the WordPress space has things that other people have done or are working on. </p>\n\n\n\n<p>So I love to see examples of something in action to help me learn more about it and to see what other people have done. So I would say go check out something.json files in there and see what people have come up with.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Awesome. Thank you so much. So big thank you to Daisy, Jeff, and Tammie to come today and make your time. A big thank you also for the viewers with all your great questions. I think we got a great array of it. And if you have more questions, you can always send them to me via email to <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a>, and I’ll get you the answers.</p>\n\n\n\n<p>And the recording of the show will be available in a few minutes on our YouTube channel. And I’ll share all the links then also in the video description. And within a few days, we will have also a transcript that we will publish on the Gutenbergtimes.com. So be well, good-bye, and good luck. That was fun. Thank you.</p>\n\n\n\n<p>Jeff Ong: Thank you, everyone.</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, 26 Jun 2021 17:23:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:46:\"WPTavern: Major Revamp Coming to GitHub Issues\";s:7:\"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=119005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/major-revamp-coming-to-github-issues?utm_source=rss&utm_medium=rss&utm_campaign=major-revamp-coming-to-github-issues\";s: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:2872:\"<p>This week GitHub unveiled new features that will be included in a total revamp of <a rel=\"noreferrer noopener\" href=\"http://github.com/features/issues\" target=\"_blank\">GitHub Issues</a>, including project tables that are similar to spreadsheets, custom fields, a keyboard driven command palette, improved task lists, and issue forms. The new project table view is an alternative to project boards, allowing users to filter, sort, and group issues and pull requests. Project managers can customize the table with custom fields and saved views.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>GitHub is also making it easier to manage issues that include subtasks. Users can now add lists and the issue will automatically track the status with a progress indicator.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://github.blog/changelog/2021-06-23-issues-forms-beta-for-public-repositories/\">Issues forms are now in beta</a> for public repositories. Many open source projects currently use Markdown issue templates and encourage contributors to provide more details by removing the placeholder text and replacing it with their own. Maintainers can now set up YAML configured forms with required fields and instructions to better guide the process.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/cxWiOL85R4T\"><img src=\"https://cldup.com/Uh6zy46mrI.gif\" alt=\"Issue forms\" width=\"2010\" height=\"1005\" /></a>\n</div>\n\n\n\n<p>The revamped Issues feature is being updated to provide a bridge between the planning tools and the problems the tools were created to solve. Mario Rodriguez, Head of Product for GitHub Enterprise, explained why they are evolving GitHub Issues in the beta <a href=\"https://github.blog/2021-06-23-introducing-new-github-issues/\">announcement</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>As teams and projects grow, the way you work evolves. Tools that hard-code a specific methodology are too rigid and complex to flex to whatever the moment demands. Often, we find ourselves creating a spreadsheet or pulling out a notepad, just to have the freedom to think. But then our planning is disconnected from where the work happens and quickly goes stale.</p></blockquote>\n\n\n\n<p>The WordPress project hasn’t yet moved away from Trac but most of Gutenberg development happens on GitHub. It’s also the most popular repository hosting site for WordPress theme and plugin authors. Contributors to these projects may soon see some of these features in action for personal accounts and organizations that opt into the beta.</p>\n\n\n\n<p>The new <a href=\"http://github.com/features/issues\">GitHub Issues</a> is expected to be out of beta later this year. GitHub plans to bundle it for free, along with the new project planning capabilities, with its Free, Pro, Team, and Enterprise plans.</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, 26 Jun 2021 03:49:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:94:\"WPTavern: FSE Outreach Round #8: A Developer-Centric Call for Testing Theme JSON Configuration\";s:7:\"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=118998\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:229:\"https://wptavern.com/fse-outreach-round-8-a-developer-centric-call-for-testing-theme-json-configuration?utm_source=rss&utm_medium=rss&utm_campaign=fse-outreach-round-8-a-developer-centric-call-for-testing-theme-json-configuration\";s: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:7807:\"<p class=\"has-drop-cap\">Round #8 of the Full Site Editing (FSE) Outreach Program began yesterday. Instead of the user-centric call for testing features from the UI, program lead Anne McCarthy <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">asks that volunteers dive into code</a>. The new adventure is all about testing <code>theme.json</code> files.</p>\n\n\n\n<p>The twist is likely to limit the pool of usual volunteers. However, it could open it up to an audience that may have been sitting on the sideline for the previous tests: theme developers.</p>\n\n\n\n<p>Before jumping headfirst <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">theme JSON files</a>, we should probably all get on the same page.</p>\n\n\n\n<p>I have been calling <code>theme.json</code> the tipping point between the old WordPress and the new WordPress. When version 5.0 of the core platform launched in late 2018, it was a revolutionary step forward, but not on the surface. A new editor is just a new editor. Some will love it; others will hate it. And, it was more often clunky than not. For the most part, WordPress was still WordPress.</p>\n\n\n\n<p>The core software was due for an upending. Newer technologies were not only democratizing publishing in their own ways, but they were also bringing that same concept to design.</p>\n\n\n\n<p>The introduction of blocks was merely foundational. The new editor was an imperfect tool, often feeling like the proverbial round peg being shoved into a square hole.</p>\n\n\n\n<p>The only way to live out the early vision of the Gutenberg project was to continue bridging the gap between what the user sees in the admin and what gets output on the front end. That is what the <code>theme.json</code> file is all about. It is a translator that allows users, themes, and WordPress to all speak the same language.</p>\n\n\n\n<p><em>What does this mean exactly?</em></p>\n\n\n\n<p>From a user’s viewpoint, they see all sorts of controls for changing their blocks. Color, font size, alignment, and other options are tools that allow them to customize their content.</p>\n\n\n\n<img />Customizing a profile card for my cat using block options.\n\n\n\n<p>There are severe limitations with what is possible in the current system. Theme authors can register a handful of options. Outside of that, the theme and block systems can feel like they are pitted against each other for control.</p>\n\n\n\n<p>That is where the <code>theme.json</code> file comes in. It allows themes and WordPress to get on the same page, creating a standardized system that improves the user experience.</p>\n\n\n\n<p>This file that lives a theme’s root folder hands over the power to configure dozens of presets (e.g., color and font options), custom CSS properties, and default styles for blocks and HTML elements.</p>\n\n\n\n<p>It also gives themers the power to enable or disable specific features. For example, developers can turn off the ability for users to set a custom font size but provide access to their perfect scale of choices that fit into the design’s vertical rhythm.</p>\n\n\n\n<p>However, it will move beyond the simple configuration of blocks in the content editor. When the global styles system launches alongside the site editor in the future, users will customize many of the presets and overwrite the default block styles. Because everyone is speaking that same language, fewer conflicts arise.</p>\n\n\n\n<p>As designer Tammie Lister pointed out in her piece for Ephermeral Themes, <a href=\"https://ephemeralthemes.com/2021/06/20/theme-json-inspires/\">Theme.json inspires</a>, themes have been stuck. The software, the community, has put too much responsibility on the shoulders of themers over the years. They have had to innovate and build the systems that should have been coming from WordPress. Not only did the core platform need to be turned on its head, but the design system deserved an overhaul.</p>\n\n\n\n<p>“I am very aware that saying ‘first major theme process to core’ in years is quite a statement,” wrote Lister. “Theme.json to me is that though. I don’t say this ignoring iterations and improvements, WordPress is a project flowing with the energy of those. However, themes were on life support stuck in a land when the rest of front end development was moving on. It wasn’t for some trying to change that, mostly when they did the time wasn’t right and as it didn’t come from core it was always a harder change.”</p>\n\n\n\n<p>It is time for a new front-end design era. But, first, we must test.</p>\n\n\n\n<h2>Testing Theme JSON</h2>\n\n\n\n<img />Real-world theme.json file.\n\n\n\n<p class=\"has-drop-cap\">The more I journeyed into this call for testing, the more I realized it did not feel right for me. Over the past couple of months, I have already been in the thick of working from the <code>theme.json</code> file. I know most of the little quirks and see the gaps. The tricks for working with it feel second nature to me.</p>\n\n\n\n<p>I have performed all of the beginner and intermediate steps dozens upon dozens of times. I have already filed tickets for any issues I have run into. Or, someone else has already beat me to the punch.</p>\n\n\n\n<p>Those stages of this testing round need fresh eyes. The best feedback will be from theme authors who will be viewing the problems through a different pair of lenses. If you are in this group, there is no time like the present to test and provide feedback.</p>\n\n\n\n<p>The advanced stage calls for recreating a classic theme using <code>theme.json</code>. It is best to stick with something simple. Otherwise, you could be looking at a weeks-long experiment. McCarthy recommends Twenty Twenty or Storefront. I have already been performing this song and dance too. My test project was an old theme that I gutted and turned into a block theme.</p>\n\n\n\n<p>There is one overarching issue that I keep coming back to. It is that theme authors must work from a JSON file at all.</p>\n\n\n\n<p>I understand the “why” behind using JSON. It is a universal format that we can pass around from JavaScript to PHP. Third-party APIs can understand it.</p>\n\n\n\n<p>However, I am currently sitting on top of 900+ lines of code in my <code>theme.json</code>. I have heard from a couple of other theme authors who have been doing deep work with similar numbers. I expect it to only grow.</p>\n\n\n\n<p>“Number of lines” is not necessarily some metric where a specific total is a dividing point between “good” or “bad.” The problem is that comments are not allowed in JSON files. One of the cornerstones of sound development is documenting code. Skipping out on documentation of a few dozen lines is not so bad. However, when you speed past 900, things can get out of hand.</p>\n\n\n\n<p>Plus, at a certain point, you start wanting to split pieces into their own groups. This much code is begging for better organization.</p>\n\n\n\n<p>The thing that is currently missing is a PHP layer for theme authors to use. Remember, JSON is a universal format. It is easy to convert PHP to JSON and vice-versa. Building in this layer for theme authors would accomplish two things:</p>\n\n\n\n<ol><li>They can organize what will likely be 1,000s of lines of code.</li><li>It will be easier to transition to the new system.</li></ol>\n\n\n\n<p>The latter point is likely the most salient. PHP has been the language of theming since the theming has been around. Developers know it and are comfortable using it, and WordPress should meet them in the middle. If we are closing gaps, this is the one that needs filling before more configuration possibilities are added and <code>theme.json</code> files balloon into unwieldy, 5,000-line behemoths.</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, 26 Jun 2021 03:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:40:\"WordPress.org blog: WordPress 5.8 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3891:\"<p>WordPress 5.8 Beta 4 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it is not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 4 in three ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream).</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta4.zip\">zip</a>).</li><li>Using WP-CLI to test: <code>wp core update --version=5.8-beta4</code></li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s less than <strong>four weeks away</strong>, so we need your help to make sure the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\">Beta 3</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F24%2F2021..06%2F26%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">18</a> bugs have been fixed. Most tickets focused on polishing existing default themes, fixing bugs in the new block Widget screen, and squashing Editor bugs collected during beta.</p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F25%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">254 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F25%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">91 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s 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<p><em>Props to <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a> <a href=\"https://profiles.wordpress.org/clorith/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>clorith</a> for reviews and <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> for final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Releasing software<br />Is complex when open source<br />Yet WordPressers do</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jun 2021 17:14:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s: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:115:\"WPTavern: Gutenberg 10.9 Renames the Query Block, Adds Collapsible List View Items, and Rolls Out Rich URL Previews\";s:7:\"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=119015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:271:\"https://wptavern.com/gutenberg-10-9-renames-the-query-block-adds-collapsible-list-view-items-and-rolls-out-rich-url-previews?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-10-9-renames-the-query-block-adds-collapsible-list-view-items-and-rolls-out-rich-url-previews\";s: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:6463:\"<p class=\"has-drop-cap\">Yesterday, <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">Gutenberg 10.9</a> landed in the WordPress plugin directory. The update overhauls the Query and Query Loop blocks, allows users to expand or collapse items in the editor list view, and introduces rich URL preview cards for links. The new version also packs in an updated template-mode <a href=\"https://github.com/WordPress/gutenberg/pull/32427\">creation modal</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/32166\">moves the blocks manager</a>.</p>\n\n\n\n<p>This update ships several enhancements, particularly to the user experience. One of my favorite low-key upgrades is <a href=\"https://github.com/WordPress/gutenberg/pull/32371\">a new set</a> of add-card, bug, key, post author, and security icons by Filipe Varela, a product designer at Automattic.</p>\n\n\n\n<p>Another small-but-packs-a-punch UI change is the <a href=\"https://github.com/WordPress/gutenberg/pull/32609\">inclusion of the post type</a> in the editor breadcrumb trail. The type’s singular name label now replaces the root “Document” item.</p>\n\n\n\n<p>For the past several cycles, the new template editor slated to launch with WordPress 5.8 has been enabled by default. The goal was always to allow everyone the chance to experience it, regardless of whether they were on a classic or block theme. The development team has now scaled this back to only be <a href=\"https://github.com/WordPress/gutenberg/pull/32858\">auto-enabled for block themes</a>. Classic themes must opt-in to support it. Theme authors should read the recent <a href=\"https://make.wordpress.org/core/2021/06/16/introducing-the-template-editor-in-wordpress-5-8/\">template editor overview</a> by Riad Benguella for the complete details.</p>\n\n\n\n<h2>Query and Query Loop Blocks Renamed</h2>\n\n\n\n<img />Query Loop block in the editor.\n\n\n\n<p class=\"has-drop-cap\"><em>Query? Query Loop? What the heck is all this?</em> If you are unfamiliar with those terms, you are not alone. Even on the developer end, the early implementation of the Query and its inner Query Loop block could be a little confusing. For the average user, it probably makes even less sense.</p>\n\n\n\n<p>Gutenberg 10.9 takes one step toward <a href=\"https://github.com/WordPress/gutenberg/pull/32514\">clearing up this confusion</a> for end-users. The former Query Loop block is now named Post Template. This is a far more accurate description of what it does. It is the “template” that outputs individual posts. It contains all the things you see, such as the post content or excerpt, the featured image, tags, categories, and more. This template is, of course, customizable via the block editor.</p>\n\n\n\n<p>While this is a step toward a less complex user experience, it is not quite where it needs to be yet. The Query block has been renamed to Query Loop. Therein lies the remaining issue. The terminology might still be confusing.</p>\n\n\n\n<p>The goal is to expose a variation of this block named Posts List to users. It already exists, but the query-related terminology still appears when using it. There is an <a href=\"https://github.com/WordPress/gutenberg/issues/32268\">open ticket to address this</a>.</p>\n\n\n\n<p>The primary win with this update is the overhauled text in the Query Loop block sidebar. “The query block is a powerful and complex block,” said lead Gutenberg developer Matias Ventura in a <a href=\"https://github.com/WordPress/gutenberg/pull/32694\">GitHub ticket</a>. “It can be intimidated to users without proper guidance. We can use this block as an opportunity to explain some of the underlying concepts of the WordPress software in a more didactic manner.”</p>\n\n\n\n<p>The more advanced options, such as whether to inherit from the URL and which post types to include, now have longer descriptions. Each should guide the user through features that have long existed in the developer world.</p>\n\n\n\n<p>If you are a theme author and have already been building with these two blocks, do not worry about everything breaking when updating. The Query block has simply been renamed to “Query Loop” in user-facing text. Under the hood, it is still the same. The former Query Loop block has literally been renamed to Post Template (<code>core/post-template</code> block name). It is backward compatible. However, you should update any past calls to the <code>wp:query-loop</code> block to <code>wp:post-template</code>.</p>\n\n\n\n<h2>Expand and Collapse Nested List View Blocks</h2>\n\n\n\n<img />List view with collapsed nested blocks.\n\n\n\n<p class=\"has-drop-cap\">The development team introduced an <a href=\"https://github.com/WordPress/gutenberg/pull/32117\">expand/collapse feature</a> for the editor’s list view. Once opening the panel, users should now see arrow icons next to each item with nested blocks. Closing one or more of them makes it easier to see all or many top-level blocks at once.</p>\n\n\n\n<p>The downside is that the open/close state is lost once the list view is closed. If I had one request, it would be to store this data while editing the post. That would improve the user experience with longer documents, particularly when switching between navigating and editing.</p>\n\n\n\n<p>This update, along with the persistent behavior of the list view in Gutenberg 10.7, has made for a much more well-rounded document navigation experience.</p>\n\n\n\n<h2>Rich URL Previews</h2>\n\n\n\n<img />\n\n\n\n<p class=\"has-drop-cap\">The editor will now <a href=\"https://github.com/WordPress/gutenberg/pull/31464\">show a website preview</a> in the link editor popup. This feature only works for links in a Rich Text context, such as in the Paragraph, Heading, and List blocks. The preview also only appears after the link has been set and clicked on, not when initially typing it.</p>\n\n\n\n<p>If available, the popup preview displays the site icon, title, image, and description.</p>\n\n\n\n<p>“In the near future however, we expect to extend this to provide previews of internal URLs and to roll out support to more areas of the software,” wrote George Mamadashvili in the Gutenberg 10.9 announcement post.</p>\n\n\n\n<p>Admittedly, I was not keen on the idea of adding this feature. It felt like unnecessary bloat when more pressing issues were lying on the table. However, in the past day, I have enjoyed the quick previews when double-checking links in posts.</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, 25 Jun 2021 02:34:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WPTavern: Jetpack Launches New Mobile App\";s:7:\"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=118883\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://wptavern.com/jetpack-launches-new-mobile-app?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-launches-new-mobile-app\";s: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:3798:\"<div><img /></div>\n\n\n\n<p>Automattic has launched a new <a href=\"https://jetpack.com/2021/06/21/jetpack-mobile-app/\">mobile app for Jetpack</a>, available on iOS and Android. The app features an array of Jetpack-specific features, as well as those applicable to users on paid plans, along with core WordPress features. </p>\n\n\n\n<p>Inside it looks nearly identical to the official WordPress mobile apps, but it is noticeably missing WordPress.com specific features like the Reader. The bottom menu links to “My Site” and “Notifications.” </p>\n\n\n\n<p>Those who are on paid Jetpack plans will have access to features like backups, restores, and security scanning for use inside the app when on the go. It also includes the same Activity Log and Stats features found in the main WordPress app. In its current state, it doesn’t look like the app offers anything more than what you are used to on the standard mobile apps unless you are a <a href=\"https://jetpack.com/features/comparison/\">paid Jetpack customer</a>. So far, the app doesn’t include any upgrade paths for free users or to jump from plan to plan. If Automattic decides to add in-app purchases, it will have to <a href=\"https://wptavern.com/automattic-tangles-with-apple-over-lack-of-in-app-purchases-in-the-wordpress-for-ios-app\">share the revenue with the app stores</a>. Having a separate app from the official mobile apps gives the company the option to build in more direct paths for monetization in the future.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<div><img /></div>\n\n\n\n<p>You may want to stick with the official WordPress apps if you manage both WordPress.com and Jetpack-enabled sites, to keep everything conveniently in the same place. If you decide to use both apps, you will want to remove your Jetpack sites from the main WordPress app so that you aren’t getting double notifications from having the site accessible through both apps.</p>\n\n\n\n<p>Automattic’s integrated products remain controversial features of the official WordPress apps. It is a good move to separate self-hosted Jetpack sites from the clutter of having WordPress.com-specific features in the app, but it does little for improving the official app’s experience for self-hosted users who are not using Jetpack. Clicking on Stats in the app still prompts users to install Jetpack when managing self-hosted sites. The Reader menu item is ever-present at the bottom of the page. These products take up screen real estate regardless of whether they are being used. </p>\n\n\n\n<p>A toggle to turn off these features in the app’s settings might be a good stop-gap measure towards disentanglement, but ultimately the official mobile apps should not promote any commercial interests. </p>\n\n\n\n<p>If Automattic moved WordPress.com features into the Jetpack app, then anyone using the company’s products could be directed to this app for managing their sites. The official WordPress app could then be kept free of any products that the user doesn’t choose to install. If the vanilla state of the app is not enough, users can be prompted to add themes and plugins to enhance the WordPress experience.</p>\n\n\n\n<p>The Jetpack app is aimed at people who have sites using Jetpack but don’t need the WordPress.com features that are built into the official WordPress apps. It brings more value to those who are on paid plans and want access to those features on the go. More than 500 people have already downloaded the Android app. It will be interesting to see if Jetpack users will gravitate towards the new app or remain on the standard WordPress app for more centralized management of Jetpack and non-Jetpack enabled websites. </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, 24 Jun 2021 17:59:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"WPTavern: Clove: A Showcase of Block Patterns by Anariel Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=119011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/clove-a-showcase-of-block-patterns-by-anariel-design?utm_source=rss&utm_medium=rss&utm_campaign=clove-a-showcase-of-block-patterns-by-anariel-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5403:\"<img />Clove theme homepage.\n\n\n\n<p class=\"has-drop-cap\">Earlier today, Ana Segota <a href=\"https://twitter.com/Ana_Segota/status/1407694456418152458\">tweeted</a> and <a href=\"https://www.anarieldesign.com/free-full-site-editing-theme-clove/\">announced</a> via the Anariel Design blog that her company had submitted its second block-based theme to WordPress.org. Clove is a more well-rounded follow-up to her first such theme, <a href=\"https://wptavern.com/anariel-design-launches-naledi-a-block-based-wordpress-theme\">Naledi</a>. It is currently under review for inclusion in the official directory, but anyone can give it a test run by snagging the ZIP file from <a href=\"https://themes.trac.wordpress.org/ticket/101349\">its ticket</a>. Or, just peruse the <a href=\"https://anarieldesign.com/themedemos/clove/\">live demo</a>.</p>\n\n\n\n<p>This should officially be the 10th <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">block-based theme</a> to go live in the WordPress.org theme directory (note that a couple by Automattic are not tagged). That is assuming all goes well during the review process.</p>\n\n\n\n<p>It has been a long road thus far, but 10 themes with the Full Site Editing tag is a notable milestone. The <a href=\"https://wptavern.com/exploring-full-site-editing-with-the-q-wordpress-theme\">Q theme</a> by Ari Stathopoulos was the first to land in the directory back in October 2020. Now, eight months later, there is still room for other theme authors to become pioneers in the space. With almost no competition, who will design that first block theme that squeezes its way into the most popular list?</p>\n\n\n\n<p>If “practice makes perfect,” Segota is now ahead of the curve by pushing her second theme to the directory. This makes her theme company only one of two with multiple block themes.</p>\n\n\n\n<p>Clove is experimental, as all block themes are. It relies on the ever-shifting parts of the Gutenberg plugin, but it all comes together into a floral, nature-themed design. There are hints of inspiration from Twenty Twenty-One, but it feels more structured, less chaotic.</p>\n\n\n\n<p>The design is less of a theme and more of a showcase of block patterns and styles. Even on the template level, it reuses those same elements across each of its seven templates, providing multiple entryways for users to tinker with its features.</p>\n\n\n\n<p>Clove even includes pricing columns. I seem to recall writing about how theme authors could <a href=\"https://wptavern.com/you-might-not-need-that-block\">implement them via patterns</a> just over a month ago. Maybe the Anariel Design team came to the same conclusion. Maybe they took my message and ran with it. I like to think the latter is true. Either way, the result is a beautiful, theme-specific pattern — the sort of artistry that is tough to achieve from a plugin.</p>\n\n\n\n<img />Customizing the Pricing Columns pattern in the WordPress editor.\n\n\n\n<p>I am less of the fan of the overlapping and uneven columns in some of the designs designs, preferring some of the more-structured patterns, such as Three Quotes Images:</p>\n\n\n\n<img />Three-column pattern that showcases images along with quotes.\n\n\n\n<p>Despite my general dislike of the uneven column style, my favorite piece of the entire theme is the Illustrations page template, which leans into that design method.</p>\n\n\n\n<p>The page intro section is an announcement to the world, “Hey, check out my work.”</p>\n\n\n\n<img />Illustrations template intro section.\n\n\n\n<p>I also like the Illustrations page template’s widgets-like area in the footer. It manages to stuff several blocks in without feeling too crowded. It even showcases a box for artists to highlight their next exhibition.</p>\n\n\n\n<img />Illustrations page template footer “widget” area.\n\n\n\n<p>The Clove theme also registers 10 block styles for users to choose from. Most of them add different types of borders or frames to various elements. Plus, there is the fun-but-kind-of-an-oddball blob “Shape” for images.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Latest Posts – Dividers</li><li class=\"blocks-gallery-item\"><img />Image – Framed</li><li class=\"blocks-gallery-item\"><img />Image – Shape</li></ul>\n\n\n\n<p>Segota was one of several people to submit custom designs to the upcoming block pattern directory. There is some noticeable crossover between her current theme work and submissions, such as the <a href=\"https://github.com/WordPress/pattern-directory/issues/149\">Playful Gallery</a> pattern that did not quite make the cut. Others, like her <a href=\"https://wordpress.org/patterns/pattern/recipe/\">Recipe design</a>, did. There is still an <a href=\"https://wptavern.com/open-invitation-to-contribute-to-the-wordpress-block-pattern-directory\">open invitation for people to contribute</a>.</p>\n\n\n\n<p>I am always like a kid in a toy store when a new block theme comes along, reaching out to grab the latest gadget. I want to see more experiments like Clove. Keep them coming, theme authors.</p>\n\n\n\n<p><strong>Side note:</strong> For people interested in the background-clipped text design used in Clove’s site logo, I <a href=\"https://github.com/WordPress/gutenberg/issues/32787\">opened a ticket</a> to take us one step closer to doing it in the editor. Currently, users must create an off-site image and upload 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:\"Thu, 24 Jun 2021 01:23:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"WordPress Foundation: Answering FAQs on WordPress Trademarks and their usage\";s:7:\"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=189036\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpressfoundation.org/2021/answering-faqs-on-wordpress-trademarks-and-their-usage/\";s: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:6388:\"<p class=\"has-drop-cap\">The WordPress Foundation owns and <a href=\"https://wordpressfoundation.org/trademark-policy/\">manages trademarks</a> for the WordPress and WordCamp names and <a href=\"http://wordpress.org/about/logos/\">logos</a>. Over the years, many people have approached us with questions on WordPress trademarks and how to use them. This blog post aims to address some of the most common questions and clarify the usage of WordPress trademarks.</p>\n\n\n\n<h3>Can I use “WordPress” in my name?</h3>\n\n\n\n<p>Strictly speaking, you cannot use “WordPress” in your website name or your product name. As mentioned in the <a href=\"https://wordpressfoundation.org/trademark-policy/\">WordPress Foundation trademarks page</a>: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Permission from the WordPress Foundation is required to use the WordPress or WordCamp name or logo as part of any project, product, service, domain name, or company name.</em></p></blockquote>\n\n\n\n<p>The purpose of trademark law is to keep others from using or misusing a trademarked name or logo. But it cannot stop them from picking it up. Sometimes, people use “WordPress” in their name, title, URL, or username when “WordPress” really does not belong there. However, such uses of the trademark violate the WordPress trademark nevertheless, and cannot be allowed.</p>\n\n\n\n<h3>What is the actual trademark Policy?</h3>\n\n\n\n<p>You can find the entire written Trademark policy on the <a href=\"https://wordpressfoundation.org/trademark-policy/\">Trademarks policy page</a> of this website. In short, the purpose of this policy is to make it easy for anyone to use the WordPress or WordCamp name or logo for community efforts that spread and improve WordPress. It also aims to make it difficult for anyone to use the WordPress or WordCamp name or logo to trick or confuse people looking for official WordPress or WordCamp resources. When you are in doubt, ask yourself this question: <em>“Is this an “official” WordPress event or resource?” </em>If the answer is “no,” then you should leave the trademarked name “WordPress” or “WordCamp” out of it.</p>\n\n\n\n<h3>Does this mean I cannot build something for WordPress?</h3>\n\n\n\n<p><strong>NO. </strong>The trademark policy <strong>does not</strong> restrict people from building anything for WordPress. WordPress, both the software and the community surrounding it, is open source. It takes all kinds of contributors to create, build, support, maintain, educate, and energize WordPress. But it does mean if you are creating something within the WordPress space that is not officially part of the WordPress project, you should not use the name “WordPress” to name it. However, you can use an alternative name like “WP” instead of “WordPress” for your products. </p>\n\n\n\n<h3>I was unaware of the Trademark policy and already created something using “WordPress” in the name or the URL. What do I do now?</h3>\n\n\n\n<p>If you happen to be in that position and you want to figure out how to fix things, please feel free to reach out to <a href=\"mailto:trademarks@wordpressfoundation.org\">trademarks@wordpressfoundation.org</a> (or send us a message through the <a href=\"https://wordpressfoundation.org/trademark-policy/\">contact form</a> on this site), and someone will help you bring your site, event, or product into compliance with the WP Trademark. </p>\n\n\n\n<h3>Does the trademark policy apply to WordPress swag? </h3>\n\n\n\n<p>Yes. Using the WordPress logo in products or any sort of swag is not permitted. Without express permission from WordPress Foundation, you cannot sell WordPress goods or co-brand your goods to make them seem affiliated with WordPress.</p>\n\n\n\n<p>However, WordPress swag (shirts, stickers, bags, hand sanitizer, stuffed animals, sweatshirts, mugs, cups, pencils… to name a few) – given out at a WordCamp is okay. Branded WordPress swag from sponsors at a WordCamp is also allowed. This is because the swag is being given out for free (not for profit) at an official WordPress event, and has been approved. You can also find approved WordPress swag in the <a href=\"https://mercantile.wordpress.org/\">official WordPress swag store</a>.</p>\n\n\n\n<h3>Reading all this, I realize someone I know is not in compliance with the Trademark. What should I do?</h3>\n\n\n\n<p>The first thing is to remember that this person could be unaware they are not complying with the trademark. We want to assume good intent whenever possible. You can talk to them about it if you feel comfortable or even just share <a href=\"https://wordpressfoundation.org/trademark-policy/\">the trademark policy</a> with them. Alternatively, you can submit information to the <a href=\"https://wordpressfoundation.org/contact/\">Trademarks contact form</a> on the site or send an email to trademarks@wordpressfoundation.org and let someone there do the work of assuming good intent and reaching out to them.</p>\n\n\n\n<h3>I have already reported this site/thing/person, and nothing has been done!</h3>\n\n\n\n<p>The process of resolving trademark issues takes a while, so we have assigned more bandwidth to speed up the process. If you have reported something in the past, know that it is being worked on in the coming months. If you are worried that it got lost, you are welcome to send it in again. </p>\n\n\n\n<h3>Is there anything I can do to help?</h3>\n\n\n\n<p>The biggest help anyone in WordPress can give is to respect the Trademark themselves. I know that it seems like passive work for many, and you may be looking to do something actively. Being an active and respectful part of a community is a big help, though.</p>\n\n\n\n<p><em>This post is based on </em><a href=\"https://make.wordpress.org/community/2021/03/30/tuesday-trainings-can-i-use-wordpress-in-my-product-name/\"><em>Part 1</em></a><em> and </em><a href=\"https://make.wordpress.org/community/2021/04/06/tuesday-trainings-can-i-use-wordpress-in-my-product-name-part-2-of-2/\"><em>Part 2</em></a><em> of the “Can I use “WordPress” in my product name?” </em><a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\"><em>Tuesday Training</em></a><em> from </em><a href=\"https://profiles.wordpress.org/camikaos\"><em>@camikaos</em></a><em> in the </em><a href=\"https://make.wordpress.org/community/\"><em>Make WordPress Communities</em></a><em> blog.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jun 2021 09:08:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hari Shanker\";s: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:40:\"WordPress.org blog: WordPress 5.8 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10843\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5564:\"<p>WordPress 5.8 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it is not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 3 in three ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream).</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta3.zip\">zip</a>).</li><li>Using WP-CLI to test: <code>wp core update --version=5.8-beta3</code></li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s just <strong>four weeks away</strong>, so we need your help to make the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\">Beta 2</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F16%2F2021..06%2F23%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">38</a> bugs have been fixed. Here is a summary of some of the included changes:</p>\n\n\n\n<ul><li>Block Editor: Move caching to endpoint for unique responses. (<a href=\"https://core.trac.wordpress.org/ticket/53435\">#53435</a>)</li><li>Bundled Themes: Improve display of blocks in widget areas. (<a href=\"https://core.trac.wordpress.org/ticket/53422\">#53422</a>)</li><li>Coding Standards: Bring some consistency to HTML formatting in <code>wp-admin/comment.php</code>. (<a href=\"https://core.trac.wordpress.org/ticket/52627\">#52627</a>)</li><li>Editor: Include Cover block in the list of block types registered using metadata files. (<a href=\"https://core.trac.wordpress.org/ticket/53440\">#53440</a>)</li><li>Editor: Include Cover block in the list of block types registered using metadata files. (<a href=\"https://core.trac.wordpress.org/ticket/53440\">#53440</a>)</li><li>Media: Add new functions to return the previous/next attachment links. (<a href=\"https://core.trac.wordpress.org/ticket/45708\">#45708</a>)</li><li>Media: Improve upload page media item layout on smaller screens. (<a href=\"https://core.trac.wordpress.org/ticket/51754\">#51754</a>)</li><li>Media: Update total attachment count when media added or removed. (<a href=\"https://core.trac.wordpress.org/ticket/53171\">#53171</a>)</li><li>REST API: Decode single and double quote entities in widget names and descriptions. (<a href=\"https://core.trac.wordpress.org/ticket/53407\">#53407</a>)</li><li>Twenty Nineteen: Update margins on full- and wide-aligned blocks in the editor. (<a href=\"https://core.trac.wordpress.org/ticket/53428\">#53428</a>)</li><li>Widgets: Add editor styles to the widgets block editor. (<a href=\"https://core.trac.wordpress.org/ticket/53344\">#53344</a>)</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F23%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">254 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F23%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">91 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s 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<p><em>Props to <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a> <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a> <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a> <a href=\"https://profiles.wordpress.org/pbiron/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>pbiron</a> for reviews and final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Esperanza first.<br />Want to know the next jazzer?<br />Then please test beta.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jun 2021 02:36:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: WordPress Theme Lock-In, Silos, and the Block System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/wordpress-theme-lock-in-silos-and-the-block-system?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-theme-lock-in-silos-and-the-block-system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6343:\"<p class=\"has-drop-cap\">For many years, I was a hardcore advocate of separating any non-design functionality from themes into their own plugins. I wrote extensively on the issue. Whether it was shortcodes, custom post types, user metadata, and any number of things related to a user’s content/data, I drew a deep line in the sand. <em>This belongs in a plugin.</em></p>\n\n\n\n<p>If you have never heard of the “theme lock-in effect,” that’s OK. For many, it is a non-issue. Places like the WordPress.org theme directory have, for the most part, drew a similar line in the sand.</p>\n\n\n\n<p>The goal has always been to avoid trapping a user into perpetual use of a particular theme. It is not an ideal user experience when some crucial data is no longer available when switching designs. And, all users eventually want to change that up from time to time. Getting stuck with <code>[shortcode-soup]</code> tags littered throughout a site is never fun. Neither is losing admin access to dozens, hundreds, or even thousands of pages from a custom post type that suddenly disappears.</p>\n\n\n\n<p>The WordPress theme development community has avoided this problem — some more so than others — by bundling crucial content-related features separately in plugins.</p>\n\n\n\n<p>Those theme authors who bypassed theme lock-in via plugins have mostly done so in their own silos. For example, instead of integrating with an existing portfolio plugin, they would just create their own. <em>The only themes that support that plugin?</em> Theirs. Ultimately, users were still trapped.</p>\n\n\n\n<p>I cannot lay the entire weight of this issue on the shoulders of theme authors. Portfolio plugins are a dime a dozen. Supporting WooCommerce for an eCommerce solution or bbPress for forums are easy choices. But, when there is no clear industry front-runner, an in-house solution is just as good as most others.</p>\n\n\n\n<p>However, the block system is already complicating matters. When a theme supports features like font sizes, colors, and gradients, it essentially locks users in. Switch to another with a different configuration, and every font size, color, and gradient the user chose to use is gone.</p>\n\n\n\n<p>Imagine inserting a Paragraph block and choosing that sky blue from your theme as the block’s background. Now, imagine doing this a few hundred times only to have it disappear a couple of years down the road when you want to switch designs.</p>\n\n\n\n<p>I won’t dive into the technical details of how this works under the hood. It is just the way the system was designed. Some problems <a href=\"https://github.com/WordPress/gutenberg/issues/7553\">could have been mitigated early on</a>, but that ship sailed two and a half years ago with the launch of WordPress 5.0. There are also ways this might be solved in the future with technical workarounds.</p>\n\n\n\n<p>Last week, a reader named Nick <a href=\"https://wptavern.com/getting-to-know-the-upcoming-wordpress-5-8-template-editor#comment-382930\">brought up this issue</a> in regards to block patterns. The theme in question used custom CSS classes to achieve a specific design.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Because Gutenberg lacks all the features mentioned above, the theme uses some custom CSS classes, and these classes are coded in the theme’s style sheet. The problem with this is that now that you have used these patterns, YOU ARE LOCKED IN to this theme. Because the moment you change themes, the new theme will not have these custom classes defined, the patterns will be broken. This is THE SAME reason why shortcodes were outlawed many years ago from inside the themes — and yet when it comes to patterns, this is somehow allowed?</p></blockquote>\n\n\n\n<p><strong>Note:</strong> Shortcodes were disallowed in the WordPress theme directory because the actual post content was broken on theme switch. It was unrelated to a broken design.</p>\n\n\n\n<p>I already hear what some of you are thinking. <em>This is not the same as “content” lock-in.</em> No, it is not. Not exactly. However, because the block system intertwines content and design, it sort of is. I doubt the average user appreciates the distinction when they end up in scenarios with white text on a white background, as shown in the following screenshots:</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Blue background with one theme.</li><li class=\"blocks-gallery-item\"><img />Blue background gone with second theme.</li></ul>\n\n\n\n<p>That is a <em>very</em> real scenario. I see it almost daily as I test out different themes.</p>\n\n\n\n<p>And, this is just the beginning. As WordPress’s design system grows and themers can configure more pieces, users will become more locked into their existing theme. Or, they may be locked into one developer’s or one shop’s way of doing things.</p>\n\n\n\n<p>I do not necessarily see this as a <em>Bad Thing</em>. We have always had these little silos in the WordPress ecosystem, and they have mostly worked out.</p>\n\n\n\n<p>In a sense, little has changed.</p>\n\n\n\n<p>Users often stick with the same theme companies for one reason or another. And, those same themers tend to build on top of homegrown libraries or frameworks, reusing the same systems — at least the best ones do. This usually means that users can freely switch between themes made by the same people without losing anything.</p>\n\n\n\n<p>The old-school purity test of not mixing content and design is gone.</p>\n\n\n\n<p>This is a chance for solo developers and shops to strengthen their brand. If this is the system that WordPress is providing, build strong products on top of it. Build naming schemes that allow users to switch between your themes. Create loyal customers who will want to stick with you for years.</p>\n\n\n\n<p>If users are essentially locked into one shop’s theme products, that sounds like a lucrative opportunity to build solutions and healthy user communities around individual brands.</p>\n\n\n\n<p>I also envision a future where users will need to switch themes far less often. After the site editor and global styles features become available, users will have more direct control over their design. Once they have settled on a solid theme, they may never need to change it as long as it stays relatively up to date.</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, 23 Jun 2021 01:04: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: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: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:78:\"WPTavern: WooCommerce Selects Paystack as Preferred Payments Partner in Africa\";s:7:\"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=118666\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/woocommerce-selects-paystack-as-preferred-payments-partner-in-africa?utm_source=rss&utm_medium=rss&utm_campaign=woocommerce-selects-paystack-as-preferred-payments-partner-in-africa\";s: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:3656:\"<p>WooCommerce has named Paystack its preferred payments partner for WooCommerce in Africa. More than 20,000 merchants are using the free <a href=\"https://wordpress.org/plugins/woo-paystack/\">Paystack WooCommerce Payment Gateway</a> plugin but searching for and downloading the plugin separately is no longer required. Store owners can now easily select Paystack as a payment method when inside the WooCommerce dashboard.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Paystack has a recently updated tutorial for <a href=\"https://support.paystack.com/hc/en-us/articles/360009881280-How-to-set-up-Paystack-on-WooCommerce\">how to set up the gateway in WooCommerce</a>. As an alternative to the recommended method, merchants can opt to <a href=\"https://wordpress.org/plugins/woo-paystack/\">install the free plugin</a> instead.</p>\n\n\n\n<p>Paystack is the most widely used payment gateway in Africa, accounting for more than half of all online transactions in Nigeria. More than 60,000 stores use the gateway. In October 2020, it was <a href=\"https://wptavern.com/stripe-acquires-paystack-for-200m\">acquired by Stripe</a> for more than $200M. The gateway can be used by businesses in Nigeria and Ghana and last month it <a href=\"https://paystack.com/blog/company-news/sa-launch\">added support for South Africa</a>, after a six-month long pilot program. </p>\n\n\n\n<p>“Paystack is leading the charge in bringing a world-class payments experience to African merchants,” WooCommerce Director of Business Development Mechiel Couvaras said. “Their product offering, user experience, and expansion plans within Africa were some of the most important factors in considering the partnership. Receiving funding from Stripe and Visa was also a strong indicator of their potential.”</p>\n\n\n\n<p>Paystack, like all of WooCommerce’s other payment partners, has a financial arrangement with the e-commerce platform where it pays a percentage of transactions processed. Couvaras said the Paystack partnership is directly with Paystack and separate from WooCommerce’s Stripe partnership.</p>\n\n\n\n<p>“eCommerce is still very nascent in most African countries, however, <a rel=\"noreferrer noopener\" href=\"https://trends.builtwith.com/shop/WooCommerce-Checkout/Nigeria\" target=\"_blank\">Nigeria</a> and <a rel=\"noreferrer noopener\" href=\"https://trends.builtwith.com/shop/WooCommerce-Checkout/South-Africa\" target=\"_blank\">South Africa</a> are amongst our fastest growing countries globally,” Couvaras said. When Stripe acquired Paystack, the company noted that African online commerce is growing 21% year-over-year, 75% faster than the global average. WooCommerce is well-positioned to capture some of that growth with Paystack pre-installed as a preferred payment partner.</p>\n\n\n\n<p>The e-commerce platform is also keeping tabs on other emerging markets, as global market adoption has grown to <a href=\"https://w3techs.com/technologies/details/cm-woocommerce\">8.2% of the Alexa top 10 million websites</a>. Over the past year WooCommerce launched partnerships with Indian payment companies <a rel=\"noreferrer noopener\" href=\"https://woocommerce.com/products/razorpay-for-woocommerce/\" target=\"_blank\">Razorpay</a> and <a rel=\"noreferrer noopener\" href=\"https://woocommerce.com/products/payu-india/\" target=\"_blank\">PayU India</a>, as well as <a rel=\"noreferrer noopener\" href=\"https://woocommerce.com/products/mercado-pago-checkout\" target=\"_blank\">Mercado Pago</a>, a Latin American payments company focused on supporting local payment methods across Mexico, Brazil, Argentina, Colombia, Chile, Peru and Uruguay.</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, 22 Jun 2021 20:52:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:94:\"WPTavern: A Throwback to the Past: Refreshing Old Twenty* WordPress Themes With Block Patterns\";s:7:\"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=118898\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:229:\"https://wptavern.com/a-throwback-to-the-past-refreshing-old-twenty-wordpress-themes-with-block-patterns?utm_source=rss&utm_medium=rss&utm_campaign=a-throwback-to-the-past-refreshing-old-twenty-wordpress-themes-with-block-patterns\";s: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:5915:\"<p class=\"has-drop-cap\">What <a href=\"https://wptavern.com/past-twenty-wordpress-themes-to-get-new-block-patterns\">began as a project in August 2020</a> has now become a reality. All past Twenty* default WordPress themes now have their own unique block patterns. In recent weeks, <a href=\"https://make.wordpress.org/core/2021/06/21/bundled-themes-changes-in-wordpress-5-8/\">Twenty Ten through Twenty Fifteen received updates</a>.</p>\n\n\n\n<p>Designer Mel Choyce-Dwan kick-started tickets for all previous 10 default themes before the WordPress 5.5 release, the first version to support patterns. Twenty Twenty, Twenty Nineteen, Twenty Seventeen, and Twenty Sixteen each made the cut for that update. However, the remaining default themes were left to languish, at least for a few months and WordPress updates.</p>\n\n\n\n<p>Jumping back over a decade to update past themes might seem extreme, but all of the default themes are still some of the most popular from the directory. Granted, they had the benefit of being installed directly in WordPress. Still, the current number of active installations means they are worth a small refresh:</p>\n\n\n\n<ul><li>Twenty Fifteen: 100,000+</li><li>Twenty Fourteen: 100,000+</li><li>Twenty Thirteen: 70,000+</li><li>Twenty Twelve: 100,000+</li><li>Twenty Eleven: 100,000+</li><li>Twenty Ten: 100,000+</li></ul>\n\n\n\n<p>Despite having the lowest installation total, Twenty Thirteen has some of the best pattern designs. The Informational Section and Decorative Gallery patterns stand out the most, but all fit well with the overall theme design.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Informational Section</li><li class=\"blocks-gallery-item\"><img />Decorative Gallery</li></ul>\n\n\n\n<p>Twenty Thirteen is also the only remaining default theme that supports wide and full alignments. Its one-column layout affords it more flexibility, and the old design feels fresh again with its new pattern choices. Perhaps they can revive the theme’s lagging numbers relative to the other defaults.</p>\n\n\n\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/51104\">initial pattern designs</a> for the theme included a suite of layouts for post formats, one of the features Twenty Thirteen leaned on. Something similar to the first gallery design landed, but the others were left out.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Patterns designed to match post formats.\n\n\n\n<p>Post formats never garnered widespread support past their launch, and the core development team all but abandoned them, never building atop the feature. However, all of the format-specific patterns might be welcome for those users still running the theme. They would have been a nostalgic nod to the old WordPress, a throwback to yesteryear. If nothing else, maybe they can serve as inspiration for those of us still clinging to that tiny sliver of hope that post formats will make a roaring comeback.</p>\n\n\n\n<p>These theme-bundled designs highlight how the <a href=\"https://wptavern.com/open-invitation-to-contribute-to-the-wordpress-block-pattern-directory\">upcoming pattern directory</a> is not meant to be the only destination for snagging the best layout sections to drop into the block editor. Often, the best choices will be specific to the theme. Much of the flavor of custom design is lost when building for a general audience. What looks good with Twenty Twenty-One may look terrible in another and vice versa. Maybe that will change as block design tools become more robust and how they are used becomes standardized, but for now, at least, the most artistic patterns are those that designers include with their themes.</p>\n\n\n\n<p>Aside from Twenty Thirteen, Twenty Ten’s new patterns stood out the most. The theme was the first of the new era of yearly themes, and its classic blog design has weathered the years well — just ignore the 12-pixel sidebar font size.</p>\n\n\n\n<img />Twenty Ten’s new patterns.\n\n\n\n<p>The three patterns are at home in the theme. The Introduction pattern, which showcases the Image, Heading, and Paragraph blocks, is simple, but it relies on Twenty Ten’s typography for an elegant article intro. The Quote and Alternating image layouts do not try to do too much, simply highlighting the theme’s design.</p>\n\n\n\n<p>Landing squarely in my favorite-but-most-disappointing category was Twenty Fourteen. The About pattern’s image and text looked elegant and roomy in the editor, but the front-end view painted a different picture. Because the theme lacks wide-alignment support, the photo was scrunched up. The gallery-supported Summary pattern has a lot of potential as a full-width pattern, but it falls short in the theme’s 474-pixel wide content area.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />About Pattern</li><li class=\"blocks-gallery-item\"><img />Summary Pattern</li></ul>\n\n\n\n<p>There is really no reason why Twenty Fourteen could not support wide and full alignments. It has free space.</p>\n\n\n\n<p>At least the timeline-esque List pattern is pretty sweet in both the editor and front-end views. I may borrow that for my own projects.</p>\n\n\n\n<img />List pattern included with Twenty Fourteen.\n\n\n\n<p>I was not particularly excited over the other patterns, but I am happy to see a little love thrown toward the 600,000 or so users with these themes still active. I am sure many will find something they can use on their own sites.</p>\n\n\n\n<p>The themes are aging; the wrinkles and weaknesses of their designs are showing. With the site editor looming ahead, it might be time to consider retiring them. That is assuming no one wants to take the reigns and update them for a modern era. Otherwise, they will continue falling behind, remaining a relic of classic WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Jun 2021 23:14: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: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: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:95:\"WPTavern: Google Launches Search Console Insights, a User-Friendly Content Performance Overview\";s:7:\"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=118774\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"https://wptavern.com/google-launches-search-console-insights-a-user-friendly-content-performance-overview?utm_source=rss&utm_medium=rss&utm_campaign=google-launches-search-console-insights-a-user-friendly-content-performance-overview\";s: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:2428:\"<p>Google Analytics is powerful if you know exactly what kind of metrics you want to investigate, it but can be overwhelming if you just need a simple overview of your traffic and referrals. <a href=\"https://search.google.com/search-console/insights/\">Search Console Insights</a> is a new tool from the <a href=\"https://blog.google/web-creators\">Google Web Creators</a> team that is aimed at making content performance easier to understand at a glance. It combines data from Search Console and Google Analytics for a user-friendly overview of important metrics for content creators.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Search Console Insights can help users quickly ascertain which pieces are their best performing content, how new pieces are performing, and how people are discovering the site. Clicking on the little academic cap icon offers more information about understanding the data and tips for improving content engagement and performance.</p>\n\n\n\n<p>The first section shows a site’s content performance trend for the past 28 days using page views and page view duration. The next card displays a carousel of new content with page views, average page view duration, and badges for content that has high average duration compared to other content on the site.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Other cards include the most popular content within the past 28 days, top traffic channels, top Google Search queries, referring links from other websites, and social media.</p>\n\n\n\n<p>The performance cards are not configurable but they give you a starting point if you want to dig deeper into Google Analytics. It would be helpful if each graph was linked to more data where you could adjust the date range.</p>\n\n\n\n<p>Search Console Insights doesn’t include all the features unless you are using Google Analytics and associate it with your site’s Search Console property. Users can access the tool’s overview page by visiting the <a href=\"https://search.google.com/search-console/insights\">link</a> directly. In the near future, Search Console Insights will be available in the iOS and Android Google apps when you tap your profile picture. The tool is <a href=\"https://blog.google/web-creators/improve-your-content-search-console-insights/\">now in beta</a> but Google plans to roll the experience out gradually to all Search Console users in the coming days.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Jun 2021 18:43:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WordPress.org blog: WP Briefing: Episode 11: WordCamp Europe 2021 in Review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10837\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2021/06/episode-11-wordcamp-europe-2021-in-review/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10494:\"<p>In this episode, Josepha Haden Chomphosy does a mini deep dive into WordCamp Europe 2021, specifically the conversation between the project’s co-founder, Matt Mullenweg, and Brian Krogsgard formerly of PostStatus. Tune in to hear her take and for this episode’s small list of big things.</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></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\">Gutenberg Highlights </a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=o-IvKy3322k&t=12428s\">Matt Mullenweg in conversation with Brian Krogsgard </a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-8/\">5.8 Development Cycle</a></p>\n\n\n\n<p><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/a-recap-on-wceu-2021/\">A recap on WCEU 2021</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10837\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy 00:10</strong></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 insights 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 00:40</strong></p>\n\n\n\n<p>A couple of weeks ago, we hosted WordCamp Europe and had the double pleasure of a demo that showed us a bit about the future of WordPress and an interview that looked back while also looking a bit forward. If you haven’t seen the demo, it was beautiful. And I’ve included a link to it in the show notes. And if you haven’t heard the interview, there were a few specific moments that I’d like to take the time to delve into a little more. Brian Krogsgard, in his conversation with Matt Mullenweg, brought up three really interesting points. I mean, he brought up a lot of interesting points, but there were three that I would particularly like to look into today. The first was about balance. The second was about cohesion. And the third was about those we leave behind. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 01:24</strong></p>\n\n\n\n<p>So first is this question of balance. Brian brought this up in the context of the overall economic health of the WordPress ecosystem. And in that particular moment, he talked about companies that are coming together, companies that are merging. And in Matt’s answer, the part that I found the most interesting was when he said, “the point at which there is the most commercial opportunity is also the point at which there is the most opportunity for short-termism. He went on to talk about the importance of long-term thinking and collective thinking about what makes us, and us here means probably the WordPress project, more vibrant and vital in 10 or 20 or 30 years. One of the things that he specifically called out in that answer was the responsibility of larger companies in the ecosystem. For instance, like Automattic, to commit fully to giving back, there are many ways now that companies can give back to WordPress so that we all replenish the Commons. They can pay for volunteer contributors’ time; they can create and sponsor entire teams through the Five for the Future program. They can contribute time through our outreach program. And they can even contribute to WordPress’s ability to own our own voice by engaging their audience’s awareness of what’s next in WordPress, or whatever. And I know this balance, this particular balance of paid contributors or sponsored contributors, compared to our volunteer contributors or self-sponsored contributors; I know that this balance is one that people keep an eagle eye on. I am consistently on a tight rope to appropriately balanced those voices. But as with so many things where balance is key, keeping an eye on the middle or the long-distance can really help us get it right. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 03:23</strong></p>\n\n\n\n<p>The second question was one of cohesion and specifically cohesion over the competition. Brian asked how, if people feel disadvantaged, you can foster a feeling of cohesion rather than competition? And Matt’s first answer was that competition is great. Specifically, he said that competition is great as long as you consider where your collaboration fits into the mission. And he also spent some time exploring how competitors in the ecosystem can still work from a community-first mindset. I personally cannot agree enough about some of the benefits of collaboration alongside your competitors. I remind sponsored contributors from time to time, and I think it’s true for any contributor that you are an employee of your company first and a contributor to WordPress second. However, once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very us versus the problem way. And when you do that, you’re always going to find a great solution. It may not be as fast as you want it to build things out in the open in public. And so sometimes we get it wrong and have to come back and fix it but still, given time, we’re going to come out with the best solution because we have so many skilled people working on this. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 05:01</strong></p>\n\n\n\n<p>And then the third question that I wanted to really touch on is the question of those we leave behind. Brian asked Matt if he thought mid-sized agencies and mid-sized consultants were being squeezed out with the block editor. Matt’s high-level answer was no, and I tend to agree with him. It’s not all mid-sized anything any more than it’s all small-sized anything. His answer continued to look at what stands to change for users with the block editor and who really can stand to benefit. It made me think back to my WordPress 5.0 listening tour. We launched WordPress 5.0, which was, in case anyone forgets, the first release with the block editor in it. I took a six-month-long tour to anywhere that WordPressers were so I could hear their main worries, what Brian is saying in there, and what Matt is saying to really came up all the time in those conversations. And basically, it was that this update takes all the power away from people who are building websites. And in these conversations, and Matt and Brian’s conversation, it was really focused on our freelancers and consultants. But at the same time, all of them heard that this update gives power back to all of the people who could build websites. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 06:28</strong></p>\n\n\n\n<p>I could not shake the feeling at the time. And honestly, I can’t shake it now that no high-end consultants, or freelancers, or any other developer or site creator sit around just longing for maintenance work. After six months of talking to people, I didn’t hear anyone say, “you know, I just love making the same author card over and over and over.” Or, “updated the footer every week, this month. And that’s why I got into this business.” And more than the feeling that there just wasn’t anyone who just loved maintenance, I got a feeling that there were real problems that needed to be solved for these clients and that they wanted to solve them. And that they also would gladly trade updating footers for the much more interesting work of creating modern and stylish business hubs based on WordPress for the clients who trust them so much. All of that, I guess, is to say that, yes, the block editor does give power back to our clients again, but not at the expense of those who have to build the sites in the first place. I think it stands to restore everyone’s sense of agency more than we truly realize. So that’s my deep dive on WordCamp Europe; I included links to the demo and the talk below, just in case you haven’t seen them yet. And you want to get a little bit of insight into the full context of the conversations that I just did a bit of a deep dive into. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 08:15</strong></p>\n\n\n\n<p>And now it’s time for our smallest of big things. All right, I have three things for you today. Number one, tomorrow, we package WordPress 5.8 beta three. If you’ve never had a chance to stop by the core channel in slack for the past packaging process, I really encourage you to stop by; we call them release parties. It’s a bunch of people who stand around and help get it done. So you can also see how it gets done. And if you’re feeling brave, you can even try your hand at testing out one of the packages as soon as it’s ready. The second thing is that a week from tomorrow, we reach our first release candidate milestone. So if you have meant to submit any bugs or patches or if you’ve been procrastinating on documentation, or dev notes, right now is the time so that we can have a chance to get everything into the release by the time we reach the release candidate milestone on the 29th. And the third thing is that we are currently right in the middle of WordCamp Japan. That is a great opportunity to meet some contributors and maybe even get started with contributions yourself. So stop by if you haven’t had a chance to check it out already. I will leave a link in the show notes. And that, my friends, is your small list of big things. </p>\n\n\n\n<p>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, 21 Jun 2021 12:33: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: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: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:120:\"Gutenberg Times: Block-based Template Editor is coming to WordPress 5.8 and a new Widget Editor – Weekend Edition #174\";s:7:\"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=18214\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://gutenbergtimes.com/block-based-template-editor-is-coming-to-wordpress-5-8-and-a-new-widget-editor-weekend-edition-174/\";s: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:14624:\"<p>Howdy, </p>\n\n\n\n<p>Lots happening in the larger WordPress space! More aquisitions and a new service for WordPress plugin business, flippantly named <a href=\"https://flipwp.co/\">FlipWP</a>. </p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\">WordPress 5.8 Beta 2</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v10.9.0-rc.1\">Gutenberg 10.9 RC</a> released and the first dev notes dropped for the upcoming release. More on that below. </p>\n\n\n\n<p>Don’t miss next week’s <strong>Live Q & A on June 24, 2021, at 11am EDT / 15:00 UTC</strong> on theme.json for Theme Authors with our panelists Daisy Olson, Tammie Lister and Jeff Ong. Learn and discuss <a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_gyOVb1h4S4iO_UZi1GMQaA\">How to get started with building themes for Full-site editing.</a></p>\n\n\n\n\n\n<p>What are you working on? Creativity is mushrooming around the WordPress ecosystem and I want to learn from you! Hit reply and let me know! I loved your notes in my inbox! Thank you. </p>\n\n\n\n<p>Yours, 💕<br />Birgit </p>\n\n\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.8 DevNotes and more</h2>\n\n\n\n<p><strong>Grzegorz Ziolkowski</strong> posted the article <strong><a href=\"https://make.wordpress.org/core/2021/06/16/block-editor-api-changes-to-support-multiple-admin-screens-in-wp-5-8/\">Block Editor API Changes to Support Multiple Admin Screens</a>.</strong> “WordPress 5.8 is the first core release where the post editor is no longer the only admin screen that uses the block editor. The updated widgets editor screen will also support blocks.”, he wrote. It’s quite technical and developers will appreciate it as it opens the doors to use the bock editor on other admin screen, for instance for plugin dashboards and features. It makes my long time wish possible: replace the “Quick Draft” widget with an instance of the block editor and have writers start writing immediately after login, instead of having to open yet another screen. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Riad Benguella</strong> introduces us to the <a href=\"https://make.wordpress.org/core/2021/06/16/introducing-the-template-editor-in-wordpress-5-8/\"><strong>Template Editor coming to WordPress</strong></a> in its 5.8 release. It comes with a series of new blocks to accommodate Site-wide information, like Site Title or Site Logo as well as post parts for the Query Block, like Post Title, Post Excerpt, Feature Image. In total, 13 Blocks that replace some template parts in conventional themes. Some blocks will be made <a href=\"https://github.com/WordPress/gutenberg/issues/28744\">available also for classic Themes </a>to accommodate <a href=\"https://github.com/WordPress/gutenberg/issues/29024\">hybrid themes</a> and to support the gradual adoption of block-based themes. </p>\n\n\n\n<p><strong>Justin Tadlock</strong> wrote <a href=\"https://wptavern.com/getting-to-know-the-upcoming-wordpress-5-8-template-editor\">about it on the WPTavern</a>, too. </p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2021”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<h2>For Site owners and Content Creators</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/HariShanker\">Hari Shanker</a></strong> from the community team published <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\"><strong>Talking points for WordPress 5.8</strong></a> of Meetup organizer, that also helps agency owners and freelancers to quickly get an overview of what is coming in the new version. Hari clusters the upcoming changes per WordPress stakeholders. You’ll find a section for Publishers and users, and another one for site builders and developers. <strong>If you want to read just one article, this would be it. </strong>🚀</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/chrislema\">Chris Lema</a></strong> makes a strong case for <a href=\"https://chrislema.com/embracing-gutenberg-completely/\"><strong>Embracing Gutenberg Completely</strong></a>. Out of necessity, he decided to rebuild his site with Gutenberg blocks. All site metrics tools suggested reducing the DOM size of his Landing pages build with 3rd party page builders. With this switch, Chris realized, what he needs and doesn’t need for a highly performing website. His five observations put a few things in perspective for him as a daily writer, he came to appreciate the tools and blocks that come with the block editor. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The team at <strong>PublishPress</strong> posted a short tutorial on <strong><a href=\"https://publishpress.com/blog/gutenberg/nested-blocks-gutenberg-editor/\">How to Use Nested Blocks in the Gutenberg Editor</a>,</strong> as it’s still a little confusing for content creators to navigate, especially Column blocks. The persistent list view coming to WordPress 5.8 will help with this, though. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/javier\">Javier Acre</a></strong> from the WordPress design team published a <a href=\"https://make.wordpress.org/design/2021/06/15/a-walk-around-the-table-block/\"><strong>Walk through of possible enhancements for the Table Block</strong></a>. He showcases update to the placeholder state, multicell selection, the sidebar, the toolbar and icon improvements. You’ll see mock-ups for each. It’s quite exciting to see, as we probably can all agree that the Table block needs so TLC, 🙂 You can leave your thoughts and ideas in the comments of the post. </p>\n\n\n\n<img />Mockup of Toolbor for the Table block \n\n\n\n<h2>Theme builders</h2>\n\n\n\n<p><strong>Dave Smith</strong> has notes on <a href=\"https://aheadcreative.co.uk/articles/testing-the-gutenberg-widgets-editor-for-wordpress-5-8\"><strong>how to test the new Widget Editor that will come with WordPress 5.8</strong></a>. He followed <a href=\"https://make.wordpress.org/core/2021/05/12/help-test-the-widgets-editor-for-wordpress-5-8/\">Andrei Draganescu call for testing</a> and logged his experience. To test for backwards compatibility for your existing widgets, you can first create some with the new widget editor disabled using the <a href=\"https://wordpress.org/plugins/classic-widgets/\">Classic Widget plugin,</a> and then deactivate the plugins and try to manage and edit the widgets with the block-based editor. You have only a month to make sure your sites won’t run into trouble. WordPress 5.8 will be released on July 20th, 2021. </p>\n\n\n\n<div class=\"wp-block-group has-primary-color has-light-background-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q & A</a> </strong>on <strong>June 24, 2021, at 11am EDT / 15:00 UTC</strong></p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a>\n\n\n\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Theme.json for Theme Authors or building themes for full-site editing in WordPress.</a></strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong> Daily Olsen, Tammie Lister and Jeff Ong <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n<p><br /><a href=\"https://twitter.com/one_maggie\"><strong>Maggie Cabrera</strong></a> posted the <strong><a href=\"https://make.wordpress.org/themes/2021/06/18/gutenberg-themes-week-of-june-18-2021/\">Gutenberg + Themes: Week of June 18, 2021,</a> </strong>roundup of relevant discussions, issue and PRs for Theme builders. She covered Full-Site Editing, Global Styles and block-based Themes. Chime on on the discussion and test the new releases. If you are a theme developer trying to catch up with what’s happening with Gutenberg, the Overview / Tracking issues section should get you started. You’ll find links to documentation and tutorials as well. </p>\n\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/changelog-45-wordpress-5-8-upcoming-live-qa-and-gutenberg-10-7-and-10-8/\"><strong>Episode #45</strong> is now available</a> with transcript. <br />Next recording June 25th, 2021</p>\n\n\n\n<p> <strong>Subscribe to the <a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a> podcast </strong><br />🎙️ <a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a> | <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a> | <a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a> | <a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a> | <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a> |<br />🎙️ <a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a> | <a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a> | <a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a> | <a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a> </p>\n\n\n\n<img />\n\n\n\n\n<h2>Plugin Developers</h2>\n\n\n\n<p><strong>Dave Smith</strong> published a tutorial on <a href=\"https://aheadcreative.co.uk/articles/mocking-wordpress-api-fetch-in-gutenberg-unit-tests/\"><strong>Mocking @wordpress/api-fetch in Gutenberg unit tests</strong></a>. During development you don’t want to hit an external API everytime you run a unit test, these instructions show you how to mock data coming from an API call in your block or site. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/genesis-custom-blocks/\">Genesis Custom Blocks</a>, (former Block Lab plugin) are a nifty tool to create blocks without going through the pain of learning modern JavaScript. You use the UI to create Field Groups and then add the PHP display code to your theme template. But what if you want to separate the newly create blocks from the theme? Then you could install it on multiple sites, and it would survive a site owners decision to switch themes without loosing content. <strong><a href=\"https://twitter.com/rob_stino\">Rob Stinson</a></strong> has a two-part tutorial for you on <a href=\"https://studiopress.blog/how-to-package-up-your-custom-blocks-in-a-plugin-part-1/\"><strong>How to package up your custom blocks in a plugin</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Jeffery Carandang</strong>, a Gutenberg adopter of the first hour, <a href=\"https://jeffreycarandang.com/extendify-is-taking-over-the-editorskit-plugin-and-add-ons-shareablock-and-other-tools/\">found a new home for his Gutenberg entities</a>: <strong>Extendify. </strong> Jeffery has been pushing the envelope on what is possible with Gutenberg since it first came out in 2017. <a href=\"https://wordpress.org/plugins/coblocks/\"><strong>CoBlocks</strong></a>, co-authored with Rich Tabor and later sold to GoDaddy, was a favorite block plugin for additional blocks. <strong>EditorsKit</strong> extended blocks with additional tools. We mentioned his <a href=\"https://shareablock.com/\">Share a Block</a> directory on multiple episodes of the podcast. After starting at 10up, he didn’t find much time anymore for his love projects, especially the very useful <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit plugin</a> hasn’t seen updates for the last nine months. It now found a home at Extendify. <br />See also: </p>\n\n\n\n<ul><li>Arthor Grabowski: <a href=\"https://extendify.com/extendify-is-adopting-the-editorskit-plugin/\">Extendify is Adopting the EditorsKit plugin</a></li><li>Justin Tadlock: <a href=\"https://wptavern.com/extendify-adopts-editorskit-increasing-its-block-plugin-collection\">Extendify Adopts EditorsKit, Increasing Its Block Plugin Collection</a></li></ul>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p></p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><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\">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 is-style-wide\" />\n\n\n\n\n<p>Featured Image: Miami at Night by Birgit Pauli-Haack</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, 19 Jun 2021 18:11: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:\"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: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:68:\"WPTavern: Getting To Know the Upcoming WordPress 5.8 Template Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118777\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"https://wptavern.com/getting-to-know-the-upcoming-wordpress-5-8-template-editor?utm_source=rss&utm_medium=rss&utm_campaign=getting-to-know-the-upcoming-wordpress-5-8-template-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10320:\"<p class=\"has-drop-cap\">WordPress 5.8 is slated for <a href=\"https://make.wordpress.org/core/5-8/\">release on July 20</a>. In just over a month, many users will get their first taste of one of my favorite new features: template-editing mode.</p>\n\n\n\n<p>The template editor is a new tool that allows end-users to create custom templates without ever leaving the post-editing screen. It exists as a stepping stone toward the eventual site editor, a feature that will hand over complete design control to those who want it.</p>\n\n\n\n<p>The downside to the new feature in WordPress 5.8 is that users will not have access to their theme’s header, footer, sidebar, or other template parts. It is a blank slate in which they must put on their design caps to create the entire page.</p>\n\n\n\n<p><em>With these limitations in place, what is the point of the template editor launching with WordPress 5.8?</em></p>\n\n\n\n<p>Landing pages.</p>\n\n\n\n<p>A blank slate is not always a bad thing. There is a reason all the best themes include page templates named Blank, Empty, Canvas, Open, or something similar. Sometimes users want control over the entirety of the page’s output. And WordPress 5.8 is bringing that capability to every WordPress user.</p>\n\n\n\n<p>I have been editing templates for months now, but always in the context of a block theme. I have built both a <a href=\"https://wptavern.com/fse-outreach-7-building-a-portfolio-in-the-upcoming-template-editing-mode\">photography portfolio</a> and <a href=\"https://wptavern.com/fse-outreach-round-6-building-a-wordcamp-landing-page-via-the-template-editor\">WordCamp landing page</a> as part of the FSE Outreach Program. Despite some hiccups, it has been a worthwhile journey being involved as the feature has come to fruition. However, most of my testing was on top of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a>.</p>\n\n\n\n<p>It was time to put it to a real-world test with themes that are actually in wide use.</p>\n\n\n\n<h2>Will It Work With My Theme?</h2>\n\n\n\n<p class=\"has-drop-cap\">The question many users will have on their minds will be: will this new template editor work with my theme? The answer is that it depends. Generally, yes, it will work to some degree. However, because older designs were not created with the template editor in mind, not all experiences will be the same.</p>\n\n\n\n<p>I wanted to really put this theory of working with every theme to the test. So, I loaded up Twenty Fifteen, one of my favorite default themes from the past decade.</p>\n\n\n\n<p>Perhaps I jumped too far back.</p>\n\n\n\n<img />Twenty Fifteen has a two-color background meant for sidebar and content.\n\n\n\n<p>The block editor did not exist back when Twenty Fifteen was built. Its use of a box-shadow technique on the page background meant the entire page had two colored columns running down it. The design team had to use some hacky methods for equal-height sidebar and content backgrounds. <em>Ahhh…the good old days before developers had access to CSS flex-box and grid.</em></p>\n\n\n\n<p>It is these sorts of problems that could limit some older themes. In the case of Twenty Fifteen, I could hide the background with a Group or Cover block over the top of it.</p>\n\n\n\n<p>Users will likely get better results when using something more modern, at least a theme built during the block era. Even something as simple as wide-alignment support will change the WYSIWYG nature of the template editor. If a theme does not support the feature, the front end will not match the editor.</p>\n\n\n\n<p>I jumped ahead a few years. Twenty Nineteen was the first default WordPress theme to support blocks. It is old but not ancient in internet years.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Editor vs. front end of Twenty Nineteen.\n\n\n\n<p>There are some differences between the editor and front-end views. The Cover block padding is off, the vertical spacing does not match, the search input’s font size is different, and the search button’s border radius is round on the front end. However, it is nearly a three-year-old theme now. It held up better than expected in this simple test.</p>\n\n\n\n<p>Jumping ahead a couple of years, I activated Twenty Twenty-One, WordPress’s most recent default theme.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Editor vs. front end of Twenty Twenty-One.\n\n\n\n<p>The editor is a pretty close approximation of what you see on the front end. The most noticeable differences are the inconsistent padding for the Cover block and the light gray border for the search input field in the editor view.</p>\n\n\n\n<p>It was time to put the template editor to the “real” test. I activated the latest version of Eksell, one of the <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">most well-rounded block themes</a> in existence.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul> Editor vs. front end of Eksell.\n\n\n\n<p>Obviously, the theme outputs a black section on the left. That is intended for the theme’s sidebar/menu flyout. However, because the user has no access to the template part that outputs that element, it may be impossible for some to create custom templates with this theme. I am sure that Anders Norén, the developer, will address this problem.</p>\n\n\n\n<p>Similar, unknown issues will arise with the many thousands of themes in the wild. It does not mean a theme is necessarily bad. It just means it was not built with the template editor in mind. Users may need to throttle back their hopes a bit until they have thoroughly tested template-editing mode with their active theme.</p>\n\n\n\n<p>Oh, and that ugly whitespace that shows the content background at the top of the editor? You will see that with literally every theme. I am clueless as to why the development team thought that it would make for a good default. Nearly every web design I have looked at over the years zeroes out the page’s <code><body></code> element padding.</p>\n\n\n\n<p>For those theme authors who are reading, you will need to deal with this. If you have already been building for the block editor, you are likely a pro at handling such quirks.</p>\n\n\n\n<p>If we look at a custom theme I have been building, you can see no alignment issues between the editor and front end.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul> Editor vs. front end of custom block theme.\n\n\n\n<p>The difference for my theme is that I am building when the template editor is already a part of the Gutenberg plugin. The others were all created earlier. It is not fair to compare them. However, users should know that older themes might not work well. They may need to wait for updates or try out a fresh design before taking advantage of template editing.</p>\n\n\n\n<p>I also chose Twenty Nineteen, Twenty Twenty-One, and Eksell because they were designed by professionals in our industry and were released in the last few years. They each hold up well but have a few issues that would be trivial to fix.</p>\n\n\n\n<p>All of this is to say that results may vary — wildly.</p>\n\n\n\n<h2>The Ideal Way To Use the Template Editor</h2>\n\n\n\n<p class=\"has-drop-cap\">My fear with the template editor is that users will begin mixing their content directly into the editor. It is an issue I brought up during round #7 of the FSE Outreach Program. Ultimately, it is a question about the boundary between content and template.</p>\n\n\n\n<p>Traditionally, theme authors would build custom templates for their end-users to apply to their pages. Unless those users knew how to make direct code changes, they only selected the template and edited their own content via the editor. It was always clear where content editing ended and template editing began.</p>\n\n\n\n<p>The new mode muddies the waters a bit. Because users have direct access to change the template from within the post/page editor itself, I have no doubt that many will create the entire page’s content from within the template editor.</p>\n\n\n\n<p>Even I made the mistake of putting what would typically be content in my example templates above. This was purely for illustration.</p>\n\n\n\n<p>There is nothing wrong with this if it the user’s intention. However, templates are generally meant for controlling the layout of the page. Things like the header, footer, and content wrapping element belong within it, while the content itself is stored separately. Templates are also meant to be reused. If you apply the same template to multiple pages, any changes made to that template will update every page.</p>\n\n\n\n<p>My recommended starting point is to simply add the Post Content block to the template. You can do so from the block inserter or by pasting in this code snippet:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><!-- wp:post-content {\"layout\":{\"inherit\":true}} /--></code></pre>\n\n\n\n<p>If you just want a blank/empty template, which is what the editor is good at right now, this is all you need. You can move back to the page editor and unleash your creativity.</p>\n\n\n\n<p>Here is the start of a novelist landing page I built from this blank template:</p>\n\n\n\n<img />\n\n\n\n<p>The content of the page was added via the post editor rather than in template-editing mode. This will allow me to create multiple pages using the same open canvas.</p>\n\n\n\n<p>If you want to add other layout elements, you can tack them on too. Try mixing and matching the Site Title, Site Tagline, and Navigation blocks as a header. Drop in a Columns block with other blocks to create a “widget area” in the footer.</p>\n\n\n\n<p>The power of the template editor is coming with block themes. Eventually, designers will be able to pre-build these templates, and users will customize them. They will also have access to a more robust suite of blocks, such as loading up template parts. However, we have to wait until at least WordPress 5.9 later this year before they become available, and that is not set in stone yet.</p>\n\n\n\n<p>Until then, we have a sort-of-OK-but-kind-of-amazing landing page creator.</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, 19 Jun 2021 03:08: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: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: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:73:\"WPTavern: MapLibre Project Gains Momentum with MapLibre GL Native Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118711\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/maplibre-project-gains-momentum-with-maplibre-gl-native-release?utm_source=rss&utm_medium=rss&utm_campaign=maplibre-project-gains-momentum-with-maplibre-gl-native-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2774:\"<p>The <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre</a> project is picking up speed with the release of <a href=\"https://www.maptiler.com/news/2021/06/maplibre-gl-native-open-source-mobile-sdk-for-android-and-ios/\">MapLibre GL Native</a>, an open source mobile SDK for Android and iOS. As anticipated, MapTiler’s fork of Mapbox’s mobile map SDKs are coming under the MapLibre umbrella. This free library enables developers to write native applications that can display vector maps on mobile devices, with advanced functionality like custom map styles and integrating specific business data.</p>\n\n\n\n<p>The project was formed by Mapbox’s open source contributor community after the company announced that <a href=\"https://wptavern.com/mapbox-gl-js-is-no-longer-open-source\">Mapbox GL JS version 2.0 would be released under a proprietary license</a>. MapLibre GL founders include a diverse group of companies who are contributing to this healthy, community-led fork, including MapTiler, Elastic, StadiaMaps, Microsoft, Ceres Imaging, WhereGroup, Jawg, Stamen Design, and more.</p>\n\n\n\n<p>MapLibre GL Native is developed and maintained as an independent mobile SDK, led by the MapTiler team in cooperation with Amazon, Facebook, Microsoft, and the MapLibre community. MapTiler forked Mapbox’s last version released under the OSS license in December 2020, and ensured that developers can migrate their apps with just a few lines of code. The release post identifies a few critical changes in the MapLibre SDK:</p>\n\n\n\n<ul><li>Tracking of end-users (telemetry) has been removed</li><li>OSS license: community ownership ensures it stays open-source forever</li><li>Updated distribution model: the library is now distributed via the Maven Central repository for Android and as a Swift package for iOS</li><li>Optional usage of authorization: access token requirement depended on the map provider and its policy</li></ul>\n\n\n\n<p>WordPress core doesn’t include a Map block but WordPress.com and Jetpack both use Mapbox GL JS 1.13.0. This is the last open source version before Mapbox updated to its proprietary license. I created a <a href=\"https://github.com/Automattic/jetpack/issues/20127\">ticket</a> to put it on the Jetpack team’s radar, and it looks like they may consider migrating to MapLibre in a future release. <a href=\"https://wordpress.org/plugins/search/mapbox/\">Plugin authors using Mapbox</a> will also be at a crossroads when it comes time to update beyond version 1.13.0. MapLibre is the strongest alternative to Mapbox’s proprietary 2.x update. Migration instructions are available in the <a href=\"https://github.com/maplibre/maplibre-gl-js#migrating-from-mapbox-gl\">MapLibre GL readme</a> file.</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, 18 Jun 2021 21:19:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WPTavern: Extendify Adopts EditorsKit, Increasing Its Block Plugin Collection\";s:7:\"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=118627\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/extendify-adopts-editorskit-increasing-its-block-plugin-collection?utm_source=rss&utm_medium=rss&utm_campaign=extendify-adopts-editorskit-increasing-its-block-plugin-collection\";s: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:6709:\"<p class=\"has-drop-cap\">Extendify has been scooping up some successful block-related plugins in recent months. It acquired the Redux Framework in November 2020 and followed it up with a <a href=\"https://wptavern.com/extendify-acquires-editor-plus-introduces-commercial-templates-in-its-plan-to-improve-block-editing\">purchase of Editor Plus</a> and Gutenberg Hub in December. Its latest pickup? <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit</a>.</p>\n\n\n\n<p>This <a href=\"https://extendify.com/extendify-is-adopting-the-editorskit-plugin/\">ownership change</a> was an adoption rather than an acquisition. The company is compensating Jeffrey Carandang, EditorsKit’s creator, for helping during the transition.</p>\n\n\n\n<p>“The main motivation was to ensure that EditorsKit has a good home,” said Extendify co-founder Chris Lubkert. “Jeffrey had taken a full-time role with 10up, and the plugin hasn’t seen any updates in 9 months. So we are both excited about Extendify building on what Jeffrey has built and continuing to serve the user base.”</p>\n\n\n\n<p><a href=\"https://editorskit.com/\">EditorsKit</a> is a playground of extensions on top of the existing blocks. From visibility logic to text formatting to extra block options, it has a little bit of everything. Carandang has often launched features long before something similar has landed in WordPress. It has grown to over 20,000 active installs since he first submitted it to the plugin directory.</p>\n\n\n\n<p>Taking on a new role with 10up as a web engineer left him little time to devote to the plugin. “My time was occupied by my full-time work and adjusting through my shifts, personal stuff, and with what’s happening in the world due to lockdowns; and the covid virus,” he wrote in his own <a href=\"https://jeffreycarandang.com/extendify-is-taking-over-the-editorskit-plugin-and-add-ons-shareablock-and-other-tools/\">farewell post</a>. “I hate to admit it but I think I’ve neglected my role in the EditorsKit plugin/community that I’ve built for the past couple of years. With this, my sincere apology to the plugin users and the whole community.”</p>\n\n\n\n<h2>Changes to EditorsKit</h2>\n\n\n\n<p class=\"has-drop-cap\">When a plugin changes owners, users sometimes must brace themselves for changes. Right now, EditorsKit is the same plugin it has always been. However, the Extendify team has introduced some additions.</p>\n\n\n\n<p>The first is a part of what will eventually be a commercial aspect of the plugin: the Extendify Library. The team added this feature to both the Redux and Editor Plus plugins earlier this year. EditorsKit users will see a new “Library” button at the top of the editor. Once they click it, it opens an overlay for importing patterns and templates from Extendify’s collection.</p>\n\n\n\n<img />Popup library for importing Extendify patterns and templates.\n\n\n\n<p>The amount of imports allowed is limited to three without signing up. “EditorsKit users have access to the same library of patterns and templates and can import three patterns and/or templates,” said Lubkert. “Anyone who signs up for the beta program will then receive unlimited imports during the beta period. We expect this to continue for a few more weeks.”</p>\n\n\n\n<p>Essentially, the commercial aspect of EditorsKit, Editor Plus, and Redux will be a shared library from the Extendify team. Users of any one of the plugins can continue using their preferred plugin with the option of importing patterns and templates. Lubkert said they still have no plans of rolling all of the plugins into one “super plugin,” keeping them each as a separate project.</p>\n\n\n\n<p>“It makes sense for us to invest our energy into a single library and creating the best experience possible for our users,” he said.</p>\n\n\n\n<p>The second change the team has implemented is making the <a href=\"https://editorskit.com/wordpress-gutenberg-editor-typography-and-google-fonts-add-on/\">EditorsKit Typography add-on</a> a free download. The plugin allows users to select from a list of hand-picked Google Fonts and use them anywhere. It also has a customizable set of default font combinations.</p>\n\n\n\n<p>It makes sense to drop the commercial aspect of this add-on. WordPress is already starting to provide theme authors with the tools for typography options at the block level. EditorsKit Typography may be the better of the two right now, but the average user will not need it as the core platform continues to improve.</p>\n\n\n\n<h2>ShareABlock and Other Projects</h2>\n\n\n\n<p class=\"has-drop-cap\">The handover includes Carandang’s related sites. <a href=\"https://shareablock.com/\">ShareABlock</a>, <a href=\"https://copyglyphs.com/\">CopyGlphys</a>, and <a href=\"https://copygradients.com/\">CopyGradients</a> are all tools for helping WordPress users build on top of the block system. The Extendify team plans on keeping them alive.</p>\n\n\n\n<p>Carandang <a href=\"https://wptavern.com/creator-of-editorskit-launches-community-block-sharing-site\">launched ShareABlock</a> in December 2019. Essentially, it was a block patterns directory. Only, block patterns were merely an idea in the bowels of the Gutenberg GitHub repository at the time. The upcoming <a href=\"https://wordpress.org/patterns/\">pattern directory</a>, expected to <em>officially</em> open next month, was not even a blip on most people’s radar.</p>\n\n\n\n<img />ShareABlock homepage with downloadable “patterns.”\n\n\n\n<p>ShareABlock has had time to mature. Its designs are more modern than the current offering from the pattern directory. The downside is the reliance on EditorsKit to import them via a JSON file instead of copy-paste block HTML code.</p>\n\n\n\n<p>With a few tweaks, it could be a serious contender as an alternative directory. If the WordPress development team follows through with a ticket I opened for <a href=\"https://github.com/WordPress/gutenberg/issues/32696\">allowing third-party vendors</a> to hook into the system, it would be easy to do.</p>\n\n\n\n<p>“In general, we don’t see ourselves competing with the pattern directory (or anything else in core Gutenberg),” said Lubkert. “We’d like to solve unmet needs for the community and do so in a way that is complementary to core.”</p>\n\n\n\n<p>The team already has the patterns in place. Hooking in its existing library would be more of a value-add. The official directory is limited to what can be done with core block options. Extendify would have the wiggle room for adding designs built with its more robust EditorsKit and Editor Plus toolsets.</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, 18 Jun 2021 00:43:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: Automattic Launches Mayland Blocks, Its Second FSE Theme on 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118429\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"https://wptavern.com/automattic-launches-mayland-blocks-its-second-fse-theme-on-wordpress-org?utm_source=rss&utm_medium=rss&utm_campaign=automattic-launches-mayland-blocks-its-second-fse-theme-on-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:5502:\"<p class=\"has-drop-cap\">Automattic released its second block theme to the WordPress theme directory last week. <a href=\"https://wordpress.org/themes/mayland-blocks/\">Mayland Blocks</a> is geared toward photographers and other users who want to showcase their projects. It is the child of <a href=\"https://wptavern.com/the-automattic-theme-team-announces-blockbase-its-new-block-parent-theme\">Blockbase</a>, a sort of starter/parent hybrid the company’s Theme Team recently announced.</p>\n\n\n\n<p>I had high hopes for Mayland Blocks going in. I have kept a loose eye on its <a href=\"https://github.com/Automattic/themes/tree/trunk/mayland-blocks\">GitHub repository</a> in the last couple of months. It was one of the first 100% block-built themes the team seemed to be working on.</p>\n\n\n\n<p>While block themes are still experimental at this stage, I was admittedly disappointed. Maybe my expectations were too high. I was eager to be wowed when I should have gone into this review more level-headed. However, I am who I am, and that is someone who is genuinely excited each and every time a new block theme comes along. I am ready for the next big thing, but Mayland Blocks did not fit the bill.</p>\n\n\n\n<p>As I began the process of testing the theme, the first order of business was to recreate the Masonry gallery as shown in the theme’s screenshot:</p>\n\n\n\n<img />Expected gallery layout from Mayland Blocks\n\n\n\n<p>My first thought was that the default gallery output would <em>automagically</em> work. <em>It did not.</em> Then, I looked for a Gallery block style. <em>Nothing there.</em> I searched for a custom pattern. <em>Nothing there either.</em> In short, it was impossible to recreate the gallery shown in the theme’s screenshot — one of the primary features that drew me to it.</p>\n\n\n\n<p>Bummer. I was looking forward to seeing a Masonry-style gallery of images built on top of the block system.</p>\n\n\n\n<img />Standard gallery output with Mayland Blocks.\n\n\n\n<p>With a tiny bit of sleuthing and peeking under the hood of the <a href=\"https://maylandblocksdemo.wordpress.com/\">theme’s demo</a> on WordPress.com, I saw that it was using the <a href=\"https://wordpress.org/plugins/coblocks/\">CoBlocks plugin</a> by GoDaddy. The thing that made the theme special had nothing to do with the theme.</p>\n\n\n\n<p>After a quick install, I converted my existing gallery to the CoBlocks Masonry block. Success!</p>\n\n\n\n<img />Masonry gallery output via CoBlocks.\n\n\n\n<p>At that point, I began to wonder why I was even testing Mayland Blocks at all. Its claim to fame hinged on showcasing photography. The core Gallery block works well enough, and I can use CoBlocks with any theme. Most decent ones provide the sort of open-canvas template that is no different than Mayland’s front page.</p>\n\n\n\n<p>What would have made it a great theme would have been living up to its screenshot’s promise. This was also a missed opportunity to showcase some alternate Gallery block styles and patterns. If we want more users to buy into this system, some of our best design and development teams need to take that one extra step.</p>\n\n\n\n<p>For such a simple theme, one well-suited as a one-page design, this was the moment to lean into the photography angle.</p>\n\n\n\n<p>Provide users a Polaroid picture frame option:</p>\n\n\n\n<img />\n\n\n\n<p>Add a “no gutter” block style:</p>\n\n\n\n<img />\n\n\n\n<p>Bundle a few patterns that combine the Gallery block with others. Give us a little flavor.</p>\n\n\n\n<p>Mayland Blocks works well as a WordPress.com child theme because its suite of plugins is available to all users out of the box. For a publicly-released project on WordPress.org, it is a little disappointing that it was a straight port.</p>\n\n\n\n<p>The child theme is essentially its parent with an open-canvas front page template and some trivial font and color changes. Surprisingly, it made it into the theme directory with so few alterations. Two days later, another child theme was <a href=\"https://themes.trac.wordpress.org/ticket/100381\">outright rejected</a> for just adding “some minor changes which can be made directly from the parent theme.” The inconsistent application of the guidelines by different reviewers has long been a thorny issue, especially when more subjective rules come into play.</p>\n\n\n\n<p>However, block themes have more wiggle room at the moment. There are so few for users to test that it makes sense to let things slide.</p>\n\n\n\n<p>One of the Themes Team’s previous hard lines has been that bundled front page templates must respect the user’s reading settings. This meant that if a user explicitly chose to show blog posts on their front page, the theme must display those posts.</p>\n\n\n\n<p>Mayland Blocks is the first that I have seen get a pass on this, a hopeful sign of more leeway for directory-submitted themes in the future.</p>\n\n\n\n<p>Block themes are a different beast. HTML files are not dynamic, and there is no way to put a PHP conditional check in a <code>front-page.html</code> file in the same way as themers once did in a <code>front-page.php</code> template. There is a technical workaround for this, but I do not think it is necessary. Block themes are changing the game, and the guidelines will need to follow.</p>\n\n\n\n<p>I love seeing the contribution — any contribution, really — of another block theme to WordPress.org. However, I want to see more artistry on top of the Blockbase parent theme.</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, 17 Jun 2021 00:43:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: Alex Denning and Iain Poulson Launch FlipWP, an Acquisitions Marketplace for WordPress Companies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118501\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:255:\"https://wptavern.com/alex-denning-and-iain-poulson-launch-flipwp-an-acquisitions-marketplace-for-wordpress-companies?utm_source=rss&utm_medium=rss&utm_campaign=alex-denning-and-iain-poulson-launch-flipwp-an-acquisitions-marketplace-for-wordpress-companies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5525:\"<p>Alex Denning and Iain Poulson launched <a href=\"https://flipwp.co/\">FlipWP</a> today, a private marketplace to facilitate acquisitions for WordPress companies. WP Engine’s recent published research, which estimates the <a href=\"https://wpengine.com/wordpress-economy/\">WordPress economy at $596.7B</a>, has inspired confidence in the ecosystem. An increasing number of acquisitions announced over the past month is also reinforcing the need for a more centralized marketplace for these opportunities.</p>\n\n\n\n<p>“Iain and I started talking a lot more regularly a year ago, when he started Plugin Rank,” Denning said. “He was getting people asking him for acquisition opportunities, and with Ellipsis I was getting clients asking for help evaluating acquisitions and with sales. There was no go-to marketplace, so in March we started talking about working together on solving the problem.”</p>\n\n\n\n<p>Sellers can list on FlipWP privately for free and buyers handle their own sales, with no exclusivity obligation. The site doesn’t charge for listings and it doesn’t take commission from any sales. The $299 membership for buyers opened today, which offers access to FlipWP’s email list of acquisition opportunities. </p>\n\n\n\n<p>Listings include business data, such as ARR and monthly profit, the asking price, and commentary about the opportunity from FlipWP. Buyers can reach out directly to sellers with no middleman involved.</p>\n\n\n\n<p>In the past, finding a buyer for a WordPress company required having a wide network, knowing the right people, or posting on various marketplaces like Flippa and MicroAcquire.</p>\n\n\n\n<p>“Every week I was hearing about another acquisition, getting an email from someone looking to buy a plugin business, or emails from developers asking the best way to sell,” Poulson said. “The need for a WordPress specific acquisition marketplace became more and more apparent.”</p>\n\n\n\n<h2>The Acceleration of Acquisitions in the WordPress Ecosystem</h2>\n\n\n\n<p>There is a lot of buzz on Twitter lately, questioning whether an active acquisition market is a healthy development. Some have expressed concern about small, independent tools getting bought up by larger companies and worry that consolidation will lead to lack of competition. </p>\n\n\n\n<p>Eric Karkovack wrote in a <a href=\"https://speckyboy.com/wordpress-plugin-acquisitions/?mc_cid=fbd013f171&mc_eid=ad602f9b49\">post</a> speculating on the future of plugin acquisitions, entertaining the possibility that “a few big players simply set the rules for everyone else to follow:”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Frankly, it’s becoming a lot harder for solo entrepreneurs or small development shops to manage a popular plugin. Supporting a large userbase while also focusing on the future could become overwhelming.</p><p>Thus, it’s not surprising to see that some of these products are being sold off to larger firms. We saw something similar happen with internet providers back in the early 2000s. The more mature the market, the harder it became for a small company to carry out its mission. Pretty soon, they were just about all bought up by corporate interests.</p><p>While that may not fully reflect the case here, it seems to at least be trending in that direction…</p><p>It will take some time. But there might come a day when a typical business website runs plugins from perhaps only a few big development houses.</p></blockquote>\n\n\n\n<p>Not everyone shares this same bleak outlook on the potential effects of consolidation. During Matt Mullenweg’s Q&A at WordCamp Europe, Brian Krogsgard asked what these acquisitions mean for the health of the WordPress economy. Mullenweg sees it as a positive development that should spur more creation:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It’s a really exciting time because it feels so robust and healthy. The fact that these exits are happening then creates more incentives for something new to be created, either from the alumni of these companies or by people that know that they can get something to a certain point and sell it to one of these companies. It’s actually not very different from Google and Yahoo and all of these companies that buy up lots of startups. Guess what, that created way more startups, some of which became Airbnb and Uber and challenged the tech giants. That’s the beauty of how the ecosystem works.</p></blockquote>\n\n\n\n<p>Poulson and Denning are also optimistic that FlipWP will open up more opportunities for business owners to get connected and accelerate the process for all parties involved.</p>\n\n\n\n<p>“The acquisition trend is indicative of WordPress maturing,” Denning said. “If WP Engine thinks the WordPress economy is <a href=\"https://wpengine.com/wordpress-economy/\">worth $597 billion dollars</a> and the biggest public companies in WordPress are worth ~$20bn, we’re about $577bn short. A lot of that number will be made up through the small businesses we see getting sold, and until now they’ve not had a way of selling other than ‘post it on Slack.’ If that study is right, then the one-most-weeks rate of acquisitions might actually be significantly too low, and those businesses are being undervalued, too. We can make it much easier for buyers to find quality WordPress listings, and we can make it much easier for sellers to get the best price.”</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, 16 Jun 2021 21:29:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: #4 – Dan Maby on the Importance of the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=118113\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/podcast/4-dan-maby-on-the-importance-of-the-wordpress-community?utm_source=rss&utm_medium=rss&utm_campaign=4-dan-maby-on-the-importance-of-the-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58344:\"<h2>About this episode.</h2>\n\n\n\n<p>On the podcast today we have Dan Maby.</p>\n\n\n\n<p>Dan has been a user of WordPress for many years. As an agency owner he’s used it to build client websites, but, as is so often the case, he came for the software and got caught up in the community.</p>\n\n\n\n<p>Starting out by attending some local WordPress meetups, he engaged with his fellow WordPressers and enjoying the events he was attending. Attendance turned into organising and over time Dan became the lead of four WordPress Meetups spread all over the UK.</p>\n\n\n\n<p>Meetups led to an interest in WordCamps, where he again stepped up to take on leadership roles at WordCamp London.</p>\n\n\n\n<p>In the podcast today we talk about the importance of the WordPress community, not just to him as an individual, but to the future of the project as a whole. After all, it’s software created by people, and the health of that community will have a direct impact upon the contributions they make.</p>\n\n\n\n<p>We recorded this podcast at a time unlike any other. In person events have had to stop; the WordCamps and Meetups have all gone virtual. Perhaps there’s light at the end of that tunnel, but it’s a perfect time to look back and see how the community has adapted to these new circumstances.</p>\n\n\n\n<p>We get into whether hybrid WordPress events should be the new norm, what lessons the community can learn from the past year, and what Dan and his colleagues have done to stay connected and part of a vibrant community. They’ve built a platform to enable events and plan on releasing it as a WordPress plugin soon.</p>\n\n\n\n<p>We also discuss an event which Dan has been a key player in organising – <a href=\"https://www.wordfest.live/\">WordFest Live</a>, a 24-hour online event with a focus upon learning and positive mental health. </p>\n\n\n\n<p>It’s a lovely episode with a member of the community who has been giving back for many, many years.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://www.wordfest.live/\">WordFest Live</a></p>\n\n\n\n<p><a href=\"https://www.bigorangeheart.org/\">Big Orange Heart</a></p>\n\n\n\n<p><a href=\"https://www.meetup.com/topics/wordpress/\">WordPress Meetups</a></p>\n\n\n\n<p><a href=\"https://central.wordcamp.org/\">WordCamp Central</a></p>\n\n\nTranscript<div><div class=\"chat-transcript\"><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:00:00]</div> <div class=\"chat-text\"><p>Welcome to the fourth edition of the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast for the WordPress community. Each month, we bring you someone who is part of that community to give you an insight into a topic or person who you might not be familiar with. If you enjoy the podcast, you can subscribe to future episodes by going to wptavern dot com forward slash feed forward slash podcast.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>If you’ve got any feedback about the podcast, which could be a suggestion of a potential guest or a subject, then head over to wptavern dot com forward slash contact forward slash jukebox. There’s a contact form there for you to complete, and we’d certainly welcome your input. Thanks in advance. If you reach out.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay, so on the podcast today, we have Dan Maby. Dan has been a user of WordPress for many years. As an agency owner, he’s used it to build client websites, but as is often the case, he came for the software and got caught up in the community. Starting out by attending some local WordPress meetups, he engaged with his fellow WordPressers and enjoyed the events he was attending. Attendance turned into organizing, and over time, Dan became the lead for four WordPress meetups spread all over the UK. Meetups led to an interest in WordCamps, where he again stepped up to take on leadership roles at WordCamp London. In the podcast today, we talk about the importance of the WordPress community, not just to him as an individual, but to the future of the project as a whole. After all it’s software created by people, and the health of that community will have a direct impact upon the contributions they make. We recorded this podcast at a time unlike any other. In-person events have had to stop the; WordCamps and meet-ups have all gone virtual. Perhaps there’s a little light at the end of the tunnel, but it’s a perfect time to look back and see how the community has adapted to these new circumstances.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We get into whether hybrid WordPress events should be the new norm. What lessons the community can learn from the past year, and what Dan and his colleagues have done to stay connected and part of a vibrant community. They’ve built a platform to enable events and plan on releasing it as a WordPress plugin soon.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We also discuss an event which Dan has been a key player in organizing, WordFest Live. It’s a 24 hour online event with a focus upon learning and positive mental health. It’s a lovely episode with a member of the community who has been giving back for many, many years.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>If any of the points raised here, resonate with you, be sure to head over and find the post at wptavern dot com forward slash podcast, and leave a comment there.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>And so without further delay, I bring you Dan Maby.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Am joined on the podcast today by Dan Maby. Hello, Dan.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:03:46]</div> <div class=\"chat-text\"><p>Good. Speak to you.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:03:46]</div> <div class=\"chat-text\"><p>Yeah, it’s really nice to have you on the podcast today. Dan and I have a long history of chatting with each other, so this may end up being quite informal at times, but nevertheless, we’re going to talk today about the WordPress community and events in general.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>To paint some context into that, I wonder Dan, if you wouldn’t mind spending just a couple of moments, introducing yourself and perhaps explain your history. Not just with WordPress, the software, but also your history with WordPress as a community.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:04:17]</div> <div class=\"chat-text\"><p>Yeah, absolutely. I guess my journey started 15 years ago with WordPress. Funnily enough, we had obviously the 18th birthday quite recently of WordPress, and I was looking back at my history, trying to figure out what had been doing with it. And I realized that I’d started with version 1.5, which at the time was really quite a major introduction. Lots of features in that 1.5 update that we still recognize today in the platform. And it’s been, an interesting journey with WordPress and the community. One that I’ve absolutely loved over that 15 year journey. But really the journey for me with the community started, I think it was around 2012. I was looking for a way to connect with people that were working with and were interested using WordPress. I was working in London at the time in the UK, looked at a meetup. I came across, there was a WordPress meetup that was being run by Keith Devon at the time, the WordPress London meetup. So I went, I headed over to the meetup, came from my day job at the time, which means I was suited and booted. Wandered into this, a room with a bunch of WordPress developers and users. And felt entirely out of place in that in that first meeting. I was the only person there in a suit. Everybody else was nice and casual, but the welcome that I received in that meetup was second to none. It was really an incredible experience, a first experience of the, the wider WordPress community.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And it was actually at that event that Keith had asked if anybody was looking to get involved and support in the delivery of the event and that having been there literally for my first time, stuck my hand up, and that’s really where it all started. And very quickly moved into a situation where Keith decided to step away from the event to focus on other things, focus on his agency, et cetera. I’ve been running the event ever since. And the WordPress London meetup has been a key aspect to everything that I’ve been doing within the community. It’s been a real pleasure to be able to be a custodian of a that event.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:06:16]</div> <div class=\"chat-text\"><p>You have a lot more strings to your bow than just the WordPress London meetup. Do you want to tell us a little bit more about some of the other things that you’re, well, were involved in? We’ll get onto that a little bit later, about the way that things have had to cease, but tell us apart from the WordPress London meetup, tell us about the other things that you were doing on a monthly basis.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:06:37]</div> <div class=\"chat-text\"><p>Sure, so, for me the community was really the important bit, the people within the community. I really grew to develop a, a passion for the people that we were connecting with. And from that point from the running of the WPLDN event, I realized that actually there were other areas that were lacking in meetups across the UK. There were plenty of people running, plenty of meetups, and I was really enjoying being part of that kind of organizers community, if you like a meetup organizers community. But as I said, I noticed that there were areas that were lacking events, even in my local area, as well as further a field, I actually got to the point where I was organizing and leading four meetups a month across the UK, which saw me traveling quite substantial miles on a monthly basis, just to enable these communities to grow and develop.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And it was a real pleasure to be able to work with local communities. I always encouraged community members within the local area to come on board as co-hosts and enable them to take the lead and to sow the seed and then move on and help that community thrive. And it was going fantastically well. You know we had, as I say, we have four meetups running across the UK, and then suddenly, obviously we’re thrown into the situation where we couldn’t physically come together in person.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:07:56]</div> <div class=\"chat-text\"><p>Before we move on to that, perhaps we could paint a little picture about the importance of WordPress in your life, because it strikes me that many people, they may use WordPress as a piece of software. And that’s the end of it. They have really no understanding that there is a community which can support you in your WordPress knowledge, but also it can be much more than that. And I think it’s fair to say that in your case, many of the people that you’ve met through WordPress have become actual friends who you actually socialize with. Enjoy their company and stray into non WordPress things as well. So I’m just wondering if you could tell us how it has helped you, but perhaps get into the stuff that’s not to do with WordPress. Have you met people that you’ve really jelled with and found camaraderie with.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:08:41]</div> <div class=\"chat-text\"><p>I think this is the the beauty of the WordPress community. It’s so much more than just the technology. I found it to be quite a unique community as well, in that the way people are open, the way people will communicate and discuss and talk about topics, which, by all rights where we attended an event together, we’re essentially often competing with one another. I run an agency which focuses on design and development services, and I will go and speak with many other people that also run agencies. And essentially we are competitors, but that level of competition doesn’t really surface too much in the WordPress community. It’s predominantly a community that’s very supportive and people are very open to discussing issues. Myself, I was seeking out connection, I wanted to be around like-minded individuals because I was in a situation where I was very isolated. I was looking for people to connect with that had an understanding of what I was experiencing. And that’s really what the community has been about for me. It has been about this idea of having similar experiences, having, understanding of the challenges that we can face if we’re working alone. And my company has run with distributed team members, so I don’t have a central office with a team that all works together. We work in our home offices. You miss out on that ability to be able to have those conversations that you would have, potentially in-person. That for me was where I was seeking out the community, and as I did that, I realized that this community really was very open to discussing many issues and very open to sharing experiences and knowledge, which was unique for me at the time. And as you say, that’s then led on to building of relationships and those relationships have gone further afield outside your outside of specifically WordPress related. Very happily, I’ve got some wonderful friends across the community now, and they are friends and the people that I will hopefully have the pleasure of knowing for the rest of my life. Nathan, I count you in amongst that I can remember a conversation you and I had in a car park post a meetup many years ago and, it’s been wonderful to watch the journey that you as an individual have gone on through your experiences of WordPress and podcasting, et cetera, and the many branches and tendrils that we have within the community. It’s a very rich experience. I would say being part of the WordPress community.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:11:04]</div> <div class=\"chat-text\"><p>Yeah, I would completely agree. And for those people who perhaps listening to this podcast, obviously this audio will go on in perpetuity, it may be that they’re listening to this and the world has become more normal. Shall we say? Perhaps we’re allowed to meet up in person again. If that were the case, what would be your best advice for digging into that community? What would your best search be? What would be the best way to go about finding where your local events are taking place?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:11:32]</div> <div class=\"chat-text\"><p>First off is look for meetups. There are thousands of meetups across the globe that are run by local communities, and I really would encourage anybody if you haven’t previously. Take a look head over to you know, there are various sites, whether it’s meetup dot com, Eventbrite, et cetera, all those kinds of events websites. Do a search for your local area for WordPress meetup event. Sign yourself up and head over. My personal experience and something that I’ve spoken about many times historically is simply getting involved in these events. We have this wonderful ecosystem of WordCamps across the WordPress space. And these WordCamps are, you’re basically taking a meetup onto a grander scale, again, encouraging local communities to try and run those WordCamps and larger events, but that can sometimes feel quite daunting, just simply turning up to an event. So if you can get yourself embedded in some way, and volunteering is by far and away, the simplest and best way to do that. Every single one of these meetups and WordCamps are run by teams of volunteers. So signing up as a volunteer, simply putting your hand up and saying, yes, I’ll get involved in some way. It gives you a purpose within the event. So you’re not simply having to be there and trying to figure out where you fit within it. You’re there and you have a role. And this was certainly my experience of getting into the WordCamps space. I’ve volunteered. I can remember experience at WordCamp Europe, or I was doing some meeting and greeting as people were arriving, and it just opened up so many interesting and wonderful conversations with people that I still have very interesting, wonderful conversations with today. And it’s just that embedding yourself in it and enabling yourself to be part of that community. First step I’d say, check meetup, look for an event. Sign yourself up, head over there. And if there’s any way that you can get involved, do. Most meetup organizers are so grateful for anybody putting their hand up and say, yeah, look, I’ll get involved or stepping forward and saying look, do you need any help with this at all? And that help can vary in so many ways. As a meetup organizer, there’s an awful lot often goes on behind the scenes that maybe attendees aren’t always aware of that really go into delivering these events.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:13:45]</div> <div class=\"chat-text\"><p>What is the difference between a meetup and a WordCamp? Probably, if you’ve attended, either of those you’ll know the difference, but if you’re new to this whole WordPress community thing, it might be good to paint a bit of clear blue sky between those two different things.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:14:01]</div> <div class=\"chat-text\"><p>So if I use London as an example. Our WordPress London meetup, when we were in person delivering these events, we were seeing the, of an average of a hundred people in attendance every month. So this would run every once a month in our local environment. So the focus for both WordCamps and meetups really are about encouraging local organizers to run them. So our meetup, we feature between two and three speakers on a night. It’s usually around two, two and a half hours long. And then post that within, have a bit of a social gathering. Where we continue doing a bit of networking, et cetera. The meetup is a really a trimmed down version, should we say? Or that’s probably negative, a negative way of putting it to be honest. The WordCamp is an enlarged version of meetup. Probably the best way of putting it and WordCamps are essentially that. We’re taking the concept of a meetup, but on a much, much grander scale. And they don’t have to be enormous. I’ve attended some you know, a hundred attendee WordCamps and they’ve been absolutely spectacular, really personal. And I really enjoy the kind of smaller hundred, hundred and fifty attendee WordCamps, but equally we also have some much, much larger ones. So again, if I look at WordCamp London, the last event we ran we had around 650, I believe was 650 attendees at that event. If we then look at the regional WordCamps. So the likes of WordCamp US, WordCamp Europe or WordCamp Asia. Yeah, WordCamp Europe. I believe there’s three and a half thousand attendees at the last event, the last in-person event. So they’re often spread across multiple days as well, but not always often there’s a, a single day WordCamp as well, but the one telling difference between a WordCamp and a meetup is the WordCamps often have what we call a contributor day associated with them as well, which is a day focused entirely on contributing to WordPress in some way, shape or form. And there are so many ways to contribute. We’re not just simply talking about writing code and contributing in that way. There’s documentation, there’s marketing, there’s the multi-lingual there’s many ways to get involved. So I really, again, would encourage anybody that’s thinking about attending a WordCamp, once we are back to a situation where we are safe to be able to return to in-person events. And obviously some of the virtual events I really would encourage joining the, contributor day in any way that you can.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:16:15]</div> <div class=\"chat-text\"><p>So with all of these events going on, obviously we’ve got a thriving piece of software, which is turning out to be widely used over 40% of the web. We have the statistic now using WordPress. So the software is one side, but obviously we’ve also, as you’ve just painted a picture that we’ve got this thriving community as well. An awful lot of the project perhaps was going on, at these community events, a lot of things were being organized, so contributor days, possibly different teams meeting up at various times at these events. And then sometime last year, the world paused and is still in a state of pause. I’m wondering if you have any thoughts on whether the project as a whole has been stifled. I know that we’ve gone online and we’ll come onto that in a moment, but I’m just wondering if you’ve got any thoughts about the impact that the world pausing and not being able to meet up in person. If the project itself has been stymied by that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:17:14]</div> <div class=\"chat-text\"><p>I think this is a really interesting discussion. I can sit on both sides of the fence here. I think there is definitely an element of fatigue within the community at this stage. And I think that fatigue is being born out of the fact that potentially we are not having those in-person connections, the wonderful conversations that can be born out of the hallway track, you know it’s spectacular, what can happen, and by hallway track, you’re simply wandering around the event itself and not necessarily being in a session, but there’s, the people are mingling around and the conversations that can be born out of those chance meetings, really are spectacular. Many times I’ve run into individuals in the hallway, or we’ve just started the conversation and then somebody else has jumped in, somebody else has jumped in and before we know it, there’s, there’s a really interesting round table conversation going on about the future of the project. Because as an open-source project, we all have the potential to influence them the potential to participate in the project in some way, shape or form. I think in this virtual environment that we’re currently in, on a personal level, I believe that we’ve lost some of that. We’ve lost that ability in many ways. And it’s created this fatigue where we’re not necessarily having the opportunity to have those discussions and those new ideas, those new thoughts, or those alternative ways of looking at a problem. I think the project has possibly suffered for that, in some respects, I think is partly why WordPress as the software has been so successful is because of WordPress the community has had that really strong in-person connection and that really strong coming together as a community. Having said that equally, there are many benefits to the concept of the virtual environment that we’re in. But yes. I certainly think there are some challenges that we have come up against and we’ve tried to work towards resolving to some degree as a community in this virtual environment.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:19:07]</div> <div class=\"chat-text\"><p>We’re in a strange dichotomy in that we were probably better prepared than almost any industry to move everything online at the drop of a hat, because the WordPress community is online. We understand how to put websites together and turn those websites into virtual events and all of that kind of stuff. Conversely, and perhaps somewhat unexpectedly. We were also a community, that needed to be offline in order to push the project forward. And so in some sense, we were not prepared for that. Two sides of one coin, very well prepared from the technological point of view. But perhaps we didn’t really understand that these in-person events, the interactions, the little coincidental meetings that might’ve happened, that pushed things forward. The fact that the contributor days, they were a great way of pushing the project forward. All of these little things that required us to be in-person well, they just evaporated and we weren’t really prepared for that and that’s kinda my take on it. It feels like from the tech point of view, everything’s a-okay. We can manage that side really well, but the unexpected consequences from the community going away have become slightly more obvious. And I feel it’s not really in any way, catastrophic, it’s just little paper cuts. Things haven’t perhaps worked as fluidly, perhaps interactions haven’t been made, perhaps people have become fatigued, logging onto their computer and so on. And of course, there’s the fact that there’s a great deal of excitement around turning up to one of these events and whether that’s a meetup and you just show up for the evening or you go somewhere further afield. You might need to get in the car or get on a train or get on a plane and you may have booked a hotel and your almost seeing it as a little bit of a vacation, something a little bit outside of the normal experience, all of that side has gone. And so there’s less be excited about. And perhaps as you described it fatigue, I’m describing it more as a lack of excitement, perhaps that has had a bit of an impact.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:21:10]</div> <div class=\"chat-text\"><p>I think you’re absolutely right. There’s an excitement when you’re coming together in personnel, there’s excitement. You don’t always know what to expect. You don’t always know what’s going to come in those conversations. You may have a good idea, but the ability to come together in person and really thrive off that energy of one another, it really can be quite special, but equally there are many people that don’t thrive off of that there are many people that really struggle with the idea of being in large groups of people, there’s absolutely pros and cons to all of this. And it’s something that we were in our events, in the in-person events, we were trying to be aware of, be mindful of that experience for people. Some people, as I say will thrive off that environment of being around lots of people, but those that need their own space sometimes. The idea of delivering quiet rooms at in-person events is really important because some people do just need that time away from the crowd to be able to re-energize themselves, by being by themselves. This idea of enabling all walks of life, all the variations of people that build up our community to be able to participate. And I think this is really where we’ve got a huge positive in the virtual environment at the moment we’ve brought down so many barriers. For a far greater, far more diverse mix of individuals, whether we’re talking about speakers or attendees, we’ve got some wonderful opportunities right now in the virtual environment. We’re not having to consider visas. We’re not having to consider travel expenses. The limitation that we’re running on right now in terms of attendance of an event is the bandwidth to be able to connect to that event. We were looking at the positive side of this. There are some really good things I think we need to be very mindful of as we move forward. As we move into, as we start to move into a situation where we, if we’re in a safe environment, to be able to return to the in-person events, we also need to be mindful of how do we continue to encourage that very open and very inclusive model that the virtual environment has created.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:23:16]</div> <div class=\"chat-text\"><p>Do you see in the future, and we’ll talk more in a moment about specifically what it is that you and your events have done to move online over the last year or so, but just for now, do you see in the future then a model where, let’s say that we all go back and the world returns to how it was in 2018. Everybody’s allowed to get on planes and trains and everybody can move freely once more. Do you think that we have reached a point where hybrid events and by that I mean, many people will come and be present in the room, but also perhaps we need to provide the internet access so the people from further afield who don’t wish to attend, or perhaps they’re literally on the other side of the world and they only want to see two or three of the variety of sessions that are on offer that week. It’s really not worth them getting on a plane for that, but they could log in and watch them online. So do you feel that there’s a hybrid or will we just consign the online events to the realms of history?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:24:12]</div> <div class=\"chat-text\"><p>So I’m very hopeful that as a community, we will adopt the hybrid model. However, having said that, I also appreciate that we need to also figure out what this hybrid model looks like. As a meetup organizer, again, the WordPress London meets up. We were taking quite a considerable amounts of kit into the event to deliver the events. And by kit I’m talking about cameras, microphones, tripods, sound equipment, all sorts of stuff, which isn’t that common in the meetup space. And as a meet-up organizer, you don’t need to be thinking about, or how do I get low cameras, et cetera. But what it meant for us is we were pre pandemic we were already in an environment where we were live streaming the sessions. We were accepting questions coming in from the virtual audience that were consuming the content live whilst the in-person community were also consuming that content. That put us in a very strong model as we move forward, which I can get into in a moment. But the issue that I see is, are we going to try and force the experience where we’ve got the in-person and the virtual, combined together at the same time, are we actually going to create a situation where we create the worst of both worlds? So the in-person deteriorates because there’s a need for more equipment, there’s a need for more organizing and there’s need for just a very different experience where you’ve got a lot more things needing to happen from an organizer’s perspective. And then have you then got the virtual side, is their experience going to deteriorate because the organizers are having to focus on the in person. It’s an awful lot to deliver, as an organizer: an event. But to then take that event and say now I need to do at the same time, a hybrid of in-person and live, particularly on the meetup side, I think it’s something we’re going to have to be very careful of and figure out how do we do that? Are we better to have, I don’t know, for example, an in-person event and a virtual event, twice a month. Again, I’m not advocating for this for every single meetup because I appreciate every meetup is run by volunteers. It’s about the capacity for those organizers. I think when we start to look at WordCamps, it gets a little more interesting because obviously WordCamps do have a slightly larger team often, and there is often some funding supported through sponsorship, et cetera, to enable that. But again, we’ve got to look at how do we make sure that the experience is optimal for both the in-person and the virtual. And I’m not sure I have the, certainly I don’t have the answers to that at this stage, but it’s certainly something we’ve been having a lot of discussion around internally. And the platform that we’ve developed for our virtual events at the moment is something that we’re looking to roll into our hybrid model. But again, that we don’t have the answers at this stage.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:26:57]</div> <div class=\"chat-text\"><p>I’m also conscious that perhaps if everything becomes available online, it may persuade people who are almost going to attend live to not attend live. It may dwindle the audience that turn up to the live event, if you know what I mean, which would be a kind of an unexpected consequence, but those people who were flip-flopping and maybe I’ll go, maybe I won’t, oh, I’ll just watch it on the screen, which is fine. But obviously you don’t want to get to the point where the in-person event is attended by just a couple of people, because everybody else is just tuning in online because the sort of sense and the purpose of that event and the camaraderie, all the good stuff that you want to happen, in-person disappears.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:27:38]</div> <div class=\"chat-text\"><p>So this was something that we discussed, a number of times pre pandemic, when we made the decision to start live streaming, the WPLDN events, and we have that exact concern and it’s a genuine concern. Are you going to deteriorate the experience by somebody has the option to just simply watch it online? It never happened. Our numbers, stayed consistent and we saw a numbers of in-person stay consistent and we saw our numbers online, grow and grow. And that really demonstrates to us that people want that in person connection, as you just said, there’s so much more to the event than simply consuming the the section that’s being delivered. So it is those conversations are happening in hallway tracks. It’s the, all the other elements to the event that you often can’t gain from a virtual environment.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:28:24]</div> <div class=\"chat-text\"><p>Okay. So let’s move the conversation a little bit. It was staying on more or less the exact same topic, but I’m curious to know what it is technically that you have done since March last year in the UK, March was the moment where everything ground to a halt, and we were unable to see each other. So I just wondered if you could run us through what challenges you faced, how you’ve overcome them. And I know that you spent a lot of time trying to build a platform and shape a platform, to make this work in your situation. Perhaps explaining that might encourage other people who would like to take their events online, to reach out to you and see if you can lend them a hand.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:29:00]</div> <div class=\"chat-text\"><p>Sure. Absolutely. Just to give a bit of context before I get into this, the WPLDN events, along with several other events that we deliver, now come under the umbrella of Big Orange Heart, which is a registered nonprofit with a mission to support, promote positive mental health within remote working communities. So a big focus for us is about continuing ways to help reduce social isolation and the delivery of events do that. Now the reason I’m saying that is because there’s a team of volunteers within Big Orange Heart, that have donated time into helping us deliver them. So what I wouldn’t want to portray is yeah I’m sitting here on my own and it built this platform that enabled the community to continue to do its thing. It’s taken a small village of people to continue to do this. And I appreciate not every meetup has that ability to be able to tap into that. But what we did, we actually back, as I said, previously, we were already live streaming. So we had a pretty good idea of, the, kind of the technical aspects of live streaming content and very fortunate, we’ve got a fantastic team on WPLDN, specifically Leo Mindel, Paul Smart and Diane Wallace and myself come together. Leo comes in with some fantastic technical knowledge to help support the live streaming side of it. And we took the decision back in February, so prior to the government making any announcement here in the UK, we took the decision that was going to be our last event until we had more information in relation to the pandemic. Little did we know that would obviously continue on as it is right now, but we took what we were doing in terms of our live streaming; so we did our final in-person event in February. We jumped straight into trying to do a virtual event in our next event in March. So we delivered one event a month through WPLDN. The first thing we did in March was jumped straight into Zoom and said, yep, let’s get everybody in. Within minutes, we recognize that Zoom was entirely the wrong platform for us to deliver an event on. It’s a great platform, for the purpose of meetings one-to-one or one to many meetings, but it really isn’t a good platform for any kind of event. Because if in an event you want the ability for people to freely move around. And we’ve seen many events that have used Zoom, used multiple Zoom rooms to enable the attendees to jump into different conversations. The problem with that is you don’t know what you’re jumping into. We often refer to it as Zoom roulette because you’ll be jumping into a Zoom call and you don’t know who’s in that Zoom call. You don’t know what you’re jumping into, and it adds a huge cognitive load to the attendees of an event, because not only are they having to figure out where the different Zoom links are, they’re also then having to figure out once they’ve got in who it is that they’re communicating with in that conversation, which it just simply didn’t work for us. So we very quickly started to work on a solution that would enable us to have that ability to have freedom of movement within a virtual environment. Now, this led us on to looking, we’re huge open-source advocates. And we wanted to continue to deliver, we wanted to build something that would tie in and fit with that ethos of the open source projects that we support. So we quickly discovered Jitsi as source video conferencing solution. Ran into many challenges along the way, in terms of building out the platform. But what we ultimately ended up with was a platform that enabled us to use our existing registration process. So all of our attendees are on meetup. So we wanted for people to be able to obviously log in with their meetup credentials. So register for an event on meetup, if they’ve registered, be able to then access the event online. So we built a WordPress site, built a custom app that wrapped around a Jitsi instance, which then enabled us to have this concept of tables within the platform. So attendees would register for the event, jump in. We would be able to stream content into that platform as well as then have this idea of tables where people could freely move around and see exactly who’s on what table before they were jumping in. We delivered that I believe that was around May time of that year. So two months following the decision to go to virtual and we continue to iterate and evolve that platform from that point on, which has been, it’s been a phenomenal experience, the development of this solution. I just wanted to give a shout out to Louis Cowles, who has been doing an incredible job. Taking what I had originally put together, which was this app wrapped around Jitsi and he has turned it into something far more spectacular, which we are now, almost at the stage of being able to deliver as a WordPress plugin. So if anybody has attended any of the Big Orange Heart events or any of the events, the Big Orange Heart supports, have experienced the platform, which includes WordFest. The whole platform that we have developed there will soon be available as a WordPress plugin as well, which we’re really excited about.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:33:56]</div> <div class=\"chat-text\"><p>I have to say from my part, it is now feeling incredibly mature and the fact that it will soon be a WordPress plugin is remarkable. Will that be something that anybody can access and therefore use at their own meetups? Presumably there’s some sort of burden of setting up things outside of WordPress. Maybe there’s other containers with the Jitsi software that needs to be done, or does it all get rolled into just the plugin and you’re good to go.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:34:22]</div> <div class=\"chat-text\"><p>So there’s still work that we’re working through, how to enable that within the community. Really, what we’re trying to do here is build something that is enabling communities to have the experience that we’ve had with WPLDN, and also, we’re not just simply talking in this current particular space where we’ve got the, just virtual again, referring back to the hybrid model. As a platform would work particularly well for the hybrid model, but yes, there are definitely additional technical elements to it, which we will obviously be looking at how we can mitigate that technical challenge that comes with it. There are hosted versions of Jitsi, which you can simply plug into it as it is right now. So again, we’ll be able to share more information as we move forward with that. We’re really, it’s about enabling the community to be able to continue to have that very broad reach. Even as we, as we move back into the in-person.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:35:11]</div> <div class=\"chat-text\"><p>You being you, you weren’t content to rest on your laurels and carry on just doing the WPLDN event. You’ve obviously got this platform and you decided at some point last year, that you wanted to manage and organize an event which spanned the entire globe. And so WordFest was born. I don’t know if WordFest was born, basically out of the fact the world was on pause or whether you’d have plans for this prior to that. But perhaps you could spend a few minutes just outlining what WordFest is and by good coincidence, there is actually a WordFest, if you’re listening to this podcast episode, soon after it was released, there is actually a WordFest event coming up really soon. So perhaps tell us why you started it and then get onto what’s going on in the next few weeks.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:35:59]</div> <div class=\"chat-text\"><p>Sure. So as a charity, we always intended to have some form of larger in-person event. Events have been something that’s had a real passion for a very long time. The ethos of bringing people together, helping reduce social isolation of lone workers is something that really fits well with everything that we’re doing in terms of Big Orange Heart. So we wanted to enable people to come together. That had always been on the cards from the very early stages of Big Orange Heart. Of course, when we got thrown into this situation with the pandemic, as I say, we moved into the virtual environment for our monthly events, that platform that I’ve been discussing, we actually opened up to other communities. So we’ve enabled other communities to be able to run their events through our platform, without any charge to them. We just simply wants to be able to create a solution for those communities to continue to come together when they couldn’t deliver them in person. What that actually meant was that we, in the first 12 months that we were delivering events through our live dot Big Orange Heart dot org site, we’d had over 12,000 attendees come through that platform, which has meant that we’d obviously had a huge amount of feedback and we’d been able to iterate very quickly across that solution to get to a point where we actually decided that we want to deliver a larger scale event. It’s always been on the cards. Why not do that as a virtual conference or virtual festival? That’s really where the concept of WordFest was born. And I want to, again, when we give a huge shout out to Brian Richards, particularly of WordSesh. WordSesh has been around, you know, as a virtual WordPress focused virtual event for many years, I can remember way back in the early days of the first WordSesh, the first few WordSesh’s, which were 24 hour events and had a lot of fun attending those. And I remember attending my first one and actually attending for the full 24 hours. So this wasn’t something that was new in our space. We were very aware that there was a desire for it, but we wanted to wrap together the two elements of what we do. Our hearts really are in WordPress, but our focus is really around wellbeing and mental health, positive mental health. So this concept of WordFest was about bringing those elements together. So if you attend WordFest, you will find content that focuses on both WordPress and our individual wellbeing as remote workers. It really was about this concept of a global celebration of our community. We talked about different ways of delivering it. We talked about do we do over multiple days because we appreciate time zones, how do we, how do we factor in a way of enabling anybody that wants to attend to be able to attend? But we didn’t want to just say here’s a set time on this day, here’s six hours that would deliver it or, over a period of days, we’ll do, it was a real challenge. So we, we kept coming back to this 24 hour concept because it would end up, if somebody wants to attend over that one day, there was some point in the day that hopefully they would be able to join us. And it has mushroomed. It’s grown and grown. We set out to deliver the first one back in January, this year, 2021, we set a target of 2000 attendees to the event we had just over two and a half thousand attend. So it was, we completely smashed all our expectations in terms of people attending the event. But also we completely smashed our expectations in terms of the number of sessions that we were delivering. We initially set out a wanting to deliver 24 sessions over the 24 hours. That turned into 36 sessions actually ended up being 48 sessions through the first event. I’m really happy. I’m not sure it’s the right word, but I’m really happy to say that this time around we’ve actually got 66 sessions that are going to be delivered in the 24 hours. It’s been a phenomenal experience, delivering this as again, as a wonderful team of volunteers, sitting behind this people like Michelle, Cate, Hauwa, Paul, just wonderful people that are really enabling us to be able to continue to grow this event into a much larger scale event than it ever was initially. So the next WordFest live is taking place on the 23rd of July. So we’ll be featuring 66 sessions over a 24 hour period. And it is, I think one of the most wonderful things I took away from the last WordFest was, as an organizer, having organized many in-person events, there’s always a connection with your co-organizers. Certainly if you’re running a larger event, such as a WordCamp, for example, you build up this rapport and you build up this relationship that on the day of delivering the event often it’s, it’s, it’s tiring. There are, yeah, there are moments of challenges, but there are just wonderful moments as well. But you experience all of those things together as a team. What I took away from WordFest live, which was a genuine surprise to me was we managed to create that same experience. We managed to create that same shared experience as we were delivering the event. I’ll never forget sitting here, I think I was in about hour 36 of because I’d been up some time before the event and I was sitting there and just the silence that was actually happening as a bunch of organizers, we all knew how, what we were experiencing in that moment. And it was just a real special time. We use various tools to deliver it. And one of the key secret ingredients for us as organizers was Discord. So having an open audio Discord channel for us to be able to just simply be able to speak to one another as we needed in that moment, it worked incredibly well for us.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:41:40]</div> <div class=\"chat-text\"><p>So the event, just tell us one last time. What are the dates and where do we go if we wish to sign up and perhaps importantly, tell us how much does it cost?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:41:53]</div> <div class=\"chat-text\"><p>I’m laughing because it costs you absolutely nothing. WordFest Live is a free event, the next event is taking place on the 23rd of July where we’ll be starting at midnight UTC. So time zones are always fun in an event like this. So we base it around UTC. So midnight UTC on the 23rd of July running for 24 hours. So that’s the Friday 23rd. You can join us at any point over that 24 hour period, we will be running across six continents. Our time zone starts off in the Australia, Australian time zones. We’ll move on to Asia, Africa, Europe, south America, and ending up in North America. And then we’ve got Antarctica. You can chill out in our community tent all day long. So over that period, we would love to see you join us. As I say, registration is entirely free. There is an optional $10 donation that you can make when registering, all funds go directly into Big Orange Heart, which was the say is a registered nonprofit. There is also an option there to sign up as a micro sponsor. Should you choose to. Micro sponsorship is charged at $250. And for that, we will obviously get some exposure of your company. And it’s really a more a reflection of what it actually costs for us to put this together, in terms of the attendees tickets.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:43:13]</div> <div class=\"chat-text\"><p>This podcast episode, you could probably sum it up with one word and that word would probably be community. If I was to show up to WordFest live and I had ambitions to socialize with other people. That kind of thing is possible? It’s not just about show up to the event, watch the speakers and then wait for the next speaker to start. You’ve provided opportunities to socialize. So maybe as a final thing, just explain how that works. What’s the provision for meeting up with other people and breaking out into different groups and so on.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:43:42]</div> <div class=\"chat-text\"><p>So this was as equally important as finding fantastic speakers. We also needed to make sure that the ability for people to be able to connect, the community, to be able to come together has been a focus for us. So this is where the custom solution that we’ve been developing comes into play. So if you are attending WordFest, you can obviously consume, we’ve got two tracks running over the 24 hour period. So at any point you have a choice of at least two sessions to choose from. I say at least because there’s also some evergreen content that will be available for you to consume through the events as well. And then you can head over to our community tent which we are nicknaming Antarctica this time round, where you can connect with the sponsors. So you will see all the sponsors tables, you can jump in and have conversations, discuss with them for whatever reason you need to to connect with the sponsors, highly encourage you to do that. But in the same space, you can also spin up your own community table. And this is, we try to liken it to a sponsors hall at an in-person event. You might wander into the sponsors hall. You’ll have conversations with the sponsors, but equally you might have conversations with your peers, friends, colleagues, in and around the community. So we’ve really tried to, as best we can in the virtual environment, replicates that hallway track experience where you’re not bound to specific calls, you’re not bound to specific tables. You have freedom of movement within that platform to connect with those that you want to connect with. Equally, you also have your own profile within the platform and your own profile then has your own meeting room. So should you want to break out and have you a slightly more private conversation discussion away from the community tent, then again, you have that facility. So it’s really about trying to enable people to come together and have the conversations that are so important.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:45:29]</div> <div class=\"chat-text\"><p>Thank you so much, Dan, for putting an event like this on, I know that as you’ve said, it’s not just you, there’s a great large community of people in the background as well. So thank you to them equally and during the last 18 months or so, thanks for being there and making sure that the communities can keep meeting and you’ve endeavored to to keep all of that going. And I fear that unless it was for people like you who’ve really gone the extra mile, perhaps things wouldn’t be quite so bright going forward. From the bottom of my heart. Thank you very much, Dan, for coming on the podcast and for everything that you do.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-danmaby vcard\"><cite class=\"fn\">Dan Maby</cite> [00:46:01]</div> <div class=\"chat-text\"><p>Oh I’m deeply appreciate. I thank you. Thank you very much, and likewise. Thank you for all that you do across the community. I appreciate it. I’ll see, you spent a lot of time chatting with people like me sharing some wonderful stories.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:46:11]</div> <div class=\"chat-text\"><p>Thank you so much.</p>\n</div></div></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:\"Wed, 16 Jun 2021 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: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:42:\"HeroPress: Changing The World, Changing Me\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3902\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/essays/changing-the-world-changing-me/#utm_source=rss&utm_medium=rss&utm_campaign=changing-the-world-changing-me\";s: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:8049:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/06/061421-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress has fundamentally changed who I am. I don’t say that lightly.\" /><p>WordPress was created when I was 10 years old. I try to imagine myself at 10 and the only images I can conjure up are ones of anxiety. My world both felt so small and was so small yet what I felt seemed so big. I don’t look back fondly on those years. I was a ball of competitive anxiety who was just coming out of being made fun of for years for my speech impediments and finally starting to figure out who I might be. My 10 year old self didn’t like change and didn’t know how to cope. My 10 year old self had no concept of what was being created during these strange years and I’m filled with gratitude thinking about those who were paving the way before I could even conceptualize what a website was.</p>\n<p>WordPress has fundamentally changed who I am. I don’t say that lightly. I have an urge to jump into a monologue of, “How do I love thee? Let me count the ways” when I think about WordPress.</p>\n<h3>Finding My Creativity</h3>\n<p>The most profound change started in awakening a sense of creativity and belief in myself. I work hard at things but my earlier black and white point of view often limited any amount of creativity I might have had. I’ll never forget in college working for <a href=\"http://web.unc.edu/\">web.unc.edu</a>, UNC Chapel Hill’s WordPress multisite installation, and discovering that I could create as many sites as I wanted. The ease of use and the unlimited possibilities led me to create site after site. This still happens now with <a href=\"https://letslifechat.com/\">https://letslifechat.com/</a> born this year out of my desire to share my love of questions and deeply connecting with others, especially during a year of profound disconnection. Along the way at UNC, I got to work with brilliant and kind coworkers who believed in me to the point of encouraging me to apply to Automattic after I had to graduate a year early.</p>\n<blockquote><p>Knowing they believed in me helped me apply and the case of redbull they sent me for my trial helped me get the job!</p></blockquote>\n<p>I never saw myself as creative since creativity was defined for so many years as being art focused (poetry, painting, etc) and I have absolutely no artistic abilities. Being able to make an idea come to life online has changed how I view myself – I now see myself as creative and capable. This shift in how I view myself led me to create initiatives like <a href=\"https://accelerate.lgbt/\">accelerate.lgbt</a> and <a href=\"https://mentoreverywhere.com/\">Mentor Everywhere</a> at Automattic in my free time. I never realized that my handwriting and drawing abilities could be terrible yet, at the same time, my creativity could be powerful. The results of my creative actions have solidified a sense of belief in myself that is deeply profound. It’s something I fall back on during tough days of self doubt and tough problems.</p>\n<h3>Finding The World</h3>\n<p>Because of WordPress’ global and distributed nature, I have been afforded the opportunity to travel to far away lands and to be there for meaningful moments with dear loved ones. Being a “nomad” is something I never thought I’d be. Being connected to people all over the world felt unfathomable and still feels like more of a dream than a reality. It’s challenged every aspect of who I am and I am better for it. Combined with the ability to see the world, I get to work with folks from all over the world every single day thanks to WordPress. This has given me the honor of having a global mindset that I carry with me no matter where I go. I feel I have traveled enough for many lifetimes over. Once you begin thinking at that scale, whether due to a global mindset or due to the percentage of the web powered by WordPress, you can’t go back. Something in you changes for the better.</p>\n<h3>Finding Who I Am</h3>\n<p>I think often of LGBTQ+ people of years past and how many likely never would have had the chance at a life that I have. This rings particularly true during Pride Month. On top of everything else, WordPress has given me a platform and a job where I can be my truest self whether that’s sharing my mental health struggles, talking about my evolving thoughts <a href=\"https://surrogacy-stories.com/\">on being born through surrogacy</a>, or imagining a different way of existing <a href=\"https://nomad.blog/2020/01/16/little-homes/\">with many little homes rather than one</a>. With WordPress, I can share my words and I can be heard. I can fiercely be myself and be amplified rather than silenced. I can join community meetings and proudly share a rainbow emoji as I say hi. WordPress has emboldened me and has given me so many opportunities to use my newfound creativity to lead in various spaces.</p>\n<p>None of the above gets to the root of why I LOVE what I do and love what WordPress is to me. Beyond any personal change, WordPress has allowed me to help others and to increase my own impact on this world. Whether it was working with department sites during my time at UNC or helping a local non profit set up a brand new website to bring theirs out of the 90s, I am thrilled to have a job and a passion that centers on helping others succeed.</p>\n<blockquote><p>It’s such a privilege to work with folks during different stages of their sites – it’s always so personal and so sacred.</p></blockquote>\n<p>I can vividly remember the first time this gripped me. I was helping a professor at UNC set up a site and when we finally published it, he couldn’t believe it was “live”. He kept asking me whether other researchers, students, professors, etc. could find him. As I began to explain how everything worked, he was nearly brought to tears.</p>\n<p>“I can’t believe my life’s work can be found by anyone in the world.”</p>\n<p>I was just a freshman at this point and didn’t quite understand what I had stumbled upon with WordPress. I couldn’t have imagined that this would be my life. I had a friend a few years ago say to me, “You are the last person I ever expected to work in technology.” I grew quiet and nodded solemnly, “Me too”. This great adventure and great chance is truly due to those who helped me patiently over the years. It’s also due to those who enabled WordPress to be what it is today and what it will be tomorrow. I don’t take this for granted.</p>\n<h3>Finding My Joy</h3>\n<p>There’s a concept I am stuck on these days. It’s centered on this quote:</p>\n<blockquote><p>“The true meaning of life is to plant trees, under whose shade you do not expect to sit.” – Nelson Henderson</p></blockquote>\n<p>When I was 10, so many were working so immensely hard to create the shade in which I currently sit. This gorgeous, remarkable, world expanding shade that I can’t believe I ever found and that I hardly have the words to describe. I send a tearful “thank you” from my soul into the ether for all of you out there who made this precious life of mine possible.</p>\n<p><a href=\"https://nomad.blog/2021/04/17/one-year-in-devrel/\">Just over a year ago</a>, I switched into a Developer Relations Wrangler position at Automattic as a full time contributor to the WordPress project and my hope now is that I can pay forward what has been given to me through planting trees of my own. To have the chance to give back to something that has given me so much is something I wake up everyday thankful for, even on the tough days. Even better, I now get to play a role in encouraging, supporting, and believing in other people as a core part of my job in the same way so many have done for me.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/changing-the-world-changing-me/\">Changing The World, Changing Me</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Jun 2021 12:00:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Anne McCarthy\";s: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:52:\"WPTavern: Automattic Acquires Day One Journaling App\";s:7:\"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=118457\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://wptavern.com/automattic-acquires-day-one-journaling-app?utm_source=rss&utm_medium=rss&utm_campaign=automattic-acquires-day-one-journaling-app\";s: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:7839:\"<img />\n\n\n\n<p>Automattic has <a href=\"https://wordpress.com/blog/2021/06/14/day-one-the-journaling-app-joins-automattic/\">acquired Day One</a>, a journaling app available on iPhone, Android, iPad, Mac, and Apple Watch. The app makes it easy to create journal entries on the go, offers end-to-end encryption for privacy on its paid tier, and has offline capabilities. While most users compose private entries, Automattic’s acquisition announcement promises integrations for publishing to the web:</p>\n\n\n\n<p><em>That doesn’t mean that everything you journal has to stay private, though. When you want to share specific entries – or even entire journals with the world – you can expect seamless integrations with both WordPress.com and Tumblr to do just that. On the flip side of that, importing your favorite content from WordPress.com and Tumblr into Day One is on the near-term roadmap. </em></p>\n\n\n\n<p>In a <a href=\"https://ma.tt/2021/06/day-one-at-automattic/\">post</a> on his personal blog, Automattic CEO Matt Mullenweg said he has been a user of Day One since 2016 and spoke highly of the app’s infrastructure: </p>\n\n\n\n<p><em>Day One not only nails the experience of a local blog (or journal as they call it) in an app, but also has (built) a great technical infrastructure — <s>i</s>t works fantastic (when) offline and has a <a href=\"https://help.dayoneapp.com/en/articles/840428-end-to-end-encryption-faq\">fully encrypted sync</a> mechanism, so the data that’s in the cloud is secured in a way that even someone with access to their database couldn’t decode your entries, it’s only decrypted on your local device. Combining encryption and sync in a truly secure way is tricky, but they’ve done it.</em></p>\n\n\n\n<p>A journaling app is a surprising acquisition for Automattic, which has traditionally gravitated towards snapping up publishing-related companies and tools. WordPress is capable of powering nearly every kind of public-facing website, but private publishing has never been its strong suit. Though many have used WordPress in a sort of “private” mode for journaling, or set up local installations, the software is not streamlined for this particular use case. Day One expertly handles this niche that has remained relatively untouched in the WordPress ecosystem.</p>\n\n\n\n<p>In explaining the acquisition, Mullenweg also touched on his “vision of making Automattic the Berkshire Hathaway of the internet,” a notion <a href=\"https://awilkinson.medium.com/the-berkshire-hathaway-of-the-internet-391a8ee83db\">shared by Tiny Capital</a> and often applied to Alphabet and its diverse holdings. One distinction is that Automattic’s acquisitions tend to complement one another technologically, often introducing the potential for improvements that can be shared with other products through open source software.</p>\n\n\n\n<h2>Day One Community Remains Trepidatious About the Acquisition</h2>\n\n\n\n<p>Why did Automattic buy the company? Day One customers are curious, as some of them perceive Automattic to be another “corporate giant” gobbling up a scrappy startup, ready to squeeze every possible drop of revenue out of the app’s loyal customers. </p>\n\n\n\n<p>Many long-time Day One users have never heard of Automattic and they are understandably leery of seeing their beloved app change hands. Perusing the comments on the <a href=\"https://twitter.com/dayoneapp/status/1404544058693931012\">Twitter announcement</a> and in the app’s <a href=\"https://www.facebook.com/groups/DayOneCommunity/\">community on Facebook</a>, the news has precipitated a stream of cancellations and exports as users explore alternatives. Numerous customers were disheartened by one particular ambiguous statement in Day One’s <a href=\"https://dayoneapp.com/blog/day-one-at-automattic\">announcement</a>, which left the door open for future changes to the privacy of the app:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Rest assured there are no current plans to change the privacy of Day One; safely protecting memories and creating a 100% personal space is the foundation upon which this company was built.</p></blockquote>\n\n\n\n<p>The statement has since been updated to be more reassuring to users, although it still doesn’t explicitly promise no changes. It does contain a hint at why Automattic was interested in acquiring the app:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Rest assured that Day One’s commitment to protecting your privacy remains unchanged. Safely protecting memories and creating a 100% personal space is the foundation upon which this company was built. (In fact, our technical capabilities around privacy are a large part of what Automattic finds valuable in our company).</p></blockquote>\n\n\n\n<p>I have never seen a more engaged community with such a strong reaction following an acquisition. Many are deeply invested, having poured years of their lives and private memories into Day One.</p>\n\n\n\n<p>“Oh, great. I find a journaling app I really like and have 10 years of entries invested, and they get gobbled up by a bigger fish,” one user <a href=\"https://www.facebook.com/groups/DayOneCommunity/permalink/4349118571799031/?comment_id=4349151848462370&__cft__%5B0%5D=AZWO-PD5BkU0Im_Ul_AnDXTjKt3zxfrG01C6D63pV2eE2wbMb18YOS1sjNEx5BHzE2F84C27ZAvdZAOoAdu1EjSqPBnqFUe5AcJs8NJAPLWbPEmjajQAbHdqHjXz5wIpAqeciIm_ogE6bnV_nSoBeZfBpT1jOCDH5o3i9P1MwCzUCUuB4f273tuokE2AbPstgPY&__tn__=R%5D-R\">commented</a> in the app’s Facebook community. “What will become of our beloved app? Will the safety, security, and integrity of our data be assured? Time to back up all of my data local.”</p>\n\n\n\n<p>Users have <a href=\"https://www.facebook.com/groups/DayOneCommunity/permalink/4349118571799031/?comment_id=4350115481699340&__cft__%5B0%5D=AZWO-PD5BkU0Im_Ul_AnDXTjKt3zxfrG01C6D63pV2eE2wbMb18YOS1sjNEx5BHzE2F84C27ZAvdZAOoAdu1EjSqPBnqFUe5AcJs8NJAPLWbPEmjajQAbHdqHjXz5wIpAqeciIm_ogE6bnV_nSoBeZfBpT1jOCDH5o3i9P1MwCzUCUuB4f273tuokE2AbPstgPY&__tn__=R%5D-R\">concerns</a> about Day One’s updated privacy policy and whether the company might share data with affiliates. Many embraced the app because it was free of any ties with social media platforms. They have sewn themselves into this app in the most vulnerable way, and they are worried about how their private data will be handled in the future. Automattic may have a long road ahead in easing customers’ concerns so that they don’t feel the pressure to export and look for alternatives.</p>\n\n\n\n<p>As someone who considered using Day One years ago, I think I would be more likely to use it now, knowing that Automattic is usually in it for the long haul. I passed on Day On at the time because apps come and go and it’s not always easy to predict which ones have the right business model to stay afloat. One of my worst recurring nightmares is that I accidentally throw away my paper journals or that my house burns down with my journals inside. Putting trust in a company to keep your electronic data safe and private is an intensely personal decision.</p>\n\n\n\n<p>Knowing that a larger company with more resources is behind Day One, along with leadership that bears a genuine appreciation for its underlying tech, it seems like a safer pick for a journaling app that will be around for the next ten years. The company’s founder and CEO Paul Mayne will continue to lead his same team at Automattic and is convinced that the move will be beneficial for “the preservation and longevity” of the app. Given how passionate Day One’s user base is about protecting the app’s future, I’m eager to see how Automattic handles the challenge of winning their confidence.</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, 16 Jun 2021 05:30: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: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: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:101:\"WPTavern: Ask the Bartender: Is It OK To Provide WordPress Admin Credentials to Plugin Support Staff?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/ask-the-bartender-is-it-ok-to-provide-wordpress-admin-credentials-to-plugin-support-staff?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-is-it-ok-to-provide-wordpress-admin-credentials-to-plugin-support-staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8410:\"<p class=\"has-drop-cap\"><em>No. Nada. Nah. Nope. That’s a negative. Under no circumstances. My mama didn’t raise no fool. Heck naw. Not on your life.</em> And, the other thousands of ways to tell anyone asking for site credentials to bugger off, even plugin support staff of a “trusted” WordPress development company.</p>\n\n\n\n<p>That is my way of saying that I do not trust anyone. Neither should you. However, there are cases where it is necessary to provide admin permissions to a plugin’s support staff.</p>\n\n\n\n<p>Today’s installment of the <a href=\"https://wptavern.com/tag/ask-the-bartender\">Ask the Bartender</a> series comes courtesy of a reader named Niko. Because the entire text is over 1,000 words, I will simply link to the <a href=\"https://wptavern.com/wp-content/uploads/2021/06/is-it-ok-to-provide-plugin-support-credentials.txt\">transcript via a .txt file</a> for those who want to read it in full. Here in the post, I will stick to the vital bits. Or at least the parts that I want to address.</p>\n\n\n\n<p>One of Niko’s Facebook group members kicked the discussion off.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>‘Is it okay to send FTP details for a plugin developer to troubleshoot the issue we are having with WooCommerce. We have already provided WordPress Admin credentials.’</p><p>This is pretty normal practice in the WordPress world, right? Plugin developers helping out on issues, and if they can’t replicate an issue, they need the access so they can check if it is a plugin issue or a server issue and fix things?</p></blockquote>\n\n\n\n<p>Over the years, I have seen this become more of a common practice. However, it is not a practice that I recommend from either the user or developer end. Any site owner should ask whether they trust the person to whom they are giving credentials. If the answer to that question is no, you have the answer to the first question.</p>\n\n\n\n<p>In over a decade of running a theme and plugin shop, I never needed admin or FTP access to deal with a support question. It did not matter if it was a large and complex plugin or a small one. Because I was the sole person at the company, I also personally answered hundreds of thousands of support questions over the years. Still, not once did I log into a user’s site to help them. That always seemed like a liability issue for me, but I also used such scenarios as teaching moments about trust and security.</p>\n\n\n\n<p>Users sometimes provided credentials to me without me asking. Often they posted them in plain text in forums, email, or Slack (also, you should never do that). If on-site code needed changing, my users performed the task themselves or installed a bug-free version of the theme/plugin I handed over.</p>\n\n\n\n<p>If they did not know how to perform a task via the admin, FTP, or otherwise, I took the time to teach them. Yes, that required more energy on both ends, but I believe we were the better for it. More than once, those moments led some users down the path of becoming developers themselves, or it was at least a tiny stepping stone for them. I remain friends with many of them today and am proud that they started with my little solo WordPress shop.</p>\n\n\n\n<p>Some cases were rougher than others. Many times, I would replicate their setup (plugins, theme, etc.) on my machine. The majority of the time, this led me to the solution — <em>I was using <a href=\"https://developer.wordpress.org/reference/functions/_doing_it_wrong/\"><code>__doing_it_wrong()</code></a> long before WordPress introduced the idea.</em> In the long run, I was able to pass countless bug fixes upstream to other developers. I made a lot of developer friends this way too.</p>\n\n\n\n<p>I have no doubts that the road I traveled was the longer of the two. There were times when I spent an hour, two, or even more addressing one user’s needs. Popping into some of their WordPress admins would have been a quicker course.</p>\n\n\n\n<p>However, my theme and plugin users never needed to worry about whether they trusted me enough to provide that level of access. Plus, I had no chance of accidentally breaking their site by making custom changes.</p>\n\n\n\n<p>Are there times when a plugin’s support staff <em>really</em> needs access? Probably.</p>\n\n\n\n<p>The original question was regarding WooCommerce. It is one of the most technically advanced plugins in existence for WordPress. Replicating a user’s setup off-site for it is trickier than most others. There may be <em><strong>rare</strong></em> times when you need to provide some access, but you should never trust anyone.</p>\n\n\n\n<p>The second part of Niko’s question revolves around the European Union’s General Data Protection Regulation (GDPR) and user data. It is a vital part of dealing with those times when you decide to hand over the keys to your website.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Alright so here comes the issue after we think about GDPR. If this developer happens to be outside the EU, then you would need to anonymize customer data and make an NDA agreement with that exact dev or company that is behind the plugin so they can come around and fix things.</p></blockquote>\n\n\n\n<p>I will preface this with the usual <em>I am not a lawyer</em>. However, protecting user data is always a legal and ethical priority on any site you run, regardless of what jurisdiction you fall under.</p>\n\n\n\n<p>In those — again, rare — cases where you need to provide access to your WordPress admin, there are steps you could take to better protect your site and its data. Regardless of the trustworthiness of a developer or a support staff member, there is always one rule of thumb when dealing with website security: trust no one and trust nothing.</p>\n\n\n\n<p>The first step should always be having a backup system in place. On the off chance that the support staff breaks something, you will want to revert the site back to its previous state.</p>\n\n\n\n<p>Never provide complete admin-level access. I recommend installing and activating a role and capability management plugin. This will allow you to create a custom role for support help and limit the areas of the site they have access to. You would then create a user account for them with this role. Once they have completed their work, delete their account.</p>\n\n\n\n<p>If you do not want them to see registered users or do anything with user data at all, make sure their user role does not have the following capabilities:</p>\n\n\n\n<ul><li><code>create_users</code></li><li><code>delete_users</code></li><li><code>edit_users</code></li><li><code>list_users</code></li><li><code>promote_users</code></li><li><code>remove_users</code></li></ul>\n\n\n\n<p>There are many other admin-level capabilities like <code>edit_files</code>, <code>edit_plugins</code>, and <code>edit_themes</code> that you should also avoid. Essentially, disallow most of the caps from the <a href=\"https://wordpress.org/support/article/roles-and-capabilities/#administrator\">Administrator list in the WordPress documentation</a>.</p>\n\n\n\n<p>Most likely, plugin teams might need access to the <code>manage_options</code> capability and any that are custom to their plugin. Even those can be dangerous, but that backup you put in place should mitigate any potential issues.</p>\n\n\n\n<p>As for an FTP password? I trust very few people with that level of access.</p>\n\n\n\n<p>This reply probably sounds like I do not think any plugin shops or developers are trustworthy. Honestly, I do not know of any that have breached user trust using login or FTP credentials in this way. On the other hand, I have no way of knowing whether the staff member I am talking to plans to rage quit his job in the afternoon and is willing to burn everything down in the morning.</p>\n\n\n\n<p>I have also seen a handful of cases where a developer dropped in to fix something but ended up breaking the site along the way. Backups were crucial in addressing those issues.</p>\n\n\n\n<p>This post is not meant to make plugin developers or companies appear untrustworthy. Most are good people just trying to make an honest living. However, not trusting anything is website security 101. It is merely the baseline in which users should operate. If you go into any interaction with this mindset, it should help you make smarter decisions on a case-by-case basis.</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, 15 Jun 2021 23:26:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:40:\"WordPress.org blog: WordPress 5.8 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10808\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5909:\"<p>WordPress 5.8 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it’s not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 2 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta2.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to ensure that the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">Beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F09%2F2021..06%2F15%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">26</a> bugs have been fixed. Here is a summary of some of the included changes:</p>\n\n\n\n<ul><li>Block Editor: Remove bundled block patterns and support the patterns directory. (<a href=\"https://core.trac.wordpress.org/ticket/53246\">#53246</a>)</li><li>Block Editor: Add a type property to allow Core to identify the source of the editor styles. (<a href=\"https://core.trac.wordpress.org/ticket/53175\">#53175</a>)</li><li>Build/Test Tools: Adds some tests for Quick Draft section in Dashboard. (<a href=\"https://core.trac.wordpress.org/ticket/52905\">#52905</a>)</li><li>Build/Test Tools: Replaced <code>@babel/polyfill</code> with <code>core-js/stable</code>. (<a href=\"https://core.trac.wordpress.org/ticket/52941\">#52941</a>)</li><li>Coding Standards: Further update the code for bulk menu items deletion to better follow WordPress coding standards. (<a href=\"https://core.trac.wordpress.org/ticket/21603\">#21603</a>)</li><li>External Libraries: Update Underscore to version 1.13.1. (<a href=\"https://core.trac.wordpress.org/ticket/45785\">#45785</a>)</li><li>General: A number of block editor, template mode and widget screen related fixes. (<a href=\"https://core.trac.wordpress.org/changeset/51149\">#51149</a>)</li><li>Login and Registration: Improve the unknown username error message. (<a href=\"https://core.trac.wordpress.org/ticket/52915\">#52915</a>)</li><li>Media: Restore AJAX response data shape in media library. (<a href=\"https://core.trac.wordpress.org/ticket/50105\">#50105</a>)</li><li>Site Health: Display a list of file formats supported by the GD library. (<a href=\"https://core.trac.wordpress.org/ticket/53022\">#53022</a>)</li><li><span>Twemoji: It’s the new one! (</span><a href=\"https://core.trac.wordpress.org/ticket/52852\">#52852</a>)</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F15%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">214 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F15%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">87 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s 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<p><em>Props to <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> for revision, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>youknowriad</a>, <a href=\"https://profiles.wordpress.org/jorbin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jorbin</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>felipeelia</a> , and <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a> for proofreading, and <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a> for final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Install won’t you please<br />WordPress 5-8 Beta 2?<br />We need your help: test!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Jun 2021 18:34:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s: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:72:\"WPTavern: Toolbelt Tidies WordPress Plugin and Theme Admin Notifications\";s:7:\"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=118423\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/toolbelt-tidies-wordpress-plugin-and-theme-admin-notifications?utm_source=rss&utm_medium=rss&utm_campaign=toolbelt-tidies-wordpress-plugin-and-theme-admin-notifications\";s: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:5635:\"<p class=\"has-drop-cap\"><em>It’s a tale as old as</em>, well, WordPress. Ben Gillbanks noticed a conversation where someone thought that admin notices were getting out of hand. Enter another developer’s attempt to address this problem. With a few code additions to his <a href=\"https://wordpress.org/plugins/wp-toolbelt/\">Toolbelt plugin</a>, he had a working solution to stop the madness: <a href=\"https://www.binarymoon.co.uk/2021/06/take-control-of-wordpress-plugin-and-theme-notifications/\">the Tidy Notifications module</a>.</p>\n\n\n\n<p>Despite the <a href=\"https://wptavern.com/is-wp-notify-the-silver-bullet-wordpress-needs-to-end-admin-notification-spam\">early promise</a> of the WP Notify project last year, it still feels like we are no closer to addressing the overuse of the current admin notice system in WordPress. In reality, it is not so much a system as a hook that developers can use for literally anything. It is the Wild West of the WordPress admin. No rules. No order. And no proper API for standardizing how notices work.</p>\n\n\n\n<p><a href=\"https://github.com/WordPress/wp-notify\">WP Notify still exists on GitHub</a> and continues to move along at its own pace, but there is no guarantee that it will ever land in the core platform. Sometimes, the best thing a developer can do is solve the existing problem and hope that WordPress follows along down the road with a better solution.</p>\n\n\n\n<p>I am already tidying admin notifications with Toolbelt on my development install. My primary use case is to hide the non-dismissible notice from the Gutenberg plugin that I have a Full Site Editing theme installed — <em>is there not a guideline against such notices?</em> I did not suddenly forget that I was using such a theme between the 999th and 1,000th time the reminder appeared on every admin screen of my installation.</p>\n\n\n\n<img />Notifications expand when clicking on the bell icon in the toolbar.\n\n\n\n<p>The Tidy Notifications system in Toolbelt neatly tucks all admin notices under a bell icon in the admin toolbar. It also displays the number of notifications.</p>\n\n\n\n<p>It makes the WordPress admin so clutter-free that I do not know how I have lived without it before. I cannot imagine going back.</p>\n\n\n\n<p>The only problem with Toolbelt’s solution is that there is no way to distinguish between essential notices and those that should be tucked away. WordPress letting you know that your post was successfully updated is an important notice that should not be hidden. However, a plugin author drumming up five-star reviews, yeah, that should not be front and center.</p>\n\n\n\n<p>Having two systems would be beneficial. The existing <code>admin_notices</code> hook in WordPress should be used for letting users know the outcome of their actions or actions that they should take. The post editor, which does not use page reloads or make the hook available, has replaced this with the snackbar popup system. These necessary notices have their place.</p>\n\n\n\n<p>However, WordPress has no built-in system for non-essential notices. This leaves plugin and theme authors with two options: bundle an entirely custom notification apparatus with each extension or just use the <code>admin_notices</code> hook. The latter is the more efficient use of developer resources.</p>\n\n\n\n<p>Of course, we have had this conversation before. Just shy of a year ago, I wrote a post titled <a href=\"https://wptavern.com/are-plugin-authors-to-blame-for-the-poor-admin-notices-experience\">Are Plugin Authors to Blame for the Poor Admin Notices Experience?</a> In the comments, WordPress project lead Matt Mullenweg <a href=\"https://wptavern.com/are-plugin-authors-to-blame-for-the-poor-admin-notices-experience#comment-335886\">posited that the solution</a> to unwanted notifications is not to build an inbox, comparing WordPress to cell phones. He said that app store guidelines were likely more impactful to user happiness. In general, I agree with that concept. Setting down a few directory UI and UX rules would not hurt.</p>\n\n\n\n<p>Given the more recent <a href=\"https://wptavern.com/upcoming-changes-and-steps-for-an-overhauled-wordpress-theme-review-system\">push to loosen guidelines</a> for the theme directory, that does not seem to be in the cards. Admin notices were not one of the guardrails, the safety net of “must-haves” from the Themes Team.</p>\n\n\n\n<p>The admin notice spam WordPress users see today most commonly comes from plugins and not themes. <em>Why?</em> It is not because theme authors care more about user happiness levels. It is because the theme review guidelines over the years have been strict. Anything too flamboyant gets the hammer.</p>\n\n\n\n<p>The WordPress Themes Team even has a custom guideline-friendly, <a href=\"https://github.com/WPTT/admin-notices/\">drop-in class</a> that themers can use.</p>\n\n\n\n<p>The plugin and theme directories have taken far different stances on admin notices, and it shows. When the Themes Team moves to minimal checks, there may not be anything to stop themers from competing for the most obnoxious admin notice award. <em>Game on, plugin authors.</em></p>\n\n\n\n<p>“Unwanted” notifications may even be the wrong terminology. Often, they are “unwanted right now.” Sometimes, folks might want to read a message — just later. I am still holding out hope that we will have a notifications/messages inbox in WordPress one day. One that is entirely controlled by the user.</p>\n\n\n\n<p>Until then, I may just stick with the Tidy Notifications module in Toolbelt. There are many other handy components in it 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:\"Mon, 14 Jun 2021 22:54: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: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: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:63:\"WPTavern: Wordfence Now Authorized as a CVE Numbering Authority\";s:7:\"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=118413\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordfence-now-authorized-as-a-cve-numbering-authority?utm_source=rss&utm_medium=rss&utm_campaign=wordfence-now-authorized-as-a-cve-numbering-authority\";s: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:4968:\"<p>Wordfence has been <a href=\"https://www.wordfence.com/blog/2021/06/wordfence-is-now-a-cve-numbering-authority-cna/\">authorized</a> by the Common Vulnerabilities and Exposures (CVE®) Program as a CNA (CVE Numbering Authority), which allows the company to directly assign CVE numbers for new vulnerabilities in WordPress core, plugins, and themes. The authority is granted by <a href=\"https://www.mitre.org/\">Mitre Corporation</a>, a federally-funded US non-profit that manages research and development centers. Wordfence anticipates that the ability to create CVE assignments will expedite its security research.</p>\n\n\n\n<p>“As the Wordfence Threat Intelligence team continues to produce groundbreaking WordPress security research, Wordfence can more efficiently assign CVE IDs prior to publicly disclosing any vulnerabilities that our team discovers,” Wordfence threat analyst Chloe Chamberland said. “This means that a CVE ID will be immediately assigned with every vulnerability we discover rather than waiting for an assignment from an external CNA.”</p>\n\n\n\n<p>Not having to wait on a CVE ID is a major advantage for the company, especially when working with enterprise installations where WordPress is used in combination with other software. It also helps security personnel prioritize and act based on the potential severity of threats. </p>\n\n\n\n<p>“Our efforts to become a CNA had these individuals, institutions, and enterprise personnel in mind, as well as WordPress’ reputation as a whole,” Chamberland said. “Now, those tasked with securing WordPress will be able to quickly reference the CVE ID from our blog posts when reporting vulnerabilities throughout their organization and handling security update prioritization. We also hope that by being a CNA, Wordfence will receive even more direct reports from security researchers.”</p>\n\n\n\n<p>Becoming a CNA simplifies a security company’s process of submitting vulnerabilities. Wordfence is the second company to become one, operating within the scope of WordPress and related vulnerabilities. In January 2021, <a href=\"https://wptavern.com/wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities\">WPScan was granted CVE Numbering Authority status</a>. Prior to becoming a CNA, assigning CVEs for every vulnerability in WPScan’s database would have been too time consuming.</p>\n\n\n\n<p>“Becoming a CNA has allowed us to help security researchers to verify and triage their vulnerabilities,” WPScan founder and CEO Ryan Dewhurst said. “This has helped grow our WordPress vulnerability database and keep WordPress users secure. But it is just one source of vulnerabilities among many others that we use.”</p>\n\n\n\n<p>The process for Wordfence to become a CNA was surprisingly simple. Chamberland said the company filled out a registration form with a few questions. </p>\n\n\n\n<p>“Once we were approved and agreed upon a scope, you are required to watch a series of onboarding videos that explain the processes required of a CNA,” she said. “After that, we had an onboarding meeting to ensure our team was fully trained on CVE Program protocols. It took Wordfence about a month to get authorized as a CNA once they received our registration form.”</p>\n\n\n\n<p>Historically, the WordPress ecosystem has been a magnet for those looking to exploit vulnerabilities, due to its large footprint on the web. That trend is likely to continue. Chamberland believes there is room for multiple CNA’s in the WordPress space.</p>\n\n\n\n<p>“We’ve had a great working relationship with WPScan over the years, and we expect that this relationship will continue as we have a similar mission in helping secure the WordPress community,” she said.</p>\n\n\n\n<p>“As WordPress grows, it becomes a larger and more attractive target for malicious actors. The more hands we have on deck, and the better we collaborate and adhere to industry standard security practices, the safer WordPress will be.”</p>\n\n\n\n<p>Attracting more researchers to report vulnerabilities is a major benefit to security companies that gain CNA status, since they are essentially in the business of selling vulnerability protection data. They give their paid customers early access to patches that are not yet available to the general public. Becoming a CNA has the potential to increase the value their businesses can provide. </p>\n\n\n\n<p>“With this growth in WordPress, we expect to see more security researchers in the WordPress space,” Chamberland said. “As such, we are bound to see an increase in CVE ID requests. Having multiple CNA’s that can assign CVE IDs to WordPress core, plugins and themes make sense to improve the speed in which security researchers can obtain CVE IDs, and provides researchers with multiple sources for CVE IDs.”<br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Jun 2021 21:44: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Day One at Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=54355\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ma.tt/2021/06/day-one-at-automattic/\";s: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:2932:\"<p>I’m not sure when I first came across the <a href=\"https://dayoneapp.com/\">critically acclaimed Day One product</a>, which is the best private blogging and journaling app out there, but I began seriously using it daily in 2016 when my father was in the ICU and <a href=\"https://ma.tt/2016/04/in-memoriam-chuck-mullenweg/\">later passed</a>. Having a private, safe place to write what I was going through kept me sane and helped me process everything.</p>\n\n\n\n<p>Writing has always been a salve for me, and I’ve had local or private WordPress installations pretty much since 2003 to capture and archive writing that wasn’t fit for the public web.</p>\n\n\n\n<p>Day One not only nails the experience of a local blog (or journal as they call it) in an app, but also has (built) a great technical infrastructure — it works fantastic (when) offline and has a <a href=\"https://help.dayoneapp.com/en/articles/840428-end-to-end-encryption-faq\">fully encrypted sync</a> mechanism, so the data that’s in the cloud is secured in a way that even someone with access to their database couldn’t decode your entries, it’s only decrypted on your local device. Combining encryption and sync in a truly secure way is tricky, but they’ve done it.</p>\n\n\n\n<p>This is a long intro to say, as you can read from <a href=\"https://dayoneapp.com/blog/day-one-at-automattic\">Day One’s founder and CEO Paul Mayne</a>, <a href=\"https://wordpress.com/blog/2021/06/14/day-one-the-journaling-app-joins-automattic/\">from Eli at WordPress.com</a>, and <a href=\"https://staff.tumblr.com/post/653995690228400128/private-blogging-its-a-vibe-but-some-innermost\">on Tumblr</a>, that Paul and the team are joining the team at <a href=\"https://automattic.com/\">Automattic</a>. For many years I’ve talked to anyone who will listen about my vision of making Automattic the <a href=\"https://www.berkshirehathaway.com/\">Berkshire Hathaway</a> of the internet, and Paul’s decision to continue to grow his amazing business as part of Automattic is a great validation of the way we’ve been building our culture and long-term orientation in our business. Day One is a beloved product, and bringing it into the fold is a responsibility I take very seriously and comes from a deep respect for what’s been built and a belief that working together we can create something for users better than we could working apart.</p>\n\n\n\n<p>Great software takes time, and the Day One team has been at it for <a href=\"https://dayoneapp.com/about/\">about a decade now</a>, I can’t wait to see what they accomplish in the coming decade and beyond. If you haven’t tried out Day One yet, please check it out in the <a href=\"https://apps.apple.com/us/app/day-one-2-journal-notes/id1044867788\">Apple</a> or <a href=\"https://play.google.com/store/apps/details?id=com.dayoneapp.dayone&hl=en\">Google’s</a> app store.</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, 14 Jun 2021 20:53: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:102:\"WPTavern: WordPress 5.8 Beta 1 Released: New Blocks, New Widgets Screen, and Pattern Directory on Deck\";s:7:\"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=118227\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/wordpress-5-8-beta-1-released-new-blocks-new-widgets-screen-and-pattern-directory-on-deck?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-8-beta-1-released-new-blocks-new-widgets-screen-and-pattern-directory-on-deck\";s: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:7429:\"<p><a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 beta 1</a> is ready for testing. This upcoming release makes major strides towards solidifying WordPress’ site building capabilities, along with improvements to features users have enjoyed since the launch of the block editor. It is one of the most feature-packed releases in recent history and as such requires all hands on deck for testing. </p>\n\n\n\n<p>New blocks in 5.8 include Page List, Site Title, Logo, Tagline, Query Loop, and Duotone. I decided to take each one for a spin this weekend on a test site, putting myself in the shoes of someone trying these blocks for the first time.</p>\n\n\n\n<p>I was surprised to learn that the template editor will be available to sites using any WordPress theme, since all the previous FSE testing rounds have called on testers to use the latest version of the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/themes/tt1-blocks/\" target=\"_blank\">TT1 Blocks Theme</a>. It will be interesting to see how users respond to this and if it works well with older themes. Users can now create and edit custom templates for pages and posts using blocks. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The template editor includes the new List View panel that gives an overview of all the sections and blocks in the template.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Most of the new blocks in 5.8 are intended to work within the context of the template editor, but they also work in the post editor.</p>\n\n\n\n<p>The Page List block magically populates a list of all the pages on a site as soon as it is inserted. Unfortunately, there isn’t a way to delete a single page from the list. If you try to delete a page the entire block disappears. This seems like a bug and is a frustrating experience in the context of the post editor. It may be more useful in terms of building navigation but this seems like a rough first pass.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The Query Loop block comes with some different designs for how the loop could be displayed. Once a basic layout is chosen for a starting point, users can further customize the blocks within the loop, including typography, color, length of excerpt, and more.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The Site Title, Tagline, and Logo blocks all seem to work as expected but I found previews to be unreliable for things like alignment and spacing. At this point in time, it seems like template editing will be better suited to users who are more adventurous and experimental when it comes to new features.</p>\n\n\n\n<p>Duotone is a fun new core block that you can see in action below, demonstrated by WordPress documentation contributor Milana Cap. The block adds images effects that can be used in media blocks. Theme and plugin developers can also employ and customize the effects for their own particular use cases.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Oh. My. Gutenberg.<br /><br />Imagine images in duotone on your website 🤯 <br /><br />And now that you imagined it, you want it, right? Right?<br /><br />It\'s coming up in <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> 5.8 😍 stay tuned 😊 <a href=\"https://t.co/t5JHBcTEOV\">pic.twitter.com/t5JHBcTEOV</a></p>— Milana Cap (@DjevaLoperka) <a href=\"https://twitter.com/DjevaLoperka/status/1402552814174457856?ref_src=twsrc%5Etfw\">June 9, 2021</a></blockquote>\n</div>\n\n\n\n<h2>Hello New Widgets Screen!</h2>\n\n\n\n<p>WordPress users will be greeted with a new block-based widgets screen in 5.8. It allows you to use blocks in any widgetized area. It wasn’t until I saw how this works that I realized how rigid our old widgets system was. Whatever functionality you were trying to insert had to be readily available as a widget or shortcode. Now any block from the vast world of blocks can be added to widgetized areas. </p>\n\n\n\n<p>Justin Tadlock wrote a post about <a href=\"https://wptavern.com/classic-widgets-plugin-disables-wordpress-5-8s-upcoming-block-based-widgets-system\">how users can disable it with the Classic Widgets plugin</a>. Should you disable it? Not unless you are forced to because of using a theme that doesn’t support it very well. Using blocks in widget areas is going to give you much more flexibility for what you can insert. You can even continue to use the old style widgets via the <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/legacy-widget-block/\">Legacy Widget block</a>. Users may need a little time to adapt to the new interface but it’s worth it to have access to the growing world of innovative blocks.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<h2>Pattern Directory Will Be Integrated with WordPress 5.8</h2>\n\n\n\n<p>The new Pattern Directory will launch on WordPress.org along with the 5.8 release. Justin Tadlock recently <a href=\"https://wptavern.com/open-invitation-to-contribute-to-the-wordpress-block-pattern-directory\">amplified the Design Team’s call for pattern contributions</a> that would be available to users right away. Several have already been <a href=\"https://github.com/WordPress/pattern-directory/issues\">submitted via GitHub issues</a> for the directory and the creativity here is energizing. In addition to introducing an exciting new avenue for designers to put their work out into the ecosystem, the Pattern Directory stands to become a valuable resource and inspiration to users who are designing their own websites.</p>\n\n\n\n<img />A “<a href=\"https://github.com/WordPress/pattern-directory/issues/178\">How It Works</a>” pattern submitted by <a href=\"https://github.com/laxmariappan\">Lax Mariappan</a>\n\n\n\n<p>At launch the directory will only contain patterns that use core blocks but using blocks from WordPress.org may also be a possibility in the future.</p>\n\n\n\n<p>“There have definitely been some discussion of allowing any blocks from the Block Directory to be used and that they would be auto-installed if someone inserted the pattern,” Shaun Andrews <a href=\"https://make.wordpress.org/design/2021/06/08/initial-patterns-for-the-wordpress-org-patterns-directory/#comment-26330\">commented</a> in response to a theme studio inquiring about submitting their own patterns that use free blocks. “I believe this is possible, and something we should do, but there simply hasn’t been any work done to enable it yet.</p>\n\n\n\n<p>“We’re focused on getting the first iteration of the Pattern Directory launched, and then we plan to continue improving things.”</p>\n\n\n\n<p>Pattern transformation is a new feature launching with the new directory, which allows users to convert a block or collection of blocks into different patterns. Patterns can also be recommended and selected during block setup, which should make product onboarding easier.</p>\n\n\n\n<p>These are just a few features coming in WordPress 5.8 that need testing. Check out the <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">5.8 beta 1 release post</a> for a more comprehensive list of all the improvements that are on deck. The official release is scheduled for <a href=\"https://make.wordpress.org/core/5-8/\">July 20, 2021</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:\"Sun, 13 Jun 2021 02:07: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: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:126:\"Gutenberg Times: Over 50 Patterns in the Pattern Directory, Learn Full-site editing, WordCamp Europe – Weekend Edition #173\";s:7:\"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=18121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://gutenbergtimes.com/over-50-patterns-in-the-pattern-directory-learn-full-site-editing-wordcamp-europe-weekend-edition-173/\";s: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:19222:\"<p>Howdy, </p>\n\n\n\n<p>After three and a half years, it was time to replace the WordPress theme on the Gutenberg Times. The trigger: I wrote about <a href=\"https://web.dev/measure/\">Core Web Vitals</a> for a different project and used the Gutenberg Times as a test project, using <a href=\"https://developers.google.com/web/tools/lighthouse\">Google’s Lighthouse</a> via an incognito browser window. The desktop version performed very well, all circles in the green range, but the mobile version really crawled over the Internet, ranking in the low 40ties. </p>\n\n\n\n<p><a href=\"https://searchengineland.com/google-postpones-page-experience-update-rollout-347862\">Google announced</a> earlier this year that they start rolling out new page experience update in this month, and start using Web Vitals as another ranking factor for organic search results. I also noticed that GT had a very high number of visitors via the desktop, but not many on mobile, which I found odd. Now I know why. </p>\n\n\n\n<p><a href=\"https://andersnoren.se/introducing-eksell/\">Anders Noren’s Eksell</a> is our new theme. I love the typography, the clean design. and its graphics. I just started exploring it. Nothing gets things done faster than working on the live site. 😊</p>\n\n\n\n<p>The content mostly converted well, except there are no widget areas, so I would need to add the widget via the Legacy widget block. It was hit-and-miss. This exercise turned out to be a great test for the new block-based Widget screen, which will come to a WordPress instance near you in the 5.8 release on July 20th, 2021. </p>\n\n\n\n<p>From the discussions, I learned that the Gutenberg team is leaning towards an opt-out rather than an opt-in implementation. Testing sites with this week’s <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 Beta 1</a>, is definitely recommended. If you don’t have time to test all the site you are working on, rest easy, there is a <a href=\"https://wordpress.org/plugins/classic-widgets/\">Classic Widget plugin</a> you can install to keep the old Widget screen. </p>\n\n\n\n<p>What else happened this week? <strong>WordCamp Europe! </strong>It was a great virtual conference. Kudos to the organizers, speakers, sponsors and attendees! If you missed it, you can watch the <a href=\"https://www.youtube.com/channel/UCaYQGYDpXpU4A17kxN-AgJQ\">recordings on YouTube.</a></p>\n\n\n\n<p>The video with the <a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\"><strong>Gutenberg Highlights</strong></a> is available for those of use who missed the Conversation with Matt Mullenweg. <strong>Matias Ventura</strong> wrote: “The video is wonderfully narrated by <strong>Beatriz Fialho</strong>, and it was a great opportunity to celebrate all the incredible work that contributors are doing around the globe to improve the editing and customization experience of WordPress”. I will <a href=\"https://gutenbergtimes.com/wordcamp-europe-2021-starts-monday/\">update my earlier WCEU post </a>with links to videos and resources over the course of next week. </p>\n\n\n\n<p>As always, I am so glad you are here, reading the eNews every week. Thank you! </p>\n\n\n\n<p>Yours, 💕<br />Birgit</p>\n\n\n\n\n\n<div class=\"wp-block-group has-primary-color has-light-background-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q & A</a> </strong>on <strong>June 24, 2021, at 11am EDT / 15:00 UTC</strong></p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a>\n\n\n\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Theme.json for Theme Authors or building themes for full-site editing in WordPress.</a></strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong> Daily Olson, Tammie Lister and Jeff Ong <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>WordPress 5.8 Release Cycle</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 Beta 1</a> was release on Tuesday. You can use the official <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">Beta Tester Plugin </a>to test this version. If you haven’t used it before, the Core Team share information and <a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">instructions in their handbook</a>.</p>\n\n\n\n<p>You can read more about the <a href=\"https://make.wordpress.org/core/5-8/\">development cycle of WordPress 5.8 here</a>. Feature Freeze for this upcoming version was May 25. We are right now in the beta phase of the cycle. It will be used for testing and to fix bugs. That is to last until June 29, 2021, when the first Release Candidate will be released. That’s also the deadline for Dev Notes and Field Guide. It also comes with a hard-string freeze. That’s the moment the Polyglots team starts with translations. </p>\n\n\n\n<h3>Features and updates for WordPress 5.8</h3>\n\n\n\n<p>Speaking of <strong>DevNotes</strong>, the Gutenberg team tracks their progress on the DevNotes via <a href=\"https://github.com/WordPress/gutenberg/issues/32365\">this GitHub issue.</a> You can get a head start on <a href=\"https://gist.github.com/gziolo/cbea77500316a243e445d509ced3c231\"><strong>“Block API Enhancements”</strong></a> by <strong>Grzegorz Ziolkowski</strong> or <strong><a href=\"https://github.com/WordPress/gutenberg/issues/32365#issuecomment-853726663\">“Contextual patterns for easier creation and block transformations”</a> </strong>by <strong>Nik Tsekouras</strong> before they are published on the Make Core blog. </p>\n\n\n\n<p><strong>Anne McCarthy</strong> posted about other <strong>Block Editor Enhancements:</strong> </p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/05/20/core-editor-improvement-contextual-patterns-for-easier-creation/\">Contextual patterns for easier creation</a> and </li><li>How to <a href=\"https://make.wordpress.org/core/2021/06/09/core-editor-improvement-improve-your-workflow-with-list-view/\">improve your workflow with List View</a>, the former Block Navigator feature. </li></ul>\n\n\n\n<p>On the WordPress News Blog, you found earlier: <a href=\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\"><strong>Coloring Your Images With Duotone Filters</strong></a> by <strong>Alex Lende</strong>. Yes, I am in love with it, that’s why I mentioned it again. Gutenberg 10.7 also brought the methods to <strong>disable duotone </strong>via the theme.json file. <a href=\"https://github.com/WordPress/gutenberg/pull/32002\">The details are in this Lende’s PR</a>. </p>\n\n\n\n<p><strong>Adam Silverstein</strong> published <a href=\"https://make.wordpress.org/core/2021/06/07/wordpress-5-8-adds-webp-support/\">WordPress 5.8 adds WebP support</a> dev note. It’s not directly a block editor update but crucial for content creators and developers alike, especially in context of the Core Web Vitals when speed is becomes of the essence. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Gutenberg Changelog</h2>\n\n\n\n<p>It’s been two years since Mark Uraine and I started the <a href=\"https://gutenbergtimes.com/podcast\">Gutenberg Changelog</a> podcast, and he was my co-host for the first 40 episodes. Grzegorz Ziolkowski joined me as co-host with episode 41. In February 2021, we celebrated the first 10,000 downloads. Now four months later, we passed the 26,000 mark of downloads. For such a narrow niche show, these are mind-boggling numbers. It is very humbling. We are very grateful for our faithful listeners! Thank you all very much. </p>\n\n\n\n<p><strong>Grzegorz Ziolkowski</strong> is back from vacation, and we recorded episode 45. We covered Gutenberg 10.7 and 10.8 releases, WordCamp Europe and WordPress 5.8. It will be published later this weekend. The similar t-shirts? Mere coincidence! </p>\n\n\n\n<img />\n\n\n\n<h2>Gutenberg 10.8</h2>\n\n\n\n<p><strong>Gutenberg 10.8</strong> was released this week. It had quite a few enhancements, and a ton of bug fixes and underlying code change for quality and tooling. <strong>Sandip Mondal</strong> work on his first release and published the release notes: <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\"><strong>What’s new in Gutenberg 10.8? (9 June)</strong></a>. </p>\n\n\n\n<p>Justin Tadlock has more details <strong><a href=\"https://wptavern.com/gutenberg-10-8-adds-new-typography-controls-and-block-previews\">Gutenberg 10.8 Adds New Typography Controls and Block Previews</a></strong></p>\n\n\n\n<p>The enhancements for full-site editing and theme design controls are already for the next WordPress release (5.9) in December and require more testing before they are available for WordPress Core. </p>\n\n\n\n<h2>Block Patterns</h2>\n\n\n\n<p><strong>Kjell Reigstad</strong> posted an invitation for the WordPress community to submit Block Patterns to the official WordPress directory. In his post <a href=\"https://make.wordpress.org/design/2021/06/08/initial-patterns-for-the-wordpress-org-patterns-directory/\"><strong>Initial Patterns for the WordPress.org Patterns Directory</strong></a>, he explained the details of the submission process. </p>\n\n\n\n<p><strong>Justin Tadlock</strong>, a big fan of block patterns, wrote about the invitation on the <a href=\"https://wptavern.com/open-invitation-to-contribute-to-the-wordpress-block-pattern-directory\">WordPress Tavern </a>and showcased some of his creations. <strong>Ana Segota, </strong>co-founder of <a href=\"https://www.anarieldesign.com/\">Anariel Design</a> shared <a href=\"https://twitter.com/Ana_Segota/status/1402688373421187080\">her submissions via Twitter.</a> </p>\n\n\n\n<p>You can <a href=\"https://github.com/WordPress/pattern-directory/issues?q=is%3Aissue+label%3A%22%5BType%5D+Pattern+Submission%22+is%3Aclosed\"><strong>review the list of submissions on GitHub</strong></a> and learn from the comments on by the design team. Brian Gardner, Tammie Lister, Mel Choyce, Kjell Reigstad and Beatriz Fialho also contributed patterns to the directory. </p>\n\n\n\n<a href=\"https://wordpress.org/patterns\"><img /></a><a href=\"https://wordpress.org/patterns\">Block Patterns on WordPress.org</a> submitted by members of the design team and from the WordPress community. \n\n\n\n<p class=\"is-style-default\">In total, I counted 54 block patterns available to WordPress users. What a great start! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Full Site Editing</h2>\n\n\n\n<p>At WordCamp Europe 2021, the Panelist <strong>Danielle Zarcaro, Grzegorz Ziółkowski, Koen Van den Wijngaert and Milana Cap</strong> discussed Full Site editing and what it means for the broader WordPress community. <a href=\"https://gutenbergtimes.com/wordcamp-europe-full-site-editing-panel-discussion/\"><strong>We have the recording and the transcript for you</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>We added the Blockbase Theme to the list of<a href=\"https://gutenbergtimes.com/themes-for-full-site-editing-and-getting-ready-for-wordpress-5-8-weekend-edition-172/#fsethemes\"> available FSE themes</a> last week. <strong>Kjell Reigstad</strong> published <a href=\"https://themeshaper.com/2021/06/07/using-blockbase-for-a-theme-experiment/\">Using Blockbase for a theme experiment</a> on the ThemeShaper blog and take you on a journey on creating a child theme of Blockbase. He wrote “Overall, I found that the benefit to using Blockbase was peace of mind. Compared to starting fresh or using <code>emptytheme</code>, Blockbase ensured that I had a fully functional block theme immediately.” Kjell also shared his code on GitHub.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>The <strong>WPMarmite Team</strong> publish the results of their <a href=\"https://wpmarmite.com/en/fse-study/\"><strong>Full Site Editing Study: Will WordPress theme shops embrace this new paradigm?</strong></a> They studied the involvement in the current FSE development of 127 Theme shops. </p>\n\n\n\n<p>At first glance, these seemed to be a little premature, considering that only architecture for themes supporting FSE is coming to WordPress at the end of July. It certainly sets the base numbers to see what will happen until December. These are the numbers to watch changing in the next half year, and it will answer the original questions. </p>\n\n\n\n<ul><li><strong>57%</strong> of theme shops <strong>feature their Gutenberg compatibility</strong>.</li><li>Only <strong>17%</strong> of theme shops <strong>offer custom Gutenberg blocks</strong>.</li><li><strong>3%</strong> of theme shops <strong>provide block patterns</strong>.</li></ul>\n\n\n\n<p>The team also talked to 22 theme shops about their intentions regards full-site editing. <a href=\"https://wpmarmite.com/en/fse-study/\">You need to read the article to learn more</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong>Fränk Klein</strong> at WPDeveloper Courses, released his new course: <a href=\"https://wpdevelopment.courses/courses/building-block-based-themes/\"><strong>Building Block-Based Themes</strong></a>. If you want to learn how to build a real-life example theme and all the ins and outs for a theme using the full-site editing capabilities and theme.json. </p>\n\n\n\n<p>On Fullsiteediting.com, <strong>Carolina Nymark</strong> has been offering her <a href=\"https://fullsiteediting.com/courses/full-site-editing-for-theme-developers/\">Full Site editing course</a> for free, but that might change soon. </p>\n\n\n\n<p><strong>Joe Casabona</strong> at <a href=\"https://creatorcourses.com/\">CreatorCourses </a>is also working on an update of his Gutenberg Theme course. </p>\n\n\n\n<p>My take-away from the acquisitions of Atomic Blocks, Co Blocks etc. is that early adopters found it quite worth their while to deal with the ever-moving goal posts while developing along site Gutenberg developers. The future is yours! </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"events\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>June 6, 2021</strong> <strong>7:00 pm EDT / 23:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/Philadelphia-WordPress-Meetup-Group/events/278507419/\">WordPress Meetup Philadelphia</a></strong><br />Full Site Editing Review and Test-a-thon</p>\n\n\n\n<p><strong>June 7 – 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for sponsors is open.</a></p>\n\n\n\n<p><strong>🎉</strong> Gutenberg Times is a media partner of WordCamp Europe 2021 </p>\n\n\n\n<p><strong>June 10th, 2021</strong><br /><strong><a href=\"https://www.meetup.com/SF-WordPress-Users/events/278491308\">WordPress “Mega Meetup”: Plugins That Keep Websites Running</a></strong></p>\n\n\n\n<p><strong>June 20 – 26, 2021</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think… </em></p>\n\n\n\n<p><strong>June 24, 2021 </strong><br /><strong><a href=\"https://attend.wpengine.com/summit-us-2021/\">WPEngine Summit 2021</a></strong><br /><em>The digital breakthrough conference</em> <a href=\"https://events.wpengine.com/event/fd217870-fc78-46d2-8c5e-96c85e6e371c/websitePage:645d57e4-75eb-4769-b2c0-f201a0bfc6ce?environment=P2&tm=nSwmA1-ZyLXwe2wM80Vzve3wDjKBWeqKrHbJFivPV4o&locale=en-US\">released their schedule</a>. Personally, I am very much looking forward to the Keynote talk with <strong>Reshma Saujani</strong>, founder of Girls Who Code and Marshall Plan for Moms at 12:55 EDT / 16:55 UTC. I also hope to see talks with Rob Stinson, Carrie Dils and Chris Wiegman. There are also deep dive talks listed into Headless WordPress. Enterprise WordPress is definitely heading down that route. </p>\n\n\n\n<p><strong>June 24 – 26, 2021</strong><br /><strong><a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabama</a></strong> (Colombia) </p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong><br />Calls for speakers ends TODAY! </p>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>– <em>The </em>festival of WordPress</p>\n\n\n\n<p>A<strong>ugust 6 + 7, 2021</strong><br /><a href=\"https://nicaragua.wordcamp.org/2021/\"><strong>WordCamp Nicaragua</strong></a></p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />“A free online conference for web accessibility and WordPress in higher education.”</p>\n\n\n\n<hr class=\"wp-block-separator\" id=\"block-ee0670b9-9b56-410a-a5c8-1febc106dca5\" />\n\n\n\n<p id=\"block-8c56f083-3d78-42e0-84ec-62ea90a2afa5\">On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><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\">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 is-style-wide\" />\n\n\n\n\n<p>Featured Image: <a href=\"https://unsplash.com/@xavi_cabrera?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Photo by </a><a href=\"https://unsplash.com/@pawel_czerwinski?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Pawel Czerwinski</a> on <a href=\"https://unsplash.com/s/photos/blocks-of-flats?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Jun 2021 18:39: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:\"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: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:68:\"Gutenberg Times: WordCamp Europe: Full-Site Editing Panel discussion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=18145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/wordcamp-europe-full-site-editing-panel-discussion/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43875:\"<p>It was announced as a discussion panel about the present and future of WordPress with Full Site Editing.</p>\n\n\n\n<p>The panelists, highly involved in this new feature, discussed many topics about FSE and how it is going to be a new revolution in the WordPress ecosystem.</p>\n\n\n\n<p>The Panelist were <a href=\"https://europe.wordcamp.org/2021/speaker/danielle-zarcaro/\">Danielle Zarcaro</a>, <a href=\"https://europe.wordcamp.org/2021/speaker/grzegorz-ziolkowsk/\">Grzegorz Ziółkowski</a>, <a href=\"https://europe.wordcamp.org/2021/speaker/koen-van-den-wijngaert/\">Koen Van den Wijngaert</a> and <a href=\"https://europe.wordcamp.org/2021/speaker/milana-cap/\">Milana Cap</a></p>\n\n\n\n<p>Jose Ramon Padron and Lesley Molecke moderated the discussion. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<p>Torque Magazine did an outstanding job live tweeting. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">\"With FSE a theme developer can develop with a more solid foundation. More of their time and energy can be spent building things that have more value for their customers\" <a href=\"https://twitter.com/vdwijngaert?ref_src=twsrc%5Etfw\">@vdwijngaert</a></p>— Torque (@TheTorqueMag) <a href=\"https://twitter.com/TheTorqueMag/status/1401945858598338562?ref_src=twsrc%5Etfw\">June 7, 2021</a></blockquote>\n</div>\n\n\n\n<p class=\"has-large-font-size\" id=\"0-the-transcript-and-table-of-contents\"><strong>The transcript and table of contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-introduction-of-the-topic-and-the-panelists\">Introduction of the topic and the panelists</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-what-is-full-site-editing-and-where-did-it-come-from-nbsp\">What is full site editing and where did it come from?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-what-problem-does-full-site-editing-solve\">What problem does Full-Site Editing solve?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-what-happens-to-websites-that-are-live-in-production-when-word-press-5-8-is-released\">What happens to websites that are live (in production) when WordPress 5.8 is released?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-what-does-full-site-editing-change-for-the-various-word-press-stakeholders\">What does Full Site Editing change for the various WordPress stakeholders </a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-why\">Why will Full-Site Editing be in Core and not a plugin?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-w\">What will be the role of existing page builders?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#7-what-is-going-to-happen-with-the-rest-of-the-open-source-solutions-like-joomla-drupal\">What is going to happen with the rest of the open-source solutions like Joomla, Drupal?</a></li></ul></div>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em>José Ramón Padron:</em> Hello, Lesley.</p>\n\n\n\n<p><em>Lesley Molecke:</em> Hey, Moncho.</p>\n\n\n\n<p><em>José Ramón Padron:</em> I’m laughing, because this is the moment my neighbor started to do this at home. I don’t know. I hope it doesn’t sound through the microphone, but I’m hearing a hammer quite hard on that building. I hope it’s not-</p>\n\n\n\n<p><em>Lesley Molecke:</em> I can’t hear anything, but listen, I’m ready for this next session. I can’t believe that we’re already here. It’s already the final session of the day, and it’s going to be a good one. </p>\n\n\n\n<h2 id=\"0-introduction-of-the-topic-and-the-panelists\">Introduction of the topic and the panelists</h2>\n\n\n\n<p><em>José Ramón Padron:</em> Yes, it’s true. It’s going to be a good one, because we have a lot of good people talking about a quite good and hot topic inside the WordPress community. One of the things we are going to have, really near in, I don’t know, in 5.8, in the next version of WordPress, full site editing?</p>\n\n\n\n<p><em>Lesley Molecke:</em> Yes. We would like to welcome our panelists. This is a panel presentation, so it should be a good conversation with a number of experts speaking. So they will join us here on stage in just a moment. Hello, hello. Hi, everybody. </p>\n\n\n\n<p><em>Grzegorz Ziółkowski:</em> Hello.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Hello, there. </p>\n\n\n\n<p><em>Lesley Molecke:</em> Will you please introduce yourselves? </p>\n\n\n\n<p><em>Milana Cap:</em> Which order?</p>\n\n\n\n<p><em>Lesley Molecke:</em> As you wish. </p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img />Milana Cap</div>\n\n\n\n<p><em>José Ramón Padron:</em> So let’s start with Milana, just for talking.</p>\n\n\n\n<p><em>Milana Cap: </em>Because I’m the loudest. Well, you said expert. I’m here just for the cookies and to bribe contributors to come to documentation. Also, I’m here as documentation team co-rep. And I’m the docs focus lead for a new release, 5.8. I should be knowing what’s happening, hopefully soon. I’m Milana from Serbia. </p>\n\n\n\n<p><em>Lesley Molecke:</em> How about you, Danielle?</p>\n\n\n\n<p><em>José Ramón Padron:</em> Thank you so much.</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> Sure. I’m having an issue too. I don’t know whether he’s blowing leaves or mowing the lawn? I don’t know what’s happening. </p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img />Danielle Zarcaro</div>\n\n\n\n<p><em>Lesley Molecke:</em> We can’t hear it, it’s okay.</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> Good. I’m Danielle. I’m from the US. I am the head of paperback web development. We build custom WordPress websites and maintain them, and maintain existing websites, and all that that comes with. We just launched overnightwebsite.com. So that’s mostly what I deal with is the old and the new of WordPress. So it’s the whole range.</p>\n\n\n\n<p><em>José Ramón Padron:</em> Thanks, Danielle. Let’s go with Koen.</p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img /><em>Koen Van den Wijngaert</em></div>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Hey, hi, there. Is this thing on? Hey, Good evening. I’m Koen. I’m a WordCamp and meetup organizer from Belgium. I run my own company called NEOK IT, where I provide software consultancy, partly around WordPress. I’ve been working with WordPress for a few years now. I like to learn things, as well as challenge myself while doing it. </p>\n\n\n\n<p>So for a while now, I’ve been casually contributing to Gutenberg, as a way of giving back and mostly getting more accustomed to the ins and outs of the project. So that’s me. </p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img src=\"https://i1.wp.com/pbs.twimg.com/profile_images/1047874472403845121/ckX4uiBZ_400x400.jpg?resize=203%2C203&ssl=1\" alt=\"Image\" width=\"203\" height=\"203\" /><em>Grzegorz Ziółkowsk</em></div>\n\n\n\n<p><em>Grzegorz Ziółkowski:</em> It looks like it’s me now. So my name is Grzegorz Ziółkowski. I live in Oleśnica, Poland, and I work at Automatic, where I spend all time contributing to the WordPress core. My main focus is Gutenberg. I was helping to merge changes from the plugin, Gutenberg plugin to the WordPress core for the upcoming WordPress 5.8 release, which won’t contain all the necessary pieces of the full site editing. However, there is a lot of new goodies coming that will be ready to use on the site. </p>\n\n\n\n<p><em>Lesley Molecke:</em> Excellent. So Moncho and I have come up with a bunch of questions for you. They go from really basic, and then they work up and get more and more exciting and interesting. So we’re going to start with the first one, which is actually, this is my question, because I don’t know the answer to it yet and hopefully you will educate me. What is full site editing and where did it come from? </p>\n\n\n\n<h2 id=\"1-what-is-full-site-editing-and-where-did-it-come-from-nbsp\">What is full site editing and where did it come from?</h2>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Maybe if I can start, maybe the best thing to say at first is that full site editing is not just a big monolithic heap of a big function. It’s better to think of it as a collection of a lot of features that come with Gutenberg, as part of the second phase of the Gutenberg roadmap. Maybe someone else can pitch in now, so I don’t do a monologue.</p>\n\n\n\n<p><em>Grzegorz Ziółkowski:</em> If you don’t take a bigger picture, so full site editing is part of the Gutenberg project, there are four phases. And we are reaching this year, the end of phase two. The first one was introducing the building blocks for editing content. Now, we will be editing a full canvas of the sites. And the next two phases are collaborative editing. So to let people collaborate when they are changing websites or writing content. And the fourth one is multilingual support.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> What everyone is waiting for, I believe. That’s going to be a big one. </p>\n\n\n\n<h2 id=\"2-what-problem-does-full-site-editing-solve\">What problem does Full-Site Editing solve?</h2>\n\n\n\n<p><em>José Ramón Padron:</em> Anything else? Anything else? Because one of the things inside of Lesley’s question is, what problem does it solve? Which is, I think, very interesting. What do you think?</p>\n\n\n\n<p><em>Milana Cap:</em> I think that the problem it’s trying to solve is to give the user one unique workflow to edit everything. Because at this moment, you have post, you have page, and you go to block editor. Or if you are not brave enough, you’re still using classic editor and you edit your content there. </p>\n\n\n\n<p>But then you want to change your logo, then you have to go to customizer. But then you have some theme options. And it depends on theme from theme, what will you edit and where? I believe the idea is to release end user from need to know everything about the theme, you just go there and you just edit. </p>\n\n\n\n<p>And if you want to edit footer, and you’re on the post and you’re editing post, and then you realize the menu is not correct, you edit menu. You don’t need to know, because nobody cares is it customizer or whatever? People care to know where it is. And it’s a good thing that you can see how it looks on the front end, which I think was the initial idea for Gutenberg. But who knows? Maybe I’m wrong.</p>\n\n\n\n<p>I think that’s a huge problem that will be fixed, and solved with full site editing. For us who are building websites, I know that for every website, I have to create a ton of tutorials and everything, to show clients how to use it. And this will solve all that. So we will be out of job.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> I also like to think that it brings a lot of power and more freedom and flexibility to end users of a website. Because in the traditional way of doing things, there’s a few ways one can have a WordPress website. He can have an agency, have a website built for him. Or he could be using some sort of a theme builder, or he could have installed a theme from the theme directory or maybe it’s even a custom theme.</p>\n\n\n\n<p>But now end users are able to have so much more power about editing templates, and editing all sorts of aspects of their website. I think that’s really exciting to look forward to. </p>\n\n\n\n<p><em>Danielle Zarcaro:</em> I think it solves a couple of problems, to add to that. It takes away some of the ambiguity around how to edit each individual thing. So WordPress’s whole thing is to democratize publishing. There were areas of the websites that were just not available to edit to anyone who doesn’t know code. </p>\n\n\n\n<p>So there’s the ease of use gap that came about, that you can’t edit the 404 page, you can’t edit the header or footer, unless an option is available. Is the theme using the site logo that you upload in WordPress, or you’re going to upload the image and then theme isn’t going to show it. It gets rid of those, however the theme developer decided to do it that day, and it streamlines a lot of that process to do some expected behavior to make it easier for anyone to hop into a site and edit it, and it democratizes publishing on a whole new level. </p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> That’s a nice way of saying it. Yes. Because right now there’s this huge fragmented world of all different ways of themes that came up with our own way of editing site features and headers and customizing things. But there’s no real standard way of doing that. So it just makes it harder to step out of that particular ecosystem, I think. I’m looking forward to the standardized way of doing theming in WordPress.</p>\n\n\n\n<p><em>José Ramón Padron</em>: Grzegorz, I think you had something. Yes.</p>\n\n\n\n<p><em>Grzegorz Ziółkowski:</em> I wanted to add some more to it. Because I think it’s important to note that it’s not only about unifying everything, but it’s also to giving the power to users to change those little bits that annoy them, like the color of the header, or the font size. </p>\n\n\n\n<p>Before, you would have, or either learn CSS or learn HTML just to edit that. But now you will have tools that will allow that, and you won’t have to call your site administrator to do a simple change. So maybe you could tell that, remove the job from those people who maintain those sites, but on the other hand, they will have more time to work on expanding their offering and improving their own products or services, just to use the time.</p>\n\n\n\n<p>So this is something that sounds scary, but on the other hand, it opens a lot of possibilities. Because the idea of blocks also gives you the power that you can create your own blocks that you can use in several websites, and give additional functionality out of the box for your customers.</p>\n\n\n\n<h2 id=\"3-what-happens-to-websites-that-are-live-in-production-when-word-press-5-8-is-released\">What happens to websites that are live (in production) when WordPress 5.8 is released?</h2>\n\n\n\n<p><em>José Ramón Padron:</em> So regarding that this is something new, something is going to happen from 5.8, as far as I know, what happens to the WordPress websites that are already live and in production? Must they be rebuilt in order to use full site editing? Or they’re going to work in the way they are? </p>\n\n\n\n<p><em>Milana Cap:</em> They have to be rebuilt completely. It will crash. No, it won’t.</p>\n\n\n\n<p><em>Koen Van den Wijngaert</em>: It will just crash when you update. </p>\n\n\n\n<p><em>Milana Cap:</em> No, it won’t.</p>\n\n\n\n<p><em>Lesley Molecke:</em>That’s big news. </p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Oh, we were not supposed to say that, sorry.</p>\n\n\n\n<p><em>Milana Cap:</em> No, they will not be crashed, they will not have to be rebuilt completely. As you all know, WordPress always build in mind with what is already out there, not to crash anything. And in 5.8, not everything will get in. So if I’m wrong, please correct me, but I think that in 5.8, you will have to install a Gutenberg plugin to actually use full site editing. So not everything will be there, but it will be foundation for the next releases when everything else will come in. </p>\n\n\n\n<p>But still, we will have some nice things coming in and nothing will break. You can go part by part and rebuilding it and adapting for a complete editing experience. </p>\n\n\n\n<p><em>José Ramón Padron:</em> Thanks, Milana. Anything to add ?</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Maybe Grzegorz can do it. </p>\n\n\n\n<p><em>Grzegorz Ziółkowski:</em> You can go. </p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Okay, but you can just… Well, some of the full site editing features will be added to 5.8, I think, but Grzegorz will probably be able to say which one exactly. I’m hearing feedback. </p>\n\n\n\n<p><em>José Ramón Padron:</em> An echo. There is an echo.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> So it’s not some monolithic feature, like we said before, but it’s more like a collection of features and they won’t be turned off all at once by default, by just upgrading to WordPress 5.8. You do need to have a full site editing team to enable all features, but some of them will also be available for non-block based themes. </p>\n\n\n\n<p>Things like the template editor blocks, the site logo, the tagline, the query blocks, posts, posts related blocks, like post title, post [inaudible 00:14:45], they will all be made available in the post editor. And as well as that, I think it was also possible to also not edit, but with add new templates to a normal theme and edit those in the template editor. It’s pretty awesome. </p>\n\n\n\n<p><em>Grzegorz Ziółkowski:</em> So the first step is to allow people to change, use the block-based paradigm on a single page. So think about that, about previously you would have to create a PHP file to change a single page view. And now you will be able to do that to through UI, and that will create an override that you would be able to delete later. But as a user, so it’s more like empowering people who have access to the sites, rather that’s a feature for the team designer.</p>\n\n\n\n<p>So that’s one thing. And everything like that is optional, so there will be a flag to disable that. So site owners or theme authors we will say that, “I don’t want that,” and they can remove that. </p>\n\n\n\n<p>The one big change is that not necessarily related to full site editing, but is somehow in the same area is the widget editor, which will be… I don’t know what’s the final decision, but it will be depending on the feedback from the testing, either an opt-in or opt-out.</p>\n\n\n\n<p>So the idea would be that you will be able to use the same blogs you use in your content to use also in site, when you would previously use widgets. So that’s a nice change. If you have your own custom blocks, you would be able to put there as well, which will open those new possibilities, and also somehow unify the interface. </p>\n\n\n\n<p>But as you could hear, there is a lot of new blocks coming. But it’s just addition, it’s not something that you have to use. It’s just there if you want to try them out, that will be perfect time to do that after 5.8 is out. And there is a-</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> That will be released tomorrow, by the way. So if you want to test it, please do so. It’s by a lot of users that can test and provide feedback on the new update that we can improve upon those things, and decide what can be added and what should be skipped. So go install it tomorrow.</p>\n\n\n\n<p><em>Lesley Molecke:</em>Yes, we should acknowledge that, that everyone here is actually working really hard right now to create the new release, while also attending WordCamp Europe and being here on this panel and contributing on track too, and y’all are everywhere. Thank you, thank you, thank you for your time. </p>\n\n\n\n<h2 id=\"4-what-does-full-site-editing-change-for-the-various-word-press-stakeholders\">What does Full Site Editing change for the various WordPress stakeholders </h2>\n\n\n\n<p>My next question has to do with stakeholders. So obviously, a big change like this to WordPress has multiple stakeholder groups. It has the end users, the users of WordPress websites down the road. It has the editors of WordPress websites. It has the companies who build themes and the companies who build plugins, and the people who contribute, all of these different groups. </p>\n\n\n\n<p>I’m interested in talking about the theme creators who currently primarily rely on offering block patterns with their own header and footer and sidebar management. So how does that work with full site editing?</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> Well, it works the same way. You can offer whatever you want. I think it’s a misconception that by giving the users the ability to do what they want means that they’ll be able to do anything they want. If you are someone like me who’s creating custom sites, you can actually more easy put options and make it so that you don’t have to install a whole extra plugin to add a couple of extra options. You reserve that for the bigger projects that you’re doing.</p>\n\n\n\n<p>And it’s up to the theme creators, if they’re creating a theme on a wider scale, instead of just an individual client, that’s up to them to decide how they want it to work. They just opt into stuff, they add stuff, they add their custom options, but it’s all working within the same ecosystem, and we’re all speaking the same language now instead.</p>\n\n\n\n<p>So if you don’t want to make it so that your header and your footer and your sidebars are manageable in the block editor or in full site editing, then I guess you don’t have to. You can hard code whatever you want, you can do that now, you don’t have to make any options available. </p>\n\n\n\n<p>But then at some point, you’re going to start to fall behind, in terms of what you’re able to do. So it’s going to work the same way, just with more possibilities. That’s how I go about looking at it. </p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> You’ll be able to turn off or on, or even tweak some of the configuration options just by providing a single JSON file for those things. But also, I like to think that with full site editing, a theme developer or theme designer can benefit from a more solid foundation that is standardized and optimized for things like accessibility, usability and performance. </p>\n\n\n\n<p>That way more of their time and energy can be spent into building things that actually add value to their customers, all the while benefiting from the existing full site editing features and even tweaking them to their liking. So that’s a big plus, I think. So they don’t have to go and reinvent the wheel every time they build a new website.</p>\n\n\n\n<p><em>José Ramón Padron:</em> There is something related to the last major change we saw in WordPress, when Gutenberg appears, when Gutenberg finally was born in 5.0. And now you can see that there is a plugin that is the old editor. And at this moment, we this kind of legacy, we can call it legacy, but it’s still available there. </p>\n\n\n\n<h2 id=\"5-why\">Why will Full-Site Editing be in Core and not a plugin?</h2>\n\n\n\n<p>My question is about why there are things that can sit in the core, and a different one can be set as a plugin? For example, why put the full site editing in the core when it is something that the majority of users at this moment don’t know? And we hope all of them are going to use it, but as everything that comes new in WordPress, there is always a time for getting used to it. </p>\n\n\n\n<p>So what do you think is the main reason full site editing is in the core and not, for example, in a plugin and people can choose if they want it or not?</p>\n\n\n\n<p><em>Milana Cap:</em> I think that now that we have Gutenberg in core, and full site editing is obviously expansion of what we were using in core by now, I think it would be silly not to have it in core and have it as a plugin, when you can use… This is just a foundation to put all the blocks that you already have. So it’s not like the structure that you still don’t have, you have. There is Gutenberg and now you will just expand it to the whole website.</p>\n\n\n\n<p>And there is benefit in having everything standardized, especially for people who are using themes from our repository. So when you switch theme, you have all those available, things to edit, you know where it is, and you have all the blocks available.</p>\n\n\n\n<p><em>José Ramón Padron:</em> Makes sense.</p>\n\n\n\n<p><em>Milana Cap:</em> So that’s a huge benefit. I love that theme in wordpress.org is insisting on idea that people will change themes, and they cannot lose anything. I love that idea. I think this will really help having that. </p>\n\n\n\n<p>So when you have custom themes, and people have different ways of editing right now the header, the footer, or they don’t have it at all, so you’re afraid to change the theme. But with full site editing, you will have all that available.</p>\n\n\n\n<p>Now, as far as not knowing how to use it goes, we didn’t know many things, how to use. And the thing that we really need right now is, here comes my pitch, documentation. So we really, really need to document everything good, because when you don’t have documentation, people don’t know how to use it and then they don’t interact with it enough. They don’t find bugs, they don’t contribute. They don’t think ideas how to expand it, and you don’t have contributors, and there is no cycle for open source. So first, we need to do a good documentation. </p>\n\n\n\n<p>We did fail a bit with Gutenberg getting in, and we can still feel it. We can still feel developers who are frustrated and don’t know how to work with it and how to build on that. I’m asking everyone to come and help. While doing documentation, you will actually learn how to do it. </p>\n\n\n\n<p>I’m not afraid of new things. I don’t think anyone should be afraid, especially because this is not a really new thing, like Gutenberg was a new thing. We didn’t know what it was. Now we know, full site editing is what we already know, it’s new, but expanded, so it’s easier to learn. And if we do enough work, and we are doing… people make WordPress themes are doing great job.</p>\n\n\n\n<p>Just mentioning few, Anne is doing the testing, great job, and Carolina even have a website for full site editing where you can read everything. So it’s doing better, and we can learn and there are resources, so there’s no need to be afraid of it. </p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> And if I’m not mistaken, there’s even seven milestones added to the full site editing milestones. It’s called gradual adoption. So that it focuses solely on making sure that full site editing features are being adopted better and more gradual. And that work is being put into actually making sure that the documentation is on par, and that the dev notes are up to date, and all of that kind of thing. So that’s also important. That’s also part of the work that’s now being done after the feature freeze for the 5.8 features. </p>\n\n\n\n<p><em>Danielle Zarcaro:</em> I think from my perspective, as someone who’s working with it and working with people, no one’s going to use it if you make it optional. People are going to do what they’re going to do, if you let them. </p>\n\n\n\n<p>I think WordPress itself has never, it’s been very transparent about where it’s going. We’ve all been able to use Gutenberg for years now. We’ve been able to install the plugin, and then we’ve been able to use the block editor in core for years now. So it’s like we’ve had this getting used to period.</p>\n\n\n\n<p>So we’re just going in the direction that we said we’d go in, and people can still find ways to go backwards. They can still install the classic plugin for sites that need it, they can install the classic plugin for certain things. They cannot enable the block editor for custom post types. There’s all kinds of stuff that you can do to counteract some of that. </p>\n\n\n\n<p>But like I referenced before, and I’ve talked a lot about this in the past, at some point, you have to embrace the tool that you’re using. So you’re either going to embrace the fact that we’re all working towards the same goal, or you’re working against it and basically forking your own version and working on your own, which is fine. But then you can’t offer the latest stuff. </p>\n\n\n\n<p>I think it’s up to you as a developer to, on some level, work with things, and meet WordPress where it is. You have to give up. WordPress is open source. You have to allow yourself to go with the tide a little bit. </p>\n\n\n\n<p>And when you have new users who come into WordPress, who are installing things, they’re not going to know that there was an old WordPress. They’re not going to know that, oh, I have to install this other plugin to enable all of these awesome features. You have to think forward. So you have to allow these new users to start installing it, and use all the cool latest stuff. </p>\n\n\n\n<p>If someone wants to go backwards for a bit, then they can put the work in to do that. </p>\n\n\n\n<p><em>Grzegorz Ziółkowski: </em>It’s also worth mentioning that the full site editing, it’s soon to be included in the core, it’s always something that we wanted to have. It’s not something that came, because there was the 5.0 release and the block editor. It’s the other way around.</p>\n\n\n\n<p>So we took the smallest step possible to enable people to start using this block paradigm, start learning UI. We got a lot of feedback. And if you look at the iterations that worked, how the editor looked two and a half years ago and how it looks now, it’s a completely different product.</p>\n\n\n\n<p>And also the way, how we people started thinking about building content with blocks is different. It’s not longer, building small custom blocks, but rather combining a lot of existing blocks into block patterns, into having UIs, having ways to change a big portion of the page with solutions. Like now it’s coming to the query block that allows you to switch the list of blog posts will be displayed on the page.</p>\n\n\n\n<p>So we are constantly trying to make it easier for users to provide the infrastructure, also for plugin authors, for theme authors, so they can build upon that, and have the unified experience. So people, once they learn how to write a post, they will know how to change the template of the page, because it’s exactly the same paradigm. </p>\n\n\n\n<p>It’s even in the same UI interface. You just go from one page to another, without the page reload. Everything can happen, you can go back, you can revisit how it looks when you compose everything together. It’s no longer you need to go to the preview of the page and see another tab to see, oh, it looks good, but now something broke outside of the post content. I need to go find customizers and go to this template, or call the theme author on the support and change that for me. </p>\n\n\n\n<p>So this is a huge project, and has so many layers on top of that. We want to bring as much as possible, I would say, what makes sense to most of the users, but not all of them. Because there is always room for extenders to build their own solutions on top of that, and give this unique perspective and look and feel for the customers.</p>\n\n\n\n<h2 id=\"6-w\">What will be the role of existing page builders?</h2>\n\n\n\n<p><em>Lesley Molecke:</em> I feel like we’re tiptoeing closer and closer to this question. I’m just going to ask it, just get it out there on the table. What do you all feel is the big role for the online page builders, the Divi, the Elementor, these big guys, taking into account that we’re moving into full site editing, block patterns, all of these things that are being built into WordPress core? What is the role of these page builders that so many of us use? </p>\n\n\n\n<p><em>Danielle Zarcaro:</em> I think that’s up to them. I think ultimately, they were there to push the envelope. They were there to bring us to where we currently are. I think without them, we might not have had this extra push. Maybe it would have taken a few more years to put all this into core. These builders saw this hole and filled it. </p>\n\n\n\n<p>And ultimately, they’re going to have a different UI anyway. So they’re going to do have their fan base, they’re going to have their whatever preference to editing things, maybe certain things are dragging and dropping. Whatever they make available, they’re going to extend WordPress. So that’s up to them to decide how they’re going to go about it. </p>\n\n\n\n<p>So they’re all already currently working with the block editor, all the major ones anyway are. If they’re concerned at all about future proofing themselves, they’ve already looked into how to integrate themselves with the block editor. I think it’s only going to enhance everything to see how they go about integrating themselves into the new ecosystem. </p>\n\n\n\n<p>I really love, as a developer, I love the way Oxygen goes about it, where you can build stuff, and then go and edit it in Gutenberg. So that’s a really cool take on it. And so it’s just a new way to innovate, and they’re going to have their place.</p>\n\n\n\n<p>I think it’s cool that we now have these established things. We have these people to look to, to see where are the new holes in WordPress? Where can we go from here? And they’re going to continue to just push the envelope. I love the diversity that’s out there. </p>\n\n\n\n<p>When you talk about builders, there’s at least four that come to mind and that’s awesome. And I hope that it stays that way and grows. And that’s only going to help us. And so hopefully, it’ll take away some of that, Divi does this way and Elementor does this way. So some things are going to hopefully become uniform, and then they’ll branch out in other ways. </p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Exactly. Because now, there’s a few big ones indeed, and they all seem to have their own ecosystem surrounding them, which is okay, because as you said, they all implement and provide their own stream of users to the WordPress platform. So it’s definitely interesting to look at, and observe how they will interact with WordPress and Gutenberg.</p>\n\n\n\n<p>I know most of them already have some sort of a way to either include a new template view or something as a block, or even toggle between Gutenberg and their own editor. But the thing I’m actually quite looking forward to is whether or not they will start using the new default way of doing things. So that they can actually merit from how it is now going to be supposed to be done, and add on top of that their own set of features and new value-adding stuff. </p>\n\n\n\n<p>Like the cadence theme, for example, is doing. In my eyes, it’s quite a nice way of implementing Gutenberg the right way. I’m very interested to see how they will be going to implement full site editing things in the near future, because now it’s all in the customizer, of course. So, interesting. </p>\n\n\n\n<h2 id=\"7-what-is-going-to-happen-with-the-rest-of-the-open-source-solutions-like-joomla-drupal\">What is going to happen with the rest of the open-source solutions like Joomla, Drupal?</h2>\n\n\n\n<p><em>José Ramón Padron:</em> We were talking about how full site editing can affect the own WordPress ecosystem, talking about for example, what happens with the builders, builders like Divi, Elementor, et cetera. But what do you think, taking account you are developers, designers, you are on the technical side, contributors, what do you think is going to happen with the rest of the open source solutions like Joomla, Drupal? How do you think it’s going to affect? So it’s going to make WordPress better than the rest, it’s going to be a real advantage in front of the rest, like Wix, like the other ones, not only in the open source reality, but outside WordPress? What do you think is going to happen with full site editing?</p>\n\n\n\n<p><em>Milana Cap: </em>They will all take Gutenberg. Drupal already do it.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> But Drupal also has a [crosstalk 00:37:15]. But there’s not like this CMS is better than the other one. They all serve different purposes. And it’s like using the right tool for the right job. And having more competition in the game is pretty good actually.</p>\n\n\n\n<p>I think the biggest reason that we, as WordPress, have the biggest market share to date in the CMS market is because of the low threshold to start building websites. And that’s partly thanks to all of those theme builders. I think it’s important to reach out and make sure that we all keep using WordPress and not just fork off their own version of WordPress, because it’s open source, they can do that. </p>\n\n\n\n<p>So if we all collaborate, we can build pretty nice things, I think. </p>\n\n\n\n<p><em>Milana Cap:</em> I think we already saw this many times in history, but let’s just take a look at Internet Explorer 6. It was so bad that we got this good Chrome and Firefox. And it was so difficult to create posts for some people in WordPress, that we got page builders. So this is happening. There is always this kind of competition between WordPress and Joomla and Drupal. </p>\n\n\n\n<p>But the truth is, they all have their share. Ours is a little bigger than theirs, but they will continue to exist, and I hope they will push, they will invent something new. And then we will be jealous, and we will do something better, because that’s how it works. Human mind compares. So that’s what we do.</p>\n\n\n\n<p>I’m proud that 12 years ago I have selected WordPress and now it’s 40%. I think I’m smart, because I did that. But I don’t like just one way of doing things. I like things messing up. I like people inventing new things. That makes us all better and everything makes better. </p>\n\n\n\n<p>I’m really looking forward to see what other CMSs will do, but also what will page builders do. I have never used page builder, as someone who builds website and some of you uses website. I cannot say anything. </p>\n\n\n\n<p>But I’m seeing in our WordPress Serbia Facebook group, I’m seeing people asking questions about it. I know what they are doing and how, and I really hope to see they invent something insane, so we will have to push Gutenberg again and just pushing forward. </p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Even better.</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> I think it’s going to blur the line a little bit. Because I just recently had to go into a Wix site and it is no longer Wix or Weebly. It is Wix or Webflow. Webflow popped up as an in between to Weebly and the GoDaddy builder and WordPress.</p>\n\n\n\n<p>I think it blurs the line a little bit, where you can now visually edit things and you can now edit those parts, like I said, the 404. All these other things, you can just do now. And so I think it blurs the line and WordPress can now fit into more categories as well.</p>\n\n\n\n<p>So maybe it’s not a Squarespace, which is a template machine that you stick a bunch of stuff in and it’s easy, but it does open it up to a whole nother market. Instead of just, oh, you got to have somebody on your side, it now opens the door for more people. And then now they’re ready to grow, and now they come to you and are familiar with WordPress. </p>\n\n\n\n<p>So there’s the three or four other markets that’ll pop up as well. So it blurs a little bit and makes it a little more accessible. </p>\n\n\n\n<p><em>Grzegorz Ziółkowski:</em> There’s also one thing that I’m looking forward to, is the blog patterns directory, which should enable a quicker creation of websites, instead of going, changing everything yourself. If you don’t have, like me, skills for designing, you just pick something that someone crafted very carefully. And maybe pay some fee for that and have unique experience for all the use cases you have.</p>\n\n\n\n<p>It’s no longer you need to use one theme, and hope that it has all the solutions you need. Instead, you can combine from different sources and build the best experience you need. So that’s one thing.</p>\n\n\n\n<p>One thing that I’m looking forward to is how I’m seeing the growth of headless. It’s getting a lot of attention at the conferences in the WordPress community. And that interaction with full site editing, I’m looking forward how that will evolve. Because at the moment, if you want to use headless solutions you need to build from scratch the front end side.</p>\n\n\n\n<p>However, if you combine that with what Gutenberg can produce and reach that, that will open a new set of possibilities. And that will bring big companies looking at WordPress, because now they will be able to build completely custom solutions, and also use whatever WordPress provides in its core, rather treating it as a source of the content only.</p>\n\n\n\n<p><em>José Ramón Padron:</em> I’m glad to read that question. </p>\n\n\n\n<p><em>Lesley Molecke:</em> Koen, you have one final thing to add, before we sign off?</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> I was going to say that one obstacle might be that a lot of back end developers have mostly skills in writing PHP and stuff. But most of the new features, you really do benefit more if you have a JavaScript back end. I think we should also focus on helping those developers transition into more and more adopting JavaScript and active development to develop even better new solutions.</p>\n\n\n\n<p><em>Milana Cap: </em>And documentation. </p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Most importantly, of course. </p>\n\n\n\n<p><em>Lesley Molecke: </em>Yes. Well, thank you, thank you, thank you all for this really interesting conversation. I now know more about full site editing than I do before, thanks to you. But also, I think our audience does as well, which is fantastic.</p>\n\n\n\n<p>And again, thank you for taking the time to join us, even though you’re also so, so busy working on the new release, and working on this massive change to WordPress. We’re really grateful to you and your time. Enjoy the rest of the conference. We will see you later and thank you. </p>\n\n\n\n<p>Will you be heading over to the Q&A room to talk with the audience? Does that sound like a familiar thing to you? All right. </p>\n\n\n\n<p><em>Milana Cap:</em> We can, if there are questions.</p>\n\n\n\n<p><em>José Ramón Padron:</em> There will be.</p>\n\n\n\n<p><em>Lesley Molecke:</em> People can also make meetings with you and see you in other rooms and things.</p>\n\n\n\n<p><em>José Ramón Padron:</em> There will be more content related full site editing during WordCamp Europe, in each day, I think, or also in the number two track. So this is not the last time we are going to talk about full site editing. </p>\n\n\n\n<p>Another thing is to say thank you for accepting our invitation, more or less in the last minute. Thank you. Thank you so much.</p>\n\n\n\n<p><em>Lesley Molecke:</em>Thank you all.</p>\n\n\n\n<p><em>Milana Cap:</em> Thank you, bye. </p>\n\n\n\n<p><em>Grzegorz Ziółkowski:</em> Thank you.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Thank you. Very nice to being here. </p>\n\n\n\n<p><em>José Ramón Padron:</em> See you around. Ta-ta.</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, 12 Jun 2021 18:31:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:72:\"WPTavern: Gutenberg 10.8 Adds New Typography Controls and Block Previews\";s:7:\"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=118211\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/gutenberg-10-8-adds-new-typography-controls-and-block-previews?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-10-8-adds-new-typography-controls-and-block-previews\";s: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:6354:\"<p class=\"has-drop-cap\">On Wednesday, <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">Gutenberg 10.8</a> landed in the WordPress plugin directory. The release includes new typography options for controlling the Heading block’s font-weight and the List block’s font family. The Audio and File blocks now show preview content in the inserter.</p>\n\n\n\n<p><a href=\"https://wptavern.com/gutenberg-10-7-integrates-with-the-pattern-directory-introduces-new-block-design-controls\">Gutenberg 10.7</a> felt like it introduced flashier features than 10.8. But, this was still a solid release. Sometimes the things that you do not see are just as important as those that you do. Full Site Editing (FSE) components continue to move along at a swift pace. Most changes were bug fixes rather than enhancements.</p>\n\n\n\n<p>One of the primary theme-related FSE upgrades allows developers to set the <a href=\"https://github.com/WordPress/gutenberg/pull/31878\">padding for nav menu links</a> via <code>theme.json</code>. This may be a small win, but it is unlikely to address the numerous issues with styling navigation items and nested lists. The change also does not affect the Page List block links, which can be set as a nav menu item. The Navigation block will be one of the toughest nuts to crack before site editing is a possibility. Enhancements like this help, but it is a long and winding road to a solution that satisfies both theme authors and users.</p>\n\n\n\n<p>Users should see the <a href=\"https://github.com/WordPress/gutenberg/pull/32037\">post title in template-editing mode</a>. The template details modal also includes <a href=\"https://github.com/WordPress/gutenberg/pull/32042\">more detailed information</a>, such as how to best name custom templates.</p>\n\n\n\n<h2>New Typography Options</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 10.8 enables the <a href=\"https://github.com/WordPress/gutenberg/pull/27639\">font-weight control for Heading blocks</a>. This allows theme authors to define the default weight via their <code>theme.json</code> files, and users can override this via the sidebar panel in the editor.</p>\n\n\n\n<img />Testing font weights for the Heading block.\n\n\n\n<p>The control displays all nine possible weights:</p>\n\n\n\n<ul><li>Thin</li><li>Extra Light</li><li>Light</li><li>Regular</li><li>Medium</li><li>Semi Bold</li><li>Bold</li><li>Extra Bold</li><li>Black</li></ul>\n\n\n\n<p>While each weight is selectable, it does not mean all fonts support a specific weight. For example, users will see no difference between Extra Bold and Black with the Twenty Twenty-One theme.</p>\n\n\n\n<p>In the long term, this should be coupled with the font family control. This would allow theme authors to define which weights are supported by a specific family, making those the only options for users.</p>\n\n\n\n<p>The List block is jumping ahead of others with its <a href=\"https://github.com/WordPress/gutenberg/pull/27510\">support of the font family option</a>. Generally, we would see the Heading or Paragraph blocks gain such features first.</p>\n\n\n\n<img />Setting a custom font family for a List block.\n\n\n\n<p>The Site Title, Site Tagline, and Post Title blocks all currently support the font family control. It is a welcome addition to see expanded typography options, but I look forward to the day they are offered across every block.</p>\n\n\n\n<p>Theme authors can also define <a href=\"https://github.com/WordPress/gutenberg/pull/31118\">custom letter spacing</a> for the Site Title and Site Tagline blocks. However, the feature does not currently appear in the block options sidebar, which would allow users to customize it. There is an <a href=\"https://github.com/WordPress/gutenberg/issues/32577\">open ticket</a> to address this missing piece of the UI.</p>\n\n\n\n<h2>Audio and File Block Previews</h2>\n\n\n\n<img />Audio block preview in the inserter.\n\n\n\n<p class=\"has-drop-cap\">The development team added new previews for the <a href=\"https://github.com/WordPress/gutenberg/pull/32333\">Audio</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/32350\">File</a> blocks in the inserter. This is a nice-to-have enhancement, adding long-missing previews of some of the remaining core blocks, but it is also a bug fix.</p>\n\n\n\n<p>In previous versions of the block editor, users who attempted to upload media via the Audio or File blocks would get a <a href=\"https://github.com/WordPress/gutenberg/issues/8119#issuecomment-850787884\">duplicate upload</a>. This only happened in situations where their theme or a plugin registered a custom block style. Adding a preview apparently fixed this odd bug.</p>\n\n\n\n<p>This change also nearly gives us a complete set of previews for the pre-WordPress 5.8 blocks. Classic, Spacer, Shortcode, and Legacy Widget do not have them, but they are unique cases. The upcoming theme-related blocks also lack previews.</p>\n\n\n\n<h2>“Archives” Label Now Shown for Archives Dropdown</h2>\n\n\n\n<img />Duplicate archives heading and label.\n\n\n\n<p class=\"has-drop-cap\">When using the Archives block as a dropdown, it now <a href=\"https://github.com/WordPress/gutenberg/pull/30527\">outputs a label titled “Archives.”</a> While it is a seemingly trivial change, it could impact how themes typically present this block.</p>\n\n\n\n<p>This <em>enhancement</em> changes some existing expectations. The primary use case throughout WordPress’s history has been to show the Archives dropdown in a widget. In that case, there is almost always a widget title with the “Archives” text preceding it. I expect most other use cases would follow a similar pattern. This essentially creates duplicate text.</p>\n\n\n\n<p>Themes Team representative Carolina Nymark had an <a href=\"https://github.com/WordPress/gutenberg/pull/30527#issuecomment-817026048\">alternate suggestion</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>What if the label was visible by default, but there was an option for hiding it? Similar to the search block, except there would be an actual label hidden with a screen reader text CSS class when the option is toggled.</p></blockquote>\n\n\n\n<p>That would have been my suggestion too if I had seen the ticket earlier. For now, theme authors who need to hide it should target the <code>.wp-block-archives-dropdown > label</code> class in their CSS.</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, 12 Jun 2021 00:50: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:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: WordCamp Europe 2021 Gutenberg Demo: “The Block Editor Gets Ready to Become a Site Builder”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118187\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:241:\"https://wptavern.com/wordcamp-europe-2021-gutenberg-demo-the-block-editor-gets-ready-to-become-a-site-builder?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2021-gutenberg-demo-the-block-editor-gets-ready-to-become-a-site-builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3213:\"<p>Matt Mullenweg and Matías Ventura joined <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a> to chat about what’s happening with the Gutenberg project and celebrate the progress contributors have made over the past four years.</p>\n\n\n\n<p>“For me, 2020 was the year that really felt like people started to see the vision of Gutenberg from four or five years ago, when it was very abstract and they saw it as kind of like the old WYSIWYG editor with some extra lines on it or something,” Mullenweg said. “The first 17 or 18 years of WordPress democratized people putting text into a box. Now we’re democratizing design, allowing people to control the boxes.”</p>\n\n\n\n<p>Ventura commented on how transformative patterns have been for making page design approachable for users.</p>\n\n\n\n<p>“Perhaps it was a smaller part of the roadmap initially but it’s becoming a centerpiece – especially because it allows…world class designers to provide a starting point for users and users get to learn design as they are interacting with themes,” Ventura said. He began his WordPress developer journey by “tinkering with themes,” as many others did, and believes that blocks can unlock a similar experimental learning experience.</p>\n\n\n\n<p>“I think we are getting into a chapter where people will be able to tinker with things that were sort of hidden for you in WordPress – more advanced things like queries and loops, that we can now expose through blocks,” Ventura said. “They can be stepping stones for people to learn how to work with WordPress.”</p>\n\n\n\n<p>Mullenweg commented on how things that previously would have required a fairly experienced WordPress developer to do, like creating a home page with a column that shows five recent posts from a particular category, and another column that shows featured posts in a different category, you can now do with just a few clicks.</p>\n\n\n\n<p>“It’s no code – it’s like expanding the layers of accessibility of what people are able to do with WordPress,” Mullenweg said. “That, to me, is very core to our mission.”</p>\n\n\n\n<p>Mullenweg and Ventura debuted a new “Gutenberg highlight” video that covers current and new features coming to the block editor, as it “gets ready to become a site builder.” These kinds of marketing videos are so valuable because users don’t always know what is possible, even if the tools are approachable for anyone to use. </p>\n\n\n\n<p>The video demonstrates new design features for different blocks, including the transform live previews, dragging media into container blocks, inline cropping without leaving the editor canvas, the template editor, duotone image filters, more customization options for navigation, improvements to the list view browser, and the new global styles design that is coming soon.</p>\n\n\n\n<p>Check out the video below and you can also <a href=\"https://youtu.be/o-IvKy3322k?t=10673\">watch Mullenweg and Ventura’s conversation</a> that was recorded during the event.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\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, 11 Jun 2021 20:11:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: Gutenberg Highlights\";s:7:\"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=10779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/gutenberg-highlights/\";s: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:879:\"<p>During <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a> this past Wednesday Matt and I gathered to discuss the latest developments of Gutenberg and to share a video with some of the current and upcoming highlights. The video is wonderfully narrated by <a href=\"https://profiles.wordpress.org/beafialho/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>beafialho</a> and it was a great opportunity to celebrate all the incredible work that contributors are doing around the globe to improve the editing and customization experience of WordPress. For those that weren’t able to attend live it’s now available for watching online.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Matt also opened a thread for questions <a href=\"https://ma.tt/2021/06/wceu-open-thread/\">on his blog</a>, so be sure to chime in there if you have any!</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, 11 Jun 2021 11:03: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:14:\"Matias Ventura\";s: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:66:\"WPTavern: A Progress Bar Block Plugin Done Right by the Tiles Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/a-progress-bar-block-plugin-done-right-by-the-tiles-team?utm_source=rss&utm_medium=rss&utm_campaign=a-progress-bar-block-plugin-done-right-by-the-tiles-team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4425:\"<p class=\"has-drop-cap\">I have been on the hunt for a decent progress bar solution for a while now. Most of them are bundled in large block libraries, requiring me to install another 20 or 30 blocks in which I have no need. Others seem to miss the mark entirely with odd configurations and block options. Some of the remaining plugins still use shortcodes and widgets, but it is 2021. I am looking for a block.</p>\n\n\n\n<p>A couple of days ago, the <a href=\"https://wordpress.org/plugins/tiles-progress-block/\">Tiles Progress Block</a> landed in the directory. It seems to be a smaller piece of a larger project named Tiles. I have been keeping an eye on the team’s work since its initial <a href=\"https://wordpress.org/plugins/tiles/\">design and patterns framework plugin</a> launched last week. That project is still in beta, and only time will tell if it becomes a competitive project in the block space.</p>\n\n\n\n<p>However, the team’s new progress bar block was just what I was looking for. Other than one bug, which I <a href=\"https://wordpress.org/support/topic/background-style-object-object/\">reported to the developer</a>, I found no serious issues.</p>\n\n\n\n<p>The plugin does what it says on the tin. It registers a Progress Bar block:</p>\n\n\n\n<img />Small and Large progress bars with default colors.\n\n\n\n<p>Out of the box, it includes Small and Large styles, allowing the user to adjust the size of the bar.</p>\n\n\n\n<p>Its strength is that — I cannot stress this enough — the block’s content is editable within the editor canvas area. This includes the label and percentage. This is a refreshing change from the many others that require users to jump back into the block options sidebar to change simple text. Because the block uses Rich Text fields for its label and percentage, end-users can use inline formatting tools like bold, italic, and more.</p>\n\n\n\n<p>The block also uses the standard typography and color palette controls from core WordPress. This provides access to the theme’s font sizes and colors.</p>\n\n\n\n<img />Adding custom labels, percentages, and colors.\n\n\n\n<p>Plus, users can choose wide and full-width layouts, an often overlooked feature in block plugins.</p>\n\n\n\n<p>Overall, I am digging this block plugin. If I had one feature request, it would be to add a border-radius option. By default, the progress bar is rounded, but some users might prefer squared corners.</p>\n\n\n\n<h2>Extending the Block</h2>\n\n\n\n<p class=\"has-drop-cap\">In theme previews, I almost always see progress bars showcased alongside how much PHP, HTML, and JavaScript the demo’s <em>faux</em> developer has learned. It is rarely a real-world representation of progress bars. <em>How do you quantify how much of a coding language you have mastered?</em> I have been doing this for nearly two decades and cannot answer that.</p>\n\n\n\n<p>Progress bars should be of measurable things. For example, steps someone has taken in an online learning course, percentage of total donations received, and any number of things that can be counted are far more realistic.</p>\n\n\n\n<p>My favorite use of progress bars also happens to be on my <a href=\"https://www.brandonsanderson.com/\">favorite novelist’s website</a>. I like to keep an eye on Brandon Sanderson’s work, looking forward to getting my next literary fix (yes, I am a fanboy).</p>\n\n\n\n<img />Brandon Sanderson’s writing progress.\n\n\n\n<p>Currently, Tiles Progress Block does not handle that exact layout. However, because it is built on the block system and does not do anything out of the ordinary, theme authors can change that with custom styles.</p>\n\n\n\n<p>And that is just what I did. My <em>Sanderson-esque</em> book progress bars (rough, unpolished <a href=\"https://gist.github.com/justintadlock/479210f63ce97f980efd37d6392cf2e9\">code available as a Gist</a>):</p>\n\n\n\n<img />Progress bars with custom block style.\n\n\n\n<p>The thing I love about the block system is that themers can extend blocks in this way. There is no needless checking for active plugins, loading additional per-plugin stylesheets, or figuring out each plugin’s unique system.</p>\n\n\n\n<p>If a block is coded to the current standards, theme authors merely need to hook in with their own styles. Users can then select those styles via the editor and even make them the default.</p>\n\n\n\n<p>I want to see more of this from the block plugin ecosystem.</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, 11 Jun 2021 02:48:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"WPTavern: WordPress 5.8 Introduces Support for WebP Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/wordpress-5-8-introduces-support-for-webp-images?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-8-introduces-support-for-webp-images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3789:\"<p><a href=\"https://developers.google.com/speed/webp\">WebP</a> support is coming to WordPress 5.8. This modern image file format was created by Google in September 2010, and is now supported by <a href=\"https://caniuse.com/webp\">95%</a> of the web browsers in use worldwide. It has distinct advantages over more commonly used formats, providing both lossless and lossy compression that is <a href=\"https://developers.google.com/speed/webp/docs/webp_lossless_alpha_study#results\">26% smaller</a> in size compared to PNGs and <a href=\"https://developers.google.com/speed/webp/docs/webp_study\">25-34% smaller</a> than comparable JPEG images.</p>\n\n\n\n<p>WebP is currently used by <a href=\"https://w3techs.com/technologies/details/im-webp\">1.6%</a> of all the top 10 million websites, according to W3Techs, and usage has increased over the past five years.</p>\n\n\n\n<div class=\"wp-block-image\"><img /><a href=\"https://w3techs.com/technologies/history_overview/image_format/all/y\">W3Techs</a>: Historical yearly trends in the usage statistics of image file formats for websites</div>\n\n\n\n<p>Adding WebP support to core won’t make all WordPress sites instantly faster, but it will give every site owner the opportunity to reduce bandwidth by uploading WebP images. In the <a href=\"https://make.wordpress.org/core/2021/06/07/wordpress-5-8-adds-webp-support/\">dev note</a>, Adam Silverstein suggested converting images to WebP using command line <a href=\"https://developers.google.com/speed/webp/docs/precompiled\">conversion tools</a> or web based tools like <a href=\"https://squoosh.app/\">Squoosh</a>, but there are also many plugins that can perform conversion on upload. </p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/webp-express/\">WebP Express</a> uses the <a href=\"https://github.com/rosell-dk/webp-convert\">WebP Convert</a> library to convert the images and then serves them to supporting browsers. It is used on more than 100,000 WordPress sites. <a href=\"https://wordpress.org/plugins/imagify/\">Imagify</a> is one of the most popular plugins in use with more than 500,000 active installs. It has a Bulk Optimizer tool that can convert previously uploaded images with one click. The <a href=\"https://wordpress.org/plugins/ewww-image-optimizer/\">EWWW Image Optimizer</a> plugin, used on more than 800,000 websites, also has support for automatically converting images to the WebP format.</p>\n\n\n\n<p>By default, WordPress will create the sub-sized images as the same image format as the uploaded file. More adventurous users can experiment with Silverstein’s <a href=\"https://github.com/adamsilverstein/wordpress-modern-images\">plugin</a> that offers a setting for specifying the default image format used for the sub-sized images WordPress generates. A new <code>wp_editor_set_quality</code> filter is available for developers to modify the quality setting for uploaded images.</p>\n\n\n\n<p>“The media component team is also <a href=\"https://core.trac.wordpress.org/ticket/52867\">exploring the option of having WordPress perform the image format conversion</a> on uploaded images – using WebP as the default output format for sub-sized images,” Silverstein said. “We are also keeping our eyes on even more modern formats like AVIF and JPEGXL that will both improve compression and further reduce resources required for compression.”</p>\n\n\n\n<p>WordPress 5.8 is expected to be released on July 20, introducing WebP support for uploads. The new release also <a href=\"https://core.trac.wordpress.org/changeset/50817\">adds information to the Media Handling section of the Site Health screen</a>, showing the ImageMagick/Imagick supported file formats for the site in case users need it for debugging.</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, 10 Jun 2021 04:27:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:109:\"WPTavern: Original Dark Mode Developer Relaunches Plugin After the Apparent ‘Cash Grab’ of the New Owners\";s:7:\"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=117984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"https://wptavern.com/original-dark-mode-developer-relaunches-plugin-after-the-apparent-cash-grab-of-the-new-owners?utm_source=rss&utm_medium=rss&utm_campaign=original-dark-mode-developer-relaunches-plugin-after-the-apparent-cash-grab-of-the-new-owners\";s: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:6073:\"<img />WordPress dashboard screen with Dark Mode 2.\n\n\n\n<p class=\"has-drop-cap\">Daniel James, the original Dark Mode WordPress plugin creator, is stepping back into WordPress development after a two-year pursuit of other projects. His new plugin: <a href=\"https://darkmode2.com/\">Dark Mode 2</a>.</p>\n\n\n\n<p>It is a response to the recent <a href=\"https://wptavern.com/dark-mode-plugin-repurposed-and-renamed-to-wp-markdown-editor-change-leaves-users-confused\">change to the original Dark Mode plugin</a> for WordPress. Last month, I reported that the WPPool repurposed the plugin to include the commercial <a href=\"https://useiceberg.com/\">Iceberg editor</a>, a feature entirely unrelated to providing a dark viewing mode for the WordPress admin. It is now called WP Markdown Editor.</p>\n\n\n\n<p>After the change, several plugin users left one-star ratings. However, its user base was small compared to that of ProfilePress (<a href=\"https://wptavern.com/profilepress-rebrands-and-repurposes-wp-user-avatar-now-a-membership-plugin-users-revolt-via-the-wordpress-review-system\">formerly WP User Avatar</a>), which continues getting drenched in low ratings. Still, the change did not sit well with James.</p>\n\n\n\n<p>“After finding out that Dark Mode had been passed on to multiple people, I was disappointed to see so many people say they’d take it on without actually bothering to do anything with it,” said James. “It became even more disappointing when I learned the latest developers to have hold of it had ripped out the original functionality in favor of something completely different as a means of selling a product.”</p>\n\n\n\n<p>The Dark Mode plugin was <a href=\"https://wptavern.com/dark-mode-is-possibly-coming-to-a-wordpress-dashboard-near-you\">once a feature proposal</a> for WordPress. James began the process in 2018, but it never moved much beyond the initial stage. In 2019, he put the <a href=\"https://wptavern.com/dark-mode-wordpress-plugin-up-for-adoption\">plugin up for adoption</a>. It changed hands a couple of more times before WPPool became the owner.</p>\n\n\n\n<p>In hindsight, James said he <a href=\"https://wptavern.com/dark-mode-plugin-repurposed-and-renamed-to-wp-markdown-editor-change-leaves-users-confused#comment-376844\">should have just abandoned</a> the plugin. At the time, he was stepping away from WordPress entirely to pursue other projects, including building applications with the Laravel PHP framework. However, he never stopped using WordPress completely and has kept an eye on the community.</p>\n\n\n\n<p>“I think there is more things that WordPress.org maintainers could do, specifically the Plugin Review Team,” he said. “I think more checks need to be done when plugins change ownership and/or are updated. As someone who used to put a lot of time into WordPress, I know how demanding it can be, so having volunteers tasked with more work is always a tricky thing to handle.”</p>\n\n\n\n<p>However, he said he did not have the solution to the problem. “When you take Dark Mode and, more recently, WP User Avatar having their code changed for what appears to be a cash grab, all it does is hurt developers, agencies, and site admins.”</p>\n\n\n\n<p>The repurposing of his former work was the catalyst that he needed to rebuild a solution from scratch. Now, Dark Mode 2 is on the scene.</p>\n\n\n\n<h2>A New Plugin and a Fresh Take</h2>\n\n\n\n<img />Manage posts screen with Dark Mode enabled.\n\n\n\n<p class=\"has-drop-cap\">James says Dark Mode 2 is still early in its development lifecycle. However, he does not think it is far off from where the original plugin would be if he would have continued it. Maybe just shy an extra setting or two.</p>\n\n\n\n<p>“I’ve finally got it to a point where it’s ready to be used and replace the classic Dark Mode plugin,” he said. “The great thing about starting again is that it’s easier to style the WordPress dashboard. There is so much going on in the various wp-admin stylesheets that starting over was the only way. It means it supports the latest version of WordPress and cuts out any outdated styling that was previously there.”</p>\n\n\n\n<p>The plugin currently only has one setting, which individual users can set via their profile page. It is an option between “Light” and “Dark” viewing modes.</p>\n\n\n\n<img />Configuring Dark Mode from the user profile screen.\n\n\n\n<p>There are several features James is eager to work on going forward. One of the most requested from the “classic” Dark Mode days is styling the WordPress editor. At the moment, the plugin steers clear of it.</p>\n\n\n\n<p>“I’ve always been hesitant to do that because of theme editor styles,” he said. “However, lots of themes tend to style the editors in a very basic fashion, so I’ll be looking at adding in ‘support’ styles for those that want a fully dark dashboard.”</p>\n\n\n\n<p>One of the other features he is working on is scheduling when Dark Mode is active or inactive. This would primarily work based on a user’s system preferences if they have their OS set up for light or dark mode at different times of the day.</p>\n\n\n\n<p>“For something that appears to be quite a basic plugin, there’s so much you can do with it,” said James.</p>\n\n\n\n<p>This time around, the plugin developer is making Dark Mode 2 a commercial-only plugin. He is pricing it at £25 (~$35.28 at today’s exchange rate). This includes lifetime updates with no installation limits. James said he wanted to keep the price low and not have people worry about another renewal fee every year while also still being supported for his effort.</p>\n\n\n\n<p>“I’m not going to make millions from this plugin, and that’s okay,” he said. “That’s not my goal. My goal is to make a plugin that helps people and makes it easier for them to manage their website. Plus, it’s about time WordPress got a proper Dark Mode!”</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, 09 Jun 2021 23:20:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:\"\";}}}}}}}}}}}}}}}}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:\"Sat, 03 Jul 2021 05:17:11 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 03 Jul 2021 05:00:09 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:\"20210330033202\";}", "no");
INSERT INTO `wp_679176_options` VALUES("1499", "_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9", "1625332631", "no");
INSERT INTO `wp_679176_options` VALUES("1500", "_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9", "1625289431", "no");
INSERT INTO `wp_679176_options` VALUES("1501", "_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b", "1625332631", "no");
INSERT INTO `wp_679176_options` VALUES("1502", "_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b", "<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/07/the-month-in-wordpress-june-2021/\'>The Month in WordPress: June 2021</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\'>WordPress 5.8 Release Candidate</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/castos-picks-up-756k-in-funding-from-automattic-and-joost-de-valk-to-expand-services-in-the-private-podcasting-market?utm_source=rss&utm_medium=rss&utm_campaign=castos-picks-up-756k-in-funding-from-automattic-and-joost-de-valk-to-expand-services-in-the-private-podcasting-market\'>WPTavern: Castos Picks Up $756K in Funding from Automattic and Joost de Valk to Expand Services in the Private Podcasting Market</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-biratnagar-announces-plans-for-ujwal-thapa-memorial-scholarship?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-biratnagar-announces-plans-for-ujwal-thapa-memorial-scholarship\'>WPTavern: WordPress Biratnagar Announces Plans for Ujwal Thapa Memorial Scholarship</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/07/the-month-in-wordpress-june-2021/\'>WordPress.org blog: The Month in WordPress: June 2021</a></li></ul></div>", "no");
/* INSERT TABLE DATA: wp_679176_postmeta */
INSERT INTO `wp_679176_postmeta` VALUES("456", "19", "_wp_attached_file", "2015/02/lamp2.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("457", "19", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1321;s:6:\"height\";i:624;s:4:\"file\";s:17:\"2015/02/lamp2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"lamp2-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"lamp2-1024x484.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lamp2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"lamp2-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"oscar0 - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("458", "20", "_wp_attached_file", "2015/02/light-bulb.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("459", "20", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1654;s:6:\"height\";i:590;s:4:\"file\";s:22:\"2015/02/light-bulb.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"light-bulb-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"light-bulb-1024x365.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"light-bulb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"light-bulb-768x274.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"light-bulb-1536x548.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("678", "28860", "_menu_item_type", "custom");
INSERT INTO `wp_679176_postmeta` VALUES("679", "28860", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("680", "28860", "_menu_item_object_id", "28860");
INSERT INTO `wp_679176_postmeta` VALUES("681", "28860", "_menu_item_object", "custom");
INSERT INTO `wp_679176_postmeta` VALUES("682", "28860", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("683", "28860", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("684", "28860", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("685", "28860", "_menu_item_url", "#");
INSERT INTO `wp_679176_postmeta` VALUES("686", "28861", "_menu_item_type", "custom");
INSERT INTO `wp_679176_postmeta` VALUES("687", "28861", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("688", "28861", "_menu_item_object_id", "28861");
INSERT INTO `wp_679176_postmeta` VALUES("689", "28861", "_menu_item_object", "custom");
INSERT INTO `wp_679176_postmeta` VALUES("690", "28861", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("691", "28861", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("692", "28861", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("693", "28861", "_menu_item_url", "#");
INSERT INTO `wp_679176_postmeta` VALUES("695", "4", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("696", "4", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("697", "4", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("698", "4", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("699", "4", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("700", "4", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("701", "4", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("702", "4", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("703", "4", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("704", "4", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("705", "4", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("706", "4", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("707", "4", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("708", "4", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("709", "4", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("710", "4", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("711", "4", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("712", "4", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("713", "4", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("714", "4", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("715", "4", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("716", "4", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("717", "4", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("718", "4", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("719", "4", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("720", "4", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("721", "4", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("722", "4", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("723", "4", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("724", "4", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("725", "4", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("726", "4", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("727", "4", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("728", "4", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("729", "4", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("730", "4", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("731", "4", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("732", "4", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("733", "4", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("734", "4", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("735", "4", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("737", "5", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("738", "5", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("739", "5", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("740", "5", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("741", "5", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("742", "5", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("743", "5", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("744", "5", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("745", "5", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("746", "5", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("747", "5", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("748", "5", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("749", "5", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("750", "5", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("751", "5", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("752", "5", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("753", "5", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("754", "5", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("755", "5", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("756", "5", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("757", "5", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("758", "5", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("759", "5", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("760", "5", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("761", "5", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("762", "5", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("763", "5", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("764", "5", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("765", "5", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("766", "5", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("767", "5", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("768", "5", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("769", "5", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("770", "5", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("771", "5", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("772", "5", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("773", "5", "slide_template", "");
INSERT INTO `wp_679176_postmeta` VALUES("774", "5", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("775", "5", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("859", "8", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("860", "8", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("861", "8", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("862", "8", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("863", "8", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("864", "8", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("865", "8", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("866", "8", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("867", "8", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("868", "8", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("869", "8", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("870", "8", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("871", "8", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("872", "8", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("873", "8", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("874", "8", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("875", "8", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("876", "8", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("877", "8", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("878", "8", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("879", "8", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("880", "8", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("881", "8", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("882", "8", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("883", "8", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("884", "8", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("885", "8", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("886", "8", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("887", "8", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("888", "8", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("889", "8", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("890", "8", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("891", "8", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("892", "8", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("893", "8", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("894", "8", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("895", "8", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("896", "8", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("897", "8", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("898", "8", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("899", "8", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("901", "9", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("902", "9", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("903", "9", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("904", "9", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("905", "9", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("906", "9", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("907", "9", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("908", "9", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("909", "9", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("910", "9", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("911", "9", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("912", "9", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("913", "9", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("914", "9", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("915", "9", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("916", "9", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("917", "9", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("918", "9", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("919", "9", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("920", "9", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("921", "9", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("922", "9", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("923", "9", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("924", "9", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("925", "9", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("926", "9", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("927", "9", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("928", "9", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("929", "9", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("930", "9", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("931", "9", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("932", "9", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("933", "9", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("934", "9", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("935", "9", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("936", "9", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("937", "9", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("938", "9", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("939", "9", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("940", "9", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("941", "9", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("4586", "28897", "_edit_lock", "1623650397:1");
INSERT INTO `wp_679176_postmeta` VALUES("4587", "28897", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4588", "28897", "_wp_trash_meta_time", "1623650402");
INSERT INTO `wp_679176_postmeta` VALUES("4589", "4", "_edit_lock", "1624516785:1");
INSERT INTO `wp_679176_postmeta` VALUES("4590", "4", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("4591", "4", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4592", "4", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("4593", "4", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("4594", "4", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("4595", "4", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4596", "4", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4597", "4", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4598", "4", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("4599", "4", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("4676", "28925", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("4677", "28925", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("4678", "28925", "_menu_item_object_id", "4");
INSERT INTO `wp_679176_postmeta` VALUES("4679", "28925", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("4680", "28925", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("4681", "28925", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("4682", "28925", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("4683", "28925", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("4684", "28925", "_menu_item_orphaned", "1623835295");
INSERT INTO `wp_679176_postmeta` VALUES("4685", "5", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("4686", "5", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4687", "5", "rs_page_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4688", "5", "_edit_lock", "1623878286:1");
INSERT INTO `wp_679176_postmeta` VALUES("4689", "8", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("4690", "8", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4691", "8", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("4692", "8", "_edit_lock", "1624521588:1");
INSERT INTO `wp_679176_postmeta` VALUES("4742", "28936", "_edit_lock", "1623836063:1");
INSERT INTO `wp_679176_postmeta` VALUES("4743", "28936", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4744", "28936", "_wp_trash_meta_time", "1623836076");
INSERT INTO `wp_679176_postmeta` VALUES("4745", "28937", "_edit_lock", "1623836117:1");
INSERT INTO `wp_679176_postmeta` VALUES("4746", "28937", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4747", "28937", "_wp_trash_meta_time", "1623836155");
INSERT INTO `wp_679176_postmeta` VALUES("4748", "28938", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4749", "28938", "_wp_trash_meta_time", "1623836230");
INSERT INTO `wp_679176_postmeta` VALUES("4750", "28939", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4751", "28939", "_wp_trash_meta_time", "1623836238");
INSERT INTO `wp_679176_postmeta` VALUES("4752", "8", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("4753", "8", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("4754", "8", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4755", "8", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4756", "8", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4757", "8", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("4758", "8", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("4759", "28943", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4760", "28943", "_wp_trash_meta_time", "1623837879");
INSERT INTO `wp_679176_postmeta` VALUES("4763", "28948", "_edit_lock", "1623865335:1");
INSERT INTO `wp_679176_postmeta` VALUES("4764", "28949", "_wp_attached_file", "2021/06/gunay-logo-1.png");
INSERT INTO `wp_679176_postmeta` VALUES("4765", "28949", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:504;s:6:\"height\";i:125;s:4:\"file\";s:24:\"2021/06/gunay-logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gunay-logo-1-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gunay-logo-1-150x125.png\";s:5:\"width\";i:150;s:6:\"height\";i:125;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:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4766", "28948", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4767", "28948", "_wp_trash_meta_time", "1623865351");
INSERT INTO `wp_679176_postmeta` VALUES("4768", "9", "_edit_lock", "1624875607:1");
INSERT INTO `wp_679176_postmeta` VALUES("4769", "28951", "_wp_attached_file", "2021/06/Coffe-gunay.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4770", "28951", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:23:\"2021/06/Coffe-gunay.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Coffe-gunay-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Coffe-gunay-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Coffe-gunay-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4771", "9", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("4772", "9", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("4773", "9", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4774", "9", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("4775", "9", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("4776", "9", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4777", "9", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4778", "9", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4779", "9", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("4780", "9", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("4781", "28953", "_wp_attached_file", "2021/06/yiti.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4782", "28953", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1257;s:4:\"file\";s:16:\"2021/06/yiti.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"yiti-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"yiti-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"yiti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"yiti-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4783", "28954", "_wp_attached_file", "2021/06/premium.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4784", "28954", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1257;s:4:\"file\";s:19:\"2021/06/premium.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"premium-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"premium-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"premium-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"premium-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4785", "28955", "_wp_attached_file", "2021/06/galkyn.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4786", "28955", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1257;s:4:\"file\";s:18:\"2021/06/galkyn.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"galkyn-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"galkyn-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"galkyn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"galkyn-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4795", "28958", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4796", "28958", "_wp_trash_meta_time", "1623867059");
INSERT INTO `wp_679176_postmeta` VALUES("4797", "28960", "_edit_lock", "1623867090:1");
INSERT INTO `wp_679176_postmeta` VALUES("4798", "28960", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4799", "28960", "_wp_trash_meta_time", "1623867131");
INSERT INTO `wp_679176_postmeta` VALUES("4800", "28961", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4801", "28961", "_wp_trash_meta_time", "1623867153");
INSERT INTO `wp_679176_postmeta` VALUES("4802", "28962", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4803", "28962", "_wp_trash_meta_time", "1623867187");
INSERT INTO `wp_679176_postmeta` VALUES("4804", "28963", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4805", "28963", "_wp_trash_meta_time", "1623867200");
INSERT INTO `wp_679176_postmeta` VALUES("4806", "28966", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4807", "28966", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4808", "28966", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4809", "28966", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4810", "28966", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("4811", "28966", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("4812", "28966", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("4813", "28966", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("4814", "28966", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4815", "28966", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4816", "28966", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4817", "28966", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4818", "28966", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4819", "28966", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("4820", "28966", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4821", "28966", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("4822", "28966", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("4823", "28966", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("4824", "28966", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4825", "28966", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("4826", "28966", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("4827", "28966", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4828", "28966", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("4829", "28966", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("4830", "28966", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("4831", "28966", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("4832", "28966", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4833", "28966", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("4834", "28966", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4835", "28966", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("4836", "28966", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("4837", "28966", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("4838", "28966", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("4839", "28966", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4840", "28966", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4841", "28966", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("4842", "28966", "slide_template", "");
INSERT INTO `wp_679176_postmeta` VALUES("4843", "28966", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("4844", "28966", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("4845", "28966", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("4846", "28966", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("4847", "28966", "rs_page_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4848", "28966", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4849", "28966", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("4850", "28966", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("4851", "28966", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4852", "28966", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4853", "28966", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4854", "28966", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("4855", "28966", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("4856", "28966", "_dp_original", "9");
INSERT INTO `wp_679176_postmeta` VALUES("4857", "28966", "_edit_lock", "1624644259:1");
INSERT INTO `wp_679176_postmeta` VALUES("4858", "28966", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("4861", "28970", "_wp_attached_file", "2021/06/gunay-mayonez.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4862", "28970", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:25:\"2021/06/gunay-mayonez.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"gunay-mayonez-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"gunay-mayonez-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"gunay-mayonez-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4863", "28973", "_wp_attached_file", "2021/06/gunay-mayonez-30.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4864", "28973", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:923;s:4:\"file\";s:28:\"2021/06/gunay-mayonez-30.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-30-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"gunay-mayonez-30-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-30-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4865", "28976", "_wp_attached_file", "2021/06/gunay-mayonez-45.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4866", "28976", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:923;s:4:\"file\";s:28:\"2021/06/gunay-mayonez-45.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-45-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"gunay-mayonez-45-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-45-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4867", "28977", "_wp_attached_file", "2021/06/gunay-mayonez-55.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4868", "28977", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:923;s:4:\"file\";s:28:\"2021/06/gunay-mayonez-55.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-55-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"gunay-mayonez-55-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-55-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-55-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4869", "28978", "_wp_attached_file", "2021/06/gunay-mayonez-67.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4870", "28978", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1541;s:6:\"height\";i:948;s:4:\"file\";s:28:\"2021/06/gunay-mayonez-67.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-67-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"gunay-mayonez-67-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-67-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"gunay-mayonez-67-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"gunay-mayonez-67-1536x945.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4879", "28981", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4880", "28981", "_wp_trash_meta_time", "1623869953");
INSERT INTO `wp_679176_postmeta` VALUES("4881", "28983", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4882", "28983", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4883", "28983", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4884", "28983", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4885", "28983", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("4886", "28983", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("4887", "28983", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("4888", "28983", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("4889", "28983", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4890", "28983", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4891", "28983", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4892", "28983", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4893", "28983", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4894", "28983", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("4895", "28983", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4896", "28983", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("4897", "28983", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("4898", "28983", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("4899", "28983", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4900", "28983", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("4901", "28983", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("4902", "28983", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4903", "28983", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("4904", "28983", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("4905", "28983", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("4906", "28983", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("4907", "28983", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4908", "28983", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("4909", "28983", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4910", "28983", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("4911", "28983", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("4912", "28983", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("4913", "28983", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("4914", "28983", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4915", "28983", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4916", "28983", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("4917", "28983", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4918", "28983", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("4919", "28983", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("4920", "28983", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("4921", "28983", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("4922", "28983", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("4923", "28983", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4924", "28983", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("4925", "28983", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("4926", "28983", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4927", "28983", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4928", "28983", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4929", "28983", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("4930", "28983", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("4932", "28983", "_dp_original", "28966");
INSERT INTO `wp_679176_postmeta` VALUES("4933", "28983", "_edit_lock", "1624519096:1");
INSERT INTO `wp_679176_postmeta` VALUES("4934", "28983", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("4935", "28984", "_wp_attached_file", "2021/06/gunay-zawod.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4936", "28984", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1423;s:4:\"file\";s:23:\"2021/06/gunay-zawod.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gunay-zawod-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"gunay-zawod-1024x729.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:729;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gunay-zawod-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"gunay-zawod-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"gunay-zawod-1536x1093.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4937", "28987", "_wp_attached_file", "2021/06/gunay-yagy.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4938", "28987", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:22:\"2021/06/gunay-yagy.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gunay-yagy-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gunay-yagy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gunay-yagy-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4939", "28989", "_wp_attached_file", "2021/06/1.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4940", "28989", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:13:\"2021/06/1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4941", "28990", "_wp_attached_file", "2021/06/2.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4942", "28990", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:13:\"2021/06/2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4943", "28991", "_wp_attached_file", "2021/06/3.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4944", "28991", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:13:\"2021/06/3.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4945", "28992", "_wp_attached_file", "2021/06/4.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4946", "28992", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:13:\"2021/06/4.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4947", "28993", "_wp_attached_file", "2021/06/5.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4948", "28993", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:13:\"2021/06/5.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4949", "28994", "_wp_attached_file", "2021/06/6.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4950", "28994", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:13:\"2021/06/6.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"6-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4951", "28995", "_wp_attached_file", "2021/06/7.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4952", "28995", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:13:\"2021/06/7.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"7-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"7-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4953", "28996", "_wp_attached_file", "2021/06/8.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4954", "28996", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:13:\"2021/06/8.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"8-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"8-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4955", "28997", "_wp_attached_file", "2021/06/9.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4956", "28997", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:13:\"2021/06/9.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"9-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"9-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4957", "28998", "_wp_attached_file", "2021/06/10.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4958", "28998", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:14:\"2021/06/10.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"10-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"10-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4959", "28999", "_wp_attached_file", "2021/06/11.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4960", "28999", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1067;s:4:\"file\";s:14:\"2021/06/11.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"11-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"11-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4961", "29003", "_wp_attached_file", "2021/06/gunay-yag-1.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4962", "29003", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1134;s:6:\"height\";i:948;s:4:\"file\";s:23:\"2021/06/gunay-yag-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gunay-yag-1-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"gunay-yag-1-1024x856.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:856;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gunay-yag-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"gunay-yag-1-768x642.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4963", "29005", "_wp_attached_file", "2021/06/gunay-yag-5.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4964", "29005", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1134;s:6:\"height\";i:948;s:4:\"file\";s:23:\"2021/06/gunay-yag-5.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gunay-yag-5-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"gunay-yag-5-1024x856.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:856;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gunay-yag-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"gunay-yag-5-768x642.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4965", "29006", "_wp_attached_file", "2021/06/12.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4966", "29006", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:14:\"2021/06/12.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"12-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4967", "29007", "_wp_attached_file", "2021/06/13.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4968", "29007", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:14:\"2021/06/13.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"13-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4969", "29008", "_wp_attached_file", "2021/06/14.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4970", "29008", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:14:\"2021/06/14.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"14-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4971", "29009", "_wp_attached_file", "2021/06/15.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4972", "29009", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:14:\"2021/06/15.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"15-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4973", "29010", "_wp_attached_file", "2021/06/16.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4974", "29010", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:14:\"2021/06/16.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"16-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4975", "29011", "_wp_attached_file", "2021/06/17.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("4976", "29011", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:14:\"2021/06/17.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"17-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"17-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("4987", "29016", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("4988", "29016", "_wp_trash_meta_time", "1623872372");
INSERT INTO `wp_679176_postmeta` VALUES("4989", "29018", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("4990", "29018", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4991", "29018", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4992", "29018", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4993", "29018", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("4994", "29018", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("4995", "29018", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("4996", "29018", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("4997", "29018", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("4998", "29018", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("4999", "29018", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5000", "29018", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5001", "29018", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5002", "29018", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5003", "29018", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5004", "29018", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5005", "29018", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5006", "29018", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5007", "29018", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5008", "29018", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5009", "29018", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5010", "29018", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5011", "29018", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5012", "29018", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5013", "29018", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5014", "29018", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5015", "29018", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5016", "29018", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5017", "29018", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5018", "29018", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5019", "29018", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5020", "29018", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5021", "29018", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5022", "29018", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5023", "29018", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5024", "29018", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5025", "29018", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5026", "29018", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5027", "29018", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("5028", "29018", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5029", "29018", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5030", "29018", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("5031", "29018", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5032", "29018", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5033", "29018", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5034", "29018", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5035", "29018", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5036", "29018", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5037", "29018", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("5038", "29018", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("5040", "29018", "_dp_original", "28983");
INSERT INTO `wp_679176_postmeta` VALUES("5041", "29018", "_edit_lock", "1624521310:1");
INSERT INTO `wp_679176_postmeta` VALUES("5042", "29019", "_wp_attached_file", "2021/06/gunay-market.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5043", "29019", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:24:\"2021/06/gunay-market.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gunay-market-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gunay-market-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gunay-market-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5044", "29018", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5045", "29022", "_wp_attached_file", "2021/06/21.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5046", "29022", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:14:\"2021/06/21.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"21-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5047", "29023", "_wp_attached_file", "2021/06/22.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5048", "29023", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:14:\"2021/06/22.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"22-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"22-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5049", "29024", "_wp_attached_file", "2021/06/23.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5050", "29024", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:14:\"2021/06/23.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"23-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"23-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5051", "29025", "_wp_attached_file", "2021/06/24.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5052", "29025", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:14:\"2021/06/24.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"24-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"24-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5053", "29026", "_wp_attached_file", "2021/06/25.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5054", "29026", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:14:\"2021/06/25.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"25-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"25-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5055", "29027", "_wp_attached_file", "2021/06/26.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5056", "29027", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:14:\"2021/06/26.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"26-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"26-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5057", "29028", "_wp_attached_file", "2021/06/27.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5058", "29028", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:14:\"2021/06/27.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"27-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"27-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5059", "29029", "_wp_attached_file", "2021/06/28.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5060", "29029", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:14:\"2021/06/28.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"28-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"28-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5061", "29030", "_wp_attached_file", "2021/06/29.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5062", "29030", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:14:\"2021/06/29.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"29-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"29-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5063", "29031", "_wp_attached_file", "2021/06/Снимок.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5064", "29031", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1679;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2021/06/Снимок.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Снимок-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Снимок-1024x260.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Снимок-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Снимок-768x195.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Снимок-1536x391.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Amanow\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5065", "29035", "_edit_lock", "1623873743:1");
INSERT INTO `wp_679176_postmeta` VALUES("5066", "29035", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("5067", "29035", "_wp_trash_meta_time", "1623873795");
INSERT INTO `wp_679176_postmeta` VALUES("5068", "29036", "_edit_lock", "1623873889:1");
INSERT INTO `wp_679176_postmeta` VALUES("5077", "29036", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("5078", "29036", "_wp_trash_meta_time", "1623873902");
INSERT INTO `wp_679176_postmeta` VALUES("5079", "29041", "_wp_attached_file", "2021/06/coffe.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5080", "29041", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:590;s:4:\"file\";s:17:\"2021/06/coffe.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"coffe-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"coffe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"coffe-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5081", "29042", "_wp_attached_file", "2021/06/market.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5082", "29042", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:590;s:4:\"file\";s:18:\"2021/06/market.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"market-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"market-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"market-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5083", "29043", "_wp_attached_file", "2021/06/mayoneas.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5084", "29043", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:590;s:4:\"file\";s:20:\"2021/06/mayoneas.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"mayoneas-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mayoneas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"mayoneas-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5085", "29044", "_wp_attached_file", "2021/06/oil.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5086", "29044", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:590;s:4:\"file\";s:15:\"2021/06/oil.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"oil-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"oil-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"oil-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5087", "29046", "_wp_attached_file", "2021/06/logo-background.png");
INSERT INTO `wp_679176_postmeta` VALUES("5088", "29046", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1467;s:6:\"height\";i:609;s:4:\"file\";s:27:\"2021/06/logo-background.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"logo-background-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"logo-background-1024x425.png\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-background-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"logo-background-768x319.png\";s:5:\"width\";i:768;s:6:\"height\";i:319;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:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5096", "29049", "_wp_attached_file", "2021/06/mayoneas-page.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5097", "29049", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:440;s:4:\"file\";s:25:\"2021/06/mayoneas-page.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"mayoneas-page-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"mayoneas-page-1024x300.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"mayoneas-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"mayoneas-page-768x225.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5098", "29052", "_edit_lock", "1623877743:1");
INSERT INTO `wp_679176_postmeta` VALUES("5099", "29053", "_wp_attached_file", "2021/06/favicon.png");
INSERT INTO `wp_679176_postmeta` VALUES("5100", "29053", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2021/06/favicon.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5101", "29054", "_wp_attached_file", "2021/06/cropped-favicon.png");
INSERT INTO `wp_679176_postmeta` VALUES("5102", "29054", "_wp_attachment_context", "site-icon");
INSERT INTO `wp_679176_postmeta` VALUES("5103", "29054", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2021/06/cropped-favicon.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:25:\"cropped-favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5104", "29055", "_wp_attached_file", "2021/06/oil-bg.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5105", "29055", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:957;s:6:\"height\";i:1162;s:4:\"file\";s:18:\"2021/06/oil-bg.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"oil-bg-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"oil-bg-843x1024.jpg\";s:5:\"width\";i:843;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"oil-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"oil-bg-768x933.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:933;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5106", "29052", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("5107", "29052", "_wp_trash_meta_time", "1623877744");
INSERT INTO `wp_679176_postmeta` VALUES("5108", "29056", "_edit_lock", "1623878421:1");
INSERT INTO `wp_679176_postmeta` VALUES("5109", "29056", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("5110", "29056", "_wp_trash_meta_time", "1623878428");
INSERT INTO `wp_679176_postmeta` VALUES("5111", "29058", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("5112", "29058", "_wp_trash_meta_time", "1623878450");
INSERT INTO `wp_679176_postmeta` VALUES("5131", "29070", "_pll_strings_translations", "a:23:{i:0;a:2:{i:0;s:1:\"7\";i:1;s:1:\"7\";}i:1;a:2:{i:0;s:21:\"Subscribe Our Channel\";i:1;s:21:\"Subscribe Our Channel\";}i:2;a:2:{i:0;s:448:\"Biziň kompaniýamyz, müşderiniň isleglerini hemişe kanagatlandyryp bilýän, şeýle hem häzirki zaman tehnologiki önümçilik ýörelgelerine esaslanýan gurama hökmünde ýokary hünärli gurama hökmünde Türkmen bazarynda özüni tanatdy.\r\n\r\nAboveokardakylardan başga-da, kompaniýamyz arassalanan ýag, ýakymly tagamly kofe öndürýän zawody, şeýle hem iýmit we ajaýyp tagamly maýonez öndürýän zawody öz içine alýar.\r\n\";i:1;s:760:\"Наша компания зарекомендовала себя на рынке Туркменистана как организация, всегда способная удовлетворить потребности своих клиентов, а также как организация, основанная на современных технологических принципах производства. \r\nПомимо перечисленного, наша компания имеет в наличии завод по производству рафинированного масла, кофе с прекраснымвкусом, а также завод по производству пищевых продуктов и майонеза.\";}i:3;a:2:{i:0;s:7:\"Günaý\";i:1;s:7:\"Günaý\";}i:4;a:2:{i:0;s:3:\"H:i\";i:1;s:3:\"H:i\";}i:5;a:2:{i:0;s:5:\"d/m/Y\";i:1;s:5:\"d/m/Y\";}i:6;a:2:{i:0;s:30:\"Iň oňat içerki önümçilik\";i:1;s:64:\"Лучшее отечественное производство\";}i:7;a:2:{i:0;s:7:\"GÜNAÝ\";i:1;s:7:\"GÜNAÝ\";}i:8;a:2:{i:0;s:5:\"28949\";i:1;s:5:\"28949\";}i:9;a:2:{i:0;s:75:\"http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-logo-1.png\";i:1;s:75:\"http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-logo-1.png\";}i:10;a:2:{i:0;s:37:\"Copyright © Günaý. Made by UNBegin\";i:1;s:37:\"Copyright © Günaý. Made by UNBegin\";}i:11;a:2:{i:0;s:17:\"Call Us via Skype\";i:1;s:17:\"Call Us via Skype\";}i:12;a:2:{i:0;s:4:\"2576\";i:1;s:4:\"2576\";}i:13;a:2:{i:0;s:20:\"Career Opportunities\";i:1;s:20:\"Career Opportunities\";}i:14;a:2:{i:0;s:20:\"Follow Us On Google+\";i:1;s:20:\"Follow Us On Google+\";}i:15;a:2:{i:0;s:21:\"Follow Us On Facebook\";i:1;s:21:\"Follow Us On Facebook\";}i:16;a:2:{i:0;s:20:\"Follow Us On Twitter\";i:1;s:20:\"Follow Us On Twitter\";}i:17;a:2:{i:0;s:1:\"#\";i:1;s:1:\"#\";}i:18;a:2:{i:0;s:6:\"before\";i:1;s:6:\"before\";}i:19;a:2:{i:0;s:1:\"$\";i:1;s:1:\"$\";}i:20;a:2:{i:0;s:1:\"5\";i:1;s:1:\"5\";}i:21;a:2:{i:0;s:1:\"6\";i:1;s:1:\"6\";}i:22;a:2:{i:0;s:15:\"ARAGATNAŞYKLAR\";i:1;s:25:\"НАШИ КОНТАКТЫ\";}}");
INSERT INTO `wp_679176_postmeta` VALUES("5132", "29071", "_pll_strings_translations", "a:23:{i:0;a:2:{i:0;s:1:\"7\";i:1;s:1:\"7\";}i:1;a:2:{i:0;s:21:\"Subscribe Our Channel\";i:1;s:21:\"Subscribe Our Channel\";}i:2;a:2:{i:0;s:448:\"Biziň kompaniýamyz, müşderiniň isleglerini hemişe kanagatlandyryp bilýän, şeýle hem häzirki zaman tehnologiki önümçilik ýörelgelerine esaslanýan gurama hökmünde ýokary hünärli gurama hökmünde Türkmen bazarynda özüni tanatdy.\r\n\r\nAboveokardakylardan başga-da, kompaniýamyz arassalanan ýag, ýakymly tagamly kofe öndürýän zawody, şeýle hem iýmit we ajaýyp tagamly maýonez öndürýän zawody öz içine alýar.\r\n\";i:1;s:446:\"Biziň kompaniýamyz, müşderiniň isleglerini hemişe kanagatlandyryp bilýän, şeýle hem häzirki zaman tehnologiki önümçilik ýörelgelerine esaslanýan gurama hökmünde ýokary hünärli gurama hökmünde Türkmen bazarynda özüni tanatdy.\r\n\r\nAboveokardakylardan başga-da, kompaniýamyz arassalanan ýag, ýakymly tagamly kofe öndürýän zawody, şeýle hem iýmit we ajaýyp tagamly maýonez öndürýän zawody öz içine alýar.\";}i:3;a:2:{i:0;s:7:\"Günaý\";i:1;s:7:\"Günaý\";}i:4;a:2:{i:0;s:3:\"H:i\";i:1;s:3:\"H:i\";}i:5;a:2:{i:0;s:5:\"d/m/Y\";i:1;s:5:\"d/m/Y\";}i:6;a:2:{i:0;s:30:\"Iň oňat içerki önümçilik\";i:1;s:30:\"Iň oňat içerki önümçilik\";}i:7;a:2:{i:0;s:7:\"GÜNAÝ\";i:1;s:7:\"GÜNAÝ\";}i:8;a:2:{i:0;s:5:\"28949\";i:1;s:5:\"28949\";}i:9;a:2:{i:0;s:75:\"http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-logo-1.png\";i:1;s:75:\"http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-logo-1.png\";}i:10;a:2:{i:0;s:37:\"Copyright © Günaý. Made by UNBegin\";i:1;s:37:\"Copyright © Günaý. Made by UNBegin\";}i:11;a:2:{i:0;s:17:\"Call Us via Skype\";i:1;s:17:\"Call Us via Skype\";}i:12;a:2:{i:0;s:4:\"2576\";i:1;s:4:\"2576\";}i:13;a:2:{i:0;s:20:\"Career Opportunities\";i:1;s:20:\"Career Opportunities\";}i:14;a:2:{i:0;s:20:\"Follow Us On Google+\";i:1;s:20:\"Follow Us On Google+\";}i:15;a:2:{i:0;s:21:\"Follow Us On Facebook\";i:1;s:21:\"Follow Us On Facebook\";}i:16;a:2:{i:0;s:20:\"Follow Us On Twitter\";i:1;s:20:\"Follow Us On Twitter\";}i:17;a:2:{i:0;s:1:\"#\";i:1;s:1:\"#\";}i:18;a:2:{i:0;s:6:\"before\";i:1;s:6:\"before\";}i:19;a:2:{i:0;s:1:\"$\";i:1;s:1:\"$\";}i:20;a:2:{i:0;s:1:\"5\";i:1;s:1:\"5\";}i:21;a:2:{i:0;s:1:\"6\";i:1;s:1:\"6\";}i:22;a:2:{i:0;s:15:\"ARAGATNAŞYKLAR\";i:1;s:15:\"ARAGATNAŞYKLAR\";}}");
INSERT INTO `wp_679176_postmeta` VALUES("5143", "29073", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5144", "29073", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5145", "29073", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5146", "29073", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5147", "29073", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("5148", "29073", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5149", "29073", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5150", "29073", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5151", "29073", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5152", "29073", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5153", "29073", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5154", "29073", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5155", "29073", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5156", "29073", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5157", "29073", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5158", "29073", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5159", "29073", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5160", "29073", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5161", "29073", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5162", "29073", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5163", "29073", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5164", "29073", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5165", "29073", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5166", "29073", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5167", "29073", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5168", "29073", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5169", "29073", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5170", "29073", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5171", "29073", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5172", "29073", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5173", "29073", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5174", "29073", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5175", "29073", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5176", "29073", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5177", "29073", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5178", "29073", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5179", "29073", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("5180", "29073", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5181", "29073", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5182", "29073", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5183", "29073", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5184", "29073", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5185", "29073", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("5186", "29073", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5187", "29073", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5188", "29073", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5189", "29073", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5190", "29073", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5191", "29073", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("5192", "29073", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("5193", "29073", "_dp_original", "4");
INSERT INTO `wp_679176_postmeta` VALUES("5194", "29073", "_edit_lock", "1624875440:1");
INSERT INTO `wp_679176_postmeta` VALUES("5244", "29073", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5245", "29076", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5246", "29076", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5247", "29076", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5248", "29076", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5249", "29076", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("5250", "29076", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5251", "29076", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5252", "29076", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5253", "29076", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5254", "29076", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5255", "29076", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5256", "29076", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5257", "29076", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5258", "29076", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5259", "29076", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5260", "29076", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5261", "29076", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5262", "29076", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5263", "29076", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5264", "29076", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5265", "29076", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5266", "29076", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5267", "29076", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5268", "29076", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5269", "29076", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5270", "29076", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5271", "29076", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5272", "29076", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5273", "29076", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5274", "29076", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5275", "29076", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5276", "29076", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5277", "29076", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5278", "29076", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5279", "29076", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5280", "29076", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5281", "29076", "slide_template", "");
INSERT INTO `wp_679176_postmeta` VALUES("5282", "29076", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5283", "29076", "rs_page_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5284", "29076", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5285", "29076", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5286", "29076", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5287", "29076", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5288", "29076", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5289", "29076", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5290", "29076", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5291", "29076", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("5292", "29076", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("5293", "29076", "_wpb_vc_js_status", "false");
INSERT INTO `wp_679176_postmeta` VALUES("5294", "29076", "_edit_lock", "1624522476:1");
INSERT INTO `wp_679176_postmeta` VALUES("5388", "29111", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5389", "29111", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5390", "29111", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5391", "29111", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5392", "29111", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("5393", "29111", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5394", "29111", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5395", "29111", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5396", "29111", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5397", "29111", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5398", "29111", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5399", "29111", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5400", "29111", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5401", "29111", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5402", "29111", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5403", "29111", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5404", "29111", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5405", "29111", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5406", "29111", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5407", "29111", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5408", "29111", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5409", "29111", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5410", "29111", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5411", "29111", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5412", "29111", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5413", "29111", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5414", "29111", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5415", "29111", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5416", "29111", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5417", "29111", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5418", "29111", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5419", "29111", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5420", "29111", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5421", "29111", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5422", "29111", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5423", "29111", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5424", "29111", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5425", "29111", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5426", "29111", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("5427", "29111", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5428", "29111", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5429", "29111", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("5430", "29111", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5431", "29111", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5432", "29111", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5433", "29111", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5434", "29111", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5435", "29111", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5436", "29111", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("5437", "29111", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("5438", "29111", "_dp_original", "9");
INSERT INTO `wp_679176_postmeta` VALUES("5439", "29112", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5440", "29112", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5441", "29112", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5442", "29112", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5443", "29112", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("5444", "29112", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5445", "29112", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5446", "29112", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5447", "29112", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5448", "29112", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5449", "29112", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5450", "29112", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5451", "29112", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5452", "29112", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5453", "29112", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5454", "29112", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5455", "29112", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5456", "29112", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5457", "29112", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5458", "29112", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5459", "29112", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5460", "29112", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5461", "29112", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5462", "29112", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5463", "29112", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5464", "29112", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5465", "29112", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5466", "29112", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5467", "29112", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5468", "29112", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5469", "29112", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5470", "29112", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5471", "29112", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5472", "29112", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5473", "29112", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5474", "29112", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5475", "29112", "slide_template", "");
INSERT INTO `wp_679176_postmeta` VALUES("5476", "29112", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5477", "29112", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("5478", "29112", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5479", "29112", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5480", "29112", "rs_page_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5481", "29112", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5482", "29112", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5483", "29112", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5484", "29112", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5485", "29112", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5486", "29112", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5487", "29112", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("5488", "29112", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("5490", "29112", "_dp_original", "29018");
INSERT INTO `wp_679176_postmeta` VALUES("5491", "29113", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5492", "29113", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5493", "29113", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5494", "29113", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5495", "29113", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("5496", "29113", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5497", "29113", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5498", "29113", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5499", "29113", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5500", "29113", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5501", "29113", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5502", "29113", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5503", "29113", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5504", "29113", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5505", "29113", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5506", "29113", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5507", "29113", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5508", "29113", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5509", "29113", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5510", "29113", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5511", "29113", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5512", "29113", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5513", "29113", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5514", "29113", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5515", "29113", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5516", "29113", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5517", "29113", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5518", "29113", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5519", "29113", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5520", "29113", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5521", "29113", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5522", "29113", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5523", "29113", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5524", "29113", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5525", "29113", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5526", "29113", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5527", "29113", "slide_template", "");
INSERT INTO `wp_679176_postmeta` VALUES("5528", "29113", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5529", "29113", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("5530", "29113", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5531", "29113", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5532", "29113", "rs_page_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5533", "29113", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5534", "29113", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5535", "29113", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5536", "29113", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5537", "29113", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5538", "29113", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5539", "29113", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("5540", "29113", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("5542", "29113", "_dp_original", "28966");
INSERT INTO `wp_679176_postmeta` VALUES("5543", "29114", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5544", "29114", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5545", "29114", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5546", "29114", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5547", "29114", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("5548", "29114", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5549", "29114", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5550", "29114", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5551", "29114", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5552", "29114", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5553", "29114", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5554", "29114", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5555", "29114", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5556", "29114", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5557", "29114", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5558", "29114", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5559", "29114", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5560", "29114", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5561", "29114", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5562", "29114", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5563", "29114", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5564", "29114", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5565", "29114", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5566", "29114", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5567", "29114", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5568", "29114", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5569", "29114", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5570", "29114", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5571", "29114", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5572", "29114", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5573", "29114", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5574", "29114", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5575", "29114", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5576", "29114", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5577", "29114", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5578", "29114", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5579", "29114", "slide_template", "");
INSERT INTO `wp_679176_postmeta` VALUES("5580", "29114", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5581", "29114", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("5582", "29114", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5583", "29114", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5584", "29114", "rs_page_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5585", "29114", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5586", "29114", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5587", "29114", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5588", "29114", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5589", "29114", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5590", "29114", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5591", "29114", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("5592", "29114", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("5594", "29114", "_dp_original", "28983");
INSERT INTO `wp_679176_postmeta` VALUES("5595", "29115", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5596", "29115", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5597", "29115", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5598", "29115", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5599", "29115", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("5600", "29115", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5601", "29115", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5602", "29115", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5603", "29115", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5604", "29115", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5605", "29115", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5606", "29115", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5607", "29115", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5608", "29115", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5609", "29115", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5610", "29115", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5611", "29115", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5612", "29115", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5613", "29115", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5614", "29115", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5615", "29115", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5616", "29115", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5617", "29115", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5618", "29115", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5619", "29115", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5620", "29115", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5621", "29115", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5622", "29115", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5623", "29115", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5624", "29115", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5625", "29115", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5626", "29115", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5627", "29115", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5628", "29115", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5629", "29115", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5630", "29115", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5631", "29115", "slide_template", "");
INSERT INTO `wp_679176_postmeta` VALUES("5632", "29115", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5633", "29115", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("5634", "29115", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5635", "29115", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5636", "29115", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5637", "29115", "rs_page_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5638", "29115", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5639", "29115", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5640", "29115", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5641", "29115", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5642", "29115", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5643", "29115", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("5644", "29115", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("5645", "29115", "_dp_original", "8");
INSERT INTO `wp_679176_postmeta` VALUES("5646", "29111", "_edit_lock", "1624875407:1");
INSERT INTO `wp_679176_postmeta` VALUES("5647", "29112", "_edit_lock", "1624522432:1");
INSERT INTO `wp_679176_postmeta` VALUES("5648", "29113", "_edit_lock", "1624522442:1");
INSERT INTO `wp_679176_postmeta` VALUES("5649", "29114", "_edit_lock", "1624522449:1");
INSERT INTO `wp_679176_postmeta` VALUES("5650", "29115", "_edit_lock", "1624522454:1");
INSERT INTO `wp_679176_postmeta` VALUES("5651", "29111", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5652", "29112", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5653", "29113", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5654", "29114", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5655", "29115", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5656", "29121", "_edit_lock", "1624491574:1");
INSERT INTO `wp_679176_postmeta` VALUES("5657", "29121", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("5658", "29121", "_wp_trash_meta_time", "1624491584");
INSERT INTO `wp_679176_postmeta` VALUES("5659", "29122", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("5660", "29122", "_wp_trash_meta_time", "1624491602");
INSERT INTO `wp_679176_postmeta` VALUES("5661", "29124", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5662", "29124", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5663", "29124", "_menu_item_object_id", "4");
INSERT INTO `wp_679176_postmeta` VALUES("5664", "29124", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5665", "29124", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5666", "29124", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5667", "29124", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5668", "29124", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5669", "29124", "_menu_item_orphaned", "1624516745");
INSERT INTO `wp_679176_postmeta` VALUES("5670", "29130", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5671", "29130", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5672", "29130", "_menu_item_object_id", "4");
INSERT INTO `wp_679176_postmeta` VALUES("5673", "29130", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5674", "29130", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5675", "29130", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5676", "29130", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5677", "29130", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5679", "29131", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5680", "29131", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5681", "29131", "_menu_item_object_id", "9");
INSERT INTO `wp_679176_postmeta` VALUES("5682", "29131", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5683", "29131", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5684", "29131", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5685", "29131", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5686", "29131", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5688", "29132", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5689", "29132", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5690", "29132", "_menu_item_object_id", "28966");
INSERT INTO `wp_679176_postmeta` VALUES("5691", "29132", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5692", "29132", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5693", "29132", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5694", "29132", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5695", "29132", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5697", "29133", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5698", "29133", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5699", "29133", "_menu_item_object_id", "29018");
INSERT INTO `wp_679176_postmeta` VALUES("5700", "29133", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5701", "29133", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5702", "29133", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5703", "29133", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5704", "29133", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5706", "29134", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5707", "29134", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5708", "29134", "_menu_item_object_id", "28983");
INSERT INTO `wp_679176_postmeta` VALUES("5709", "29134", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5710", "29134", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5711", "29134", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5712", "29134", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5713", "29134", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5715", "29135", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5716", "29135", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5717", "29135", "_menu_item_object_id", "8");
INSERT INTO `wp_679176_postmeta` VALUES("5718", "29135", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5719", "29135", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5720", "29135", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5721", "29135", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5722", "29135", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5724", "29136", "_edit_lock", "1624517595:1");
INSERT INTO `wp_679176_postmeta` VALUES("5725", "29136", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("5726", "29136", "_wp_trash_meta_time", "1624517607");
INSERT INTO `wp_679176_postmeta` VALUES("5727", "29137", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("5728", "29137", "_wp_trash_meta_time", "1624517780");
INSERT INTO `wp_679176_postmeta` VALUES("5729", "29138", "_wp_trash_meta_status", "publish");
INSERT INTO `wp_679176_postmeta` VALUES("5730", "29138", "_wp_trash_meta_time", "1624517888");
INSERT INTO `wp_679176_postmeta` VALUES("5758", "29159", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5759", "29159", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5760", "29159", "_menu_item_object_id", "29111");
INSERT INTO `wp_679176_postmeta` VALUES("5761", "29159", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5762", "29159", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5763", "29159", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5764", "29159", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5765", "29159", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5767", "29160", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5768", "29160", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5769", "29160", "_menu_item_object_id", "29112");
INSERT INTO `wp_679176_postmeta` VALUES("5770", "29160", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5771", "29160", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5772", "29160", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5773", "29160", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5774", "29160", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5776", "29161", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5777", "29161", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5778", "29161", "_menu_item_object_id", "29113");
INSERT INTO `wp_679176_postmeta` VALUES("5779", "29161", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5780", "29161", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5781", "29161", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5782", "29161", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5783", "29161", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5785", "29162", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5786", "29162", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5787", "29162", "_menu_item_object_id", "29114");
INSERT INTO `wp_679176_postmeta` VALUES("5788", "29162", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5789", "29162", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5790", "29162", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5791", "29162", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5792", "29162", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5794", "29163", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5795", "29163", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5796", "29163", "_menu_item_object_id", "29115");
INSERT INTO `wp_679176_postmeta` VALUES("5797", "29163", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5798", "29163", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5799", "29163", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5800", "29163", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5801", "29163", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5803", "29164", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("5804", "29164", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("5805", "29164", "_menu_item_object_id", "29073");
INSERT INTO `wp_679176_postmeta` VALUES("5806", "29164", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("5807", "29164", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("5808", "29164", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5809", "29164", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("5810", "29164", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5812", "29166", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5813", "29166", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5814", "29166", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5815", "29166", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5816", "29166", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("5817", "29166", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5818", "29166", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5819", "29166", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5820", "29166", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5821", "29166", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5822", "29166", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5823", "29166", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5824", "29166", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5825", "29166", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5826", "29166", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5827", "29166", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5828", "29166", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5829", "29166", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5830", "29166", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5831", "29166", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5832", "29166", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5833", "29166", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5834", "29166", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5835", "29166", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5836", "29166", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5837", "29166", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5838", "29166", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5839", "29166", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5840", "29166", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5841", "29166", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5842", "29166", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5843", "29166", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5844", "29166", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5845", "29166", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5846", "29166", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5847", "29166", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5848", "29166", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5849", "29166", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5850", "29166", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("5851", "29166", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5852", "29166", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5853", "29166", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("5854", "29166", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5855", "29166", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5856", "29166", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5857", "29166", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5858", "29166", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5859", "29166", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5860", "29166", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("5861", "29166", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("5862", "29166", "_dp_original", "9");
INSERT INTO `wp_679176_postmeta` VALUES("5863", "29166", "_edit_lock", "1624644147:1");
INSERT INTO `wp_679176_postmeta` VALUES("5864", "29167", "_wp_attached_file", "2021/06/coffeshop.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5865", "29167", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:590;s:4:\"file\";s:21:\"2021/06/coffeshop.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"coffeshop-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"coffeshop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"coffeshop-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5866", "29166", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5867", "29168", "_wp_attached_file", "2021/06/coffeshop-1.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5868", "29168", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1500;s:4:\"file\";s:23:\"2021/06/coffeshop-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"coffeshop-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"coffeshop-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"coffeshop-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"coffeshop-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5869", "29175", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5870", "29175", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5871", "29175", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5872", "29175", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5873", "29175", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("5874", "29175", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5875", "29175", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5876", "29175", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5877", "29175", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5878", "29175", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5879", "29175", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5880", "29175", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5881", "29175", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5882", "29175", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5883", "29175", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5884", "29175", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5885", "29175", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5886", "29175", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5887", "29175", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5888", "29175", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5889", "29175", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5890", "29175", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5891", "29175", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5892", "29175", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5893", "29175", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5894", "29175", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5895", "29175", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5896", "29175", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5897", "29175", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5898", "29175", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5899", "29175", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5900", "29175", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5901", "29175", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5902", "29175", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5903", "29175", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5904", "29175", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5905", "29175", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5906", "29175", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("5907", "29175", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("5908", "29175", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5909", "29175", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("5910", "29175", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("5911", "29175", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5912", "29175", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5913", "29175", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("5914", "29175", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5915", "29175", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5916", "29175", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5917", "29175", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("5918", "29175", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("5920", "29175", "_dp_original", "29166");
INSERT INTO `wp_679176_postmeta` VALUES("5921", "29175", "_edit_lock", "1624644554:1");
INSERT INTO `wp_679176_postmeta` VALUES("5922", "29175", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("5932", "29164", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5933", "29162", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5934", "29161", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5935", "29159", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5936", "29160", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5937", "29163", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5947", "29130", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5948", "29134", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5949", "29131", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5950", "29132", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5951", "29133", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5952", "29135", "_wp_old_date", "2021-06-24");
INSERT INTO `wp_679176_postmeta` VALUES("5953", "29179", "_wp_attached_file", "2021/06/coffeshop-2.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("5954", "29179", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:260;s:4:\"file\";s:23:\"2021/06/coffeshop-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"coffeshop-2-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"coffeshop-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"coffeshop-2-768x195.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("5955", "29130", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5956", "29134", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5957", "29131", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5958", "29132", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5959", "29133", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5960", "29135", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5961", "29164", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5962", "29162", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5963", "29161", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5964", "29159", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5965", "29160", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5966", "29163", "_wp_old_date", "2021-06-25");
INSERT INTO `wp_679176_postmeta` VALUES("5967", "29189", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("5968", "29189", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5969", "29189", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5970", "29189", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5971", "29189", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("5972", "29189", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5973", "29189", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5974", "29189", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5975", "29189", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5976", "29189", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5977", "29189", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5978", "29189", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5979", "29189", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5980", "29189", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5981", "29189", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5982", "29189", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5983", "29189", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5984", "29189", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5985", "29189", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5986", "29189", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5987", "29189", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("5988", "29189", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5989", "29189", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5990", "29189", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5991", "29189", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5992", "29189", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("5993", "29189", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("5994", "29189", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("5995", "29189", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("5996", "29189", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("5997", "29189", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("5998", "29189", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("5999", "29189", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("6000", "29189", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6001", "29189", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6002", "29189", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("6003", "29189", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("6004", "29189", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("6005", "29189", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("6006", "29189", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("6007", "29189", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("6008", "29189", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("6009", "29189", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("6010", "29189", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("6011", "29189", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("6012", "29189", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6013", "29189", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6014", "29189", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6015", "29189", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("6016", "29189", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("6018", "29189", "_dp_original", "29114");
INSERT INTO `wp_679176_postmeta` VALUES("6019", "29189", "_edit_lock", "1624955166:1");
INSERT INTO `wp_679176_postmeta` VALUES("6020", "29189", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("6021", "29190", "_wp_attached_file", "2021/06/gunay-agro.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("6022", "29190", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:946;s:6:\"height\";i:634;s:4:\"file\";s:22:\"2021/06/gunay-agro.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gunay-agro-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gunay-agro-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gunay-agro-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Galyna Andrushko\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("6023", "29194", "_wp_attached_file", "2021/06/dowletnama.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("6024", "29194", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1052;s:6:\"height\";i:1500;s:4:\"file\";s:22:\"2021/06/dowletnama.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"dowletnama-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"dowletnama-718x1024.jpg\";s:5:\"width\";i:718;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dowletnama-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"dowletnama-768x1095.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1095;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("6025", "29202", "_wp_attached_file", "2021/06/chyzgy.png");
INSERT INTO `wp_679176_postmeta` VALUES("6026", "29202", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:819;s:4:\"file\";s:18:\"2021/06/chyzgy.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"chyzgy-300x246.png\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"chyzgy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"chyzgy-768x629.png\";s:5:\"width\";i:768;s:6:\"height\";i:629;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:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("6027", "29210", "_wp_attached_file", "2021/06/map.jpg");
INSERT INTO `wp_679176_postmeta` VALUES("6028", "29210", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:738;s:4:\"file\";s:15:\"2021/06/map.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"map-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"map-1024x504.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"map-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"map-768x378.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_679176_postmeta` VALUES("6029", "29214", "rttheme_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6030", "29214", "rttheme_header_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("6031", "29214", "rttheme_header_row_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("6032", "29214", "rttheme_header_row_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("6033", "29214", "rttheme_header_row_bg_image", "");
INSERT INTO `wp_679176_postmeta` VALUES("6034", "29214", "rttheme_header_row_bg_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("6035", "29214", "rttheme_header_row_bg_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("6036", "29214", "rttheme_header_row_bg_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("6037", "29214", "rttheme_breadcrumb_styling", "default");
INSERT INTO `wp_679176_postmeta` VALUES("6038", "29214", "rttheme_breadcrumb_font_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("6039", "29214", "rttheme_breadcrumb_link_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("6040", "29214", "rttheme_breadcrumb_bg_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("6041", "29214", "rttheme_body_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("6042", "29214", "rttheme_body_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("6043", "29214", "rttheme_body_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("6044", "29214", "rttheme_body_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("6045", "29214", "rttheme_body_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("6046", "29214", "rttheme_body_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("6047", "29214", "rttheme_left_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("6048", "29214", "rttheme_left_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("6049", "29214", "rttheme_left_background_parallax_effect", "");
INSERT INTO `wp_679176_postmeta` VALUES("6050", "29214", "rttheme_left_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("6051", "29214", "rttheme_left_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("6052", "29214", "rttheme_left_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("6053", "29214", "rttheme_left_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("6054", "29214", "rttheme_left_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("6055", "29214", "rttheme_right_background_options", "default");
INSERT INTO `wp_679176_postmeta` VALUES("6056", "29214", "rttheme_right_background_image_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("6057", "29214", "rttheme_right_background_color", "");
INSERT INTO `wp_679176_postmeta` VALUES("6058", "29214", "rttheme_right_background_position", "right top");
INSERT INTO `wp_679176_postmeta` VALUES("6059", "29214", "rttheme_right_background_repeat", "repeat");
INSERT INTO `wp_679176_postmeta` VALUES("6060", "29214", "rttheme_right_background_size", "auto auto");
INSERT INTO `wp_679176_postmeta` VALUES("6061", "29214", "rttheme_right_top_padding", "");
INSERT INTO `wp_679176_postmeta` VALUES("6062", "29214", "rttheme_footer_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6063", "29214", "rttheme_footer_content_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6064", "29214", "rtthemerttheme19_hidden", "1");
INSERT INTO `wp_679176_postmeta` VALUES("6065", "29214", "slide_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("6066", "29214", "vc_teaser", "a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("6067", "29214", "_wpb_vc_js_status", "true");
INSERT INTO `wp_679176_postmeta` VALUES("6068", "29214", "rttheme_hide_page_title", "on");
INSERT INTO `wp_679176_postmeta` VALUES("6069", "29214", "rttheme_hide_breadcrumb_menu", "on");
INSERT INTO `wp_679176_postmeta` VALUES("6070", "29214", "rs_page_bg_color", "#ffffff");
INSERT INTO `wp_679176_postmeta` VALUES("6071", "29214", "_wp_page_template", "default");
INSERT INTO `wp_679176_postmeta` VALUES("6072", "29214", "rttheme_custom_main_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("6073", "29214", "rttheme_custom_side_panel_menu", "");
INSERT INTO `wp_679176_postmeta` VALUES("6074", "29214", "rttheme_main_header_row_background_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6075", "29214", "rttheme_default_content_row_width", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6076", "29214", "rttheme_sub_header_style", "global");
INSERT INTO `wp_679176_postmeta` VALUES("6077", "29214", "rttheme_body_background_video_mp4", "");
INSERT INTO `wp_679176_postmeta` VALUES("6078", "29214", "rttheme_body_background_video_webm", "");
INSERT INTO `wp_679176_postmeta` VALUES("6080", "29214", "_dp_original", "29189");
INSERT INTO `wp_679176_postmeta` VALUES("6081", "29214", "_edit_lock", "1624955772:1");
INSERT INTO `wp_679176_postmeta` VALUES("6082", "29214", "_edit_last", "1");
INSERT INTO `wp_679176_postmeta` VALUES("6083", "29217", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("6084", "29217", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("6085", "29217", "_menu_item_object_id", "29189");
INSERT INTO `wp_679176_postmeta` VALUES("6086", "29217", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("6087", "29217", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("6088", "29217", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("6089", "29217", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("6090", "29217", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("6092", "29164", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6093", "29162", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6094", "29161", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6095", "29159", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6096", "29160", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6097", "29163", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6098", "29218", "_menu_item_type", "post_type");
INSERT INTO `wp_679176_postmeta` VALUES("6099", "29218", "_menu_item_menu_item_parent", "0");
INSERT INTO `wp_679176_postmeta` VALUES("6100", "29218", "_menu_item_object_id", "29214");
INSERT INTO `wp_679176_postmeta` VALUES("6101", "29218", "_menu_item_object", "page");
INSERT INTO `wp_679176_postmeta` VALUES("6102", "29218", "_menu_item_target", "");
INSERT INTO `wp_679176_postmeta` VALUES("6103", "29218", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}");
INSERT INTO `wp_679176_postmeta` VALUES("6104", "29218", "_menu_item_xfn", "");
INSERT INTO `wp_679176_postmeta` VALUES("6105", "29218", "_menu_item_url", "");
INSERT INTO `wp_679176_postmeta` VALUES("6107", "29130", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6108", "29134", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6109", "29131", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6110", "29132", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6111", "29133", "_wp_old_date", "2021-06-28");
INSERT INTO `wp_679176_postmeta` VALUES("6112", "29135", "_wp_old_date", "2021-06-28");
/* INSERT TABLE DATA: wp_679176_posts */
INSERT INTO `wp_679176_posts` VALUES("4", "1", "2015-02-02 04:29:48", "2015-02-01 23:29:48", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"5000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29044\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>ХОРОШАЯ ПРИПРАВА И ЛУЧШЕЕ МАСЛО ПРОМЫШЛЕННОГО ПРОИЗВОДСТВА.</h2>\r\nПроизводство и поставка лучшего очищенного дезодорированного подсолнечного масла.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29043\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>ДИЕТА ДЛЯ УДОВОЛЬСТВИЯ.</h2>\r\n<p style=\"text-align: justify;\">Майонез считается благородным соусом на каждый день. И правда, мы практически все блюда готовим с этим вкусным соусом. Помимо классических привычных вкусов майонеза мы уже пристрастились к соусам с пряностями и специями.</p>\r\n[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29041\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>КОФЕЙНАЯ ПРОДУКЦИЯ ПЕРВОГО КЛАССА</h2>\r\nКапучино? Латте с пеной? Может, просто черный? Вы выберете один из лучших сортов кофе в Günaý.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29042\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>ЛУЧШИЙ ПРОДОВОЛЬСТВЕННЫЙ МАРКЕТ</h2>\r\nGünaý маркет уникален своим внешним видом и кардинально отличается от других торговых точек малого и среднего бизнеса.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"СВЯЖИТЕСЬ С НАМИ\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>За долгие годы Наша компания зарекомендовала себя как хорошего партнера и всегда готова к сотрудничеству..</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29046\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\"]КАЧЕСТВО КАЖДОГО ПРОДУКТА И КАЖДОЙ ДЕТАЛИ[/rt_heading][vc_column_text]Наличие собственных заводов гарантирует, что Мы выполняем заказы быстро, качественно и в срок. Наши сотрудники привлекают клиентов качественном, надежностью и точным выполнением заказов.[/vc_column_text][button button_text=\"СВЯЖИТЕСЬ С НАМИ\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_bottom=\"40\"][vc_single_image image=\"29049\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-mayonez/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"top\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"GÜNAÝ\"]ОСНОВНЫЕ ПРИЧИНЫ ПРИОБРЕТЕНИЯ НАШЕЙ ПРОДУКЦИИ [/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Большой ассортимент[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Качество проверенное временем[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Высококачественный сервис[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Продукция без ГМО[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Отечественный производитель[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Ниодного отрицательного отзыва[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Главная", "", "publish", "closed", "closed", "", "home-page", "", "", "2021-06-24 11:00:08", "2021-06-24 06:00:08", "", "0", "http://rttheme19.rtthemes.com/?page_id=4", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("5", "1", "2015-02-02 04:19:58", "2015-02-01 23:19:58", "[vc_row rt_row_background_width=\"default\" rt_row_content_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column width=\"1/1\"][blog_box list_layout=\"1/2\" layout_style=\"masonry\" use_excerpts=\"true\" pagination=\"true\" ajax_pagination=\"true\" list_orderby=\"date\" list_order=\"DESC\" show_date=\"true\" show_author=\"true\" show_categories=\"true\" show_commnent_numbers=\"true\" featured_image_resize=\"true\" featured_image_max_width=\"0\" featured_image_max_height=\"0\" featured_image_crop=\"false\" categories=\"\" item_per_page=\"6\"][/vc_column][/vc_row]", "Новости", "", "publish", "open", "closed", "", "news", "", "", "2021-06-16 14:23:09", "2021-06-16 09:23:09", "", "0", "http://rttheme19.rtthemes.com/?page_id=5", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("8", "1", "2015-02-02 04:30:47", "2015-02-01 23:30:47", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"Майонез “Günaý”\" lat=\"38.079986\" lon=\"58.277428\"]Тазе Заман[/location][location title=\"Кофе “Günaý”\" lat=\"38.079986\" lon=\"58.277428\"]Тазе Заман[/location][location title=\"Масла “Günaý”\" lat=\"38.079986\" lon=\"58.277428\"]Тазе Заман[/location][location title=\"“Günaý” маркет\" lat=\"37.916882\" lon=\"58.349054\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]МАСЛА GÜNAÝ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]КОФЕ GÜNAÝ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Бахтиярлыкский этрап, Тазе Заман 180/3.\r\n\r\n[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]МАЙОНЕЗ GÜNAÝ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Бахтиярлыкский этрап, Тазе Заман 180/3.\r\n\r\n[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ МАРКЕТ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Форма обратной связи[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "publish", "closed", "closed", "", "contact-us", "", "", "2021-06-24 13:01:29", "2021-06-24 08:01:29", "", "0", "http://rttheme19.rtthemes.com/?page_id=8", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("9", "1", "2015-02-02 04:30:57", "2015-02-02 04:30:57", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕ GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Капучино? Латте с пеной? Может, просто черный? В компании \"Günaý\" вы выбираете один из разных сортов кофе, и мы гарантируем, что каждый из них будет уникальным. Его сильный запах нашего кофе порадует утром или в долгой дороге, а этот вкус... просто изюмителен. Дабы обеспечить первоклассный вкус, мы используем только тщательно отобранные кофейные зерна для приготовления кофе. Каждый год мы продаем миллионы чашек кофе и разделяем с вами нашу страсть!</p>\r\n<strong>Производитель:</strong> Хозяйственное общество “Gündogar akymy” | <strong>Основатели:</strong> Хангельдыев Худайберды Ашыргельдыевич, Аннамухаммедова Айджахан Анначарыевна | <strong>Дата Основания:</strong> 1 Мая 2018 год | <strong>Директор:</strong> Хангельдыев Худайберды Ашыргельдыевич\r\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3. | <strong>Продукты:</strong> 3 вида кофе: Premium, Galkyn, Ýiti | <strong>Юридический адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Телефон:</strong> +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Ýiti[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Premium[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 100% арабика.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Galkyn[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20 ° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý Кофешоп[/rt_heading][vc_column_text]С самого начала Coffeeshop «Günaý» задумывался как кофейня на гастрономическом рынке. Уникальное на тот момент сочетание независимого вкусного кофе в окружении разнообразных сиропов от единомышленников, людей пропитанных уважением к продуктам, которые они готовят, и к людям, для которых они работают. В такой благотворной среде мы выросли в именно в центре столицы.\r\n\r\nCoffeeshop «Günaý» старается сохранить простоту и душевность во всём. И будем рады, если процесс покупки в нашем кофешоп будет таким же — простым и приятным, ведь Coffeeshop «Günaý» — это место, где кофе готовят по оригинальным корпоративным технологиям, место, куда Наш кофе напрямую поставляется с одних из лучших в мире плантаций премиальной высокогорной Арабики и Рабусты. Вся цепочка от кофейного дерева до чашки кофе находится введении нашей компании, которая отвечает за высокое качество на каждой ступени изготовления. Именно поэтому наш кофе неповторимый и незабываемый — его собирали счастливые люди, обжаривали профессиональные обжарщики и варят увлеченные миром кофе бариста. Coffeeshop «Günaý» это не просто отличное место где можно поесть и выпить кофе — это территория комфорта, живых встреч и место где Вы можете приобрести наш неповторимый кофе.\r\n\r\n<strong>Адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Мобильный:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Телефон</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][/vc_row]", "“Günaý” кофе", "", "publish", "open", "open", "", "gunay-kofe", "", "", "2021-06-28 15:21:03", "2021-06-28 10:21:03", "", "0", "http://rttheme19.rtthemes.com/?page_id=9", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("19", "1", "2015-02-06 08:15:47", "2015-02-06 08:15:47", "", "lamp2", "", "inherit", "open", "open", "", "lamp2", "", "", "2015-02-06 08:15:47", "2015-02-06 08:15:47", "", "0", "http://tempryary.unbegin.agency/wp-content/uploads/2015/02/lamp2.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("20", "1", "2015-02-06 08:15:48", "2015-02-06 08:15:48", "", "light-bulb", "", "inherit", "open", "open", "", "light-bulb", "", "", "2015-02-06 08:15:48", "2015-02-06 08:15:48", "", "0", "http://tempryary.unbegin.agency/wp-content/uploads/2015/02/light-bulb.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("99", "0", "2017-02-16 11:43:02", "2017-02-16 10:43:02", "", "Divi", "", "publish", "closed", "closed", "", "divi", "", "", "2017-02-16 11:43:02", "2017-02-16 10:43:02", "", "0", "http://mxajfmgl.preview.infomaniak.website/divi/", "0", "custom_css", "", "0");
INSERT INTO `wp_679176_posts` VALUES("101", "0", "2017-02-16 11:43:03", "2017-02-16 10:43:03", "", "Divi", "", "publish", "closed", "closed", "", "divi-2", "", "", "2017-02-16 11:43:03", "2017-02-16 10:43:03", "", "0", "http://mxajfmgl.preview.infomaniak.website/divi-2/", "0", "custom_css", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28658", "0", "2017-02-22 10:50:17", "2017-02-22 10:50:17", "", "divi", "", "publish", "closed", "closed", "", "divi-3", "", "", "2017-02-22 10:50:17", "2017-02-22 10:50:17", "", "0", "https://demo.infomaniak.com/divi-creative-agency/2017/02/22/divi-3/", "0", "custom_css", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28860", "1", "2021-06-14 10:54:43", "2021-06-14 05:54:43", "", "Terms of Use", "", "publish", "closed", "closed", "", "terms-of-use", "", "", "2021-06-14 10:54:43", "2021-06-14 05:54:43", "", "0", "https://tempryary.unbegin.agency/terms-of-use/", "1", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28861", "1", "2021-06-14 10:54:43", "2021-06-14 05:54:43", "", "Privacy Policy", "", "publish", "closed", "closed", "", "privacy-policy", "", "", "2021-06-14 10:54:43", "2021-06-14 05:54:43", "", "0", "https://tempryary.unbegin.agency/privacy-policy/", "2", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28897", "1", "2021-06-14 11:00:02", "2021-06-14 06:00:02", "{\n \"show_on_front\": {\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-14 05:58:39\"\n },\n \"page_on_front\": {\n \"value\": \"4\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-14 05:58:39\"\n },\n \"page_for_posts\": {\n \"value\": \"5\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-14 05:58:39\"\n },\n \"rttheme19::nav_menu_locations[rt-theme-main-navigation]\": {\n \"value\": 10,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-14 05:59:48\"\n },\n \"rttheme19::nav_menu_locations[rt-theme-footer-navigation]\": {\n \"value\": 11,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-14 05:59:48\"\n },\n \"rttheme19::nav_menu_locations[rt-theme-second-main-navigation]\": {\n \"value\": 27,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-14 05:59:48\"\n },\n \"sidebars_widgets[sidebar-for-blog]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-14 06:00:02\"\n }\n}", "", "", "trash", "closed", "closed", "", "8bdc31f3-2ea4-4107-a0f1-e9e379d53754", "", "", "2021-06-14 11:00:02", "2021-06-14 06:00:02", "", "0", "https://tempryary.unbegin.agency/?p=28897", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28898", "1", "2021-06-14 11:40:08", "2021-06-14 06:40:08", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"12000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"18\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>LOREM IPSUM DOLOR SIT AMET CONSECTETUR ADIPISCING ELIT</h2>\r\nQuisque lectus nunc, <a title=\"Link title\" href=\"#\">bibendum</a> quis ex sed, iaculis auctor augue. Morbi molestie suscipit ipsum vel sollicitudin?[/rt_slide][rt_slide content_color_schema=\"light-style\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" link=\"#\" bg_image=\"19\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left bottom\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.15)\" link_title=\"Slide Two\"]\r\n<h3>PHASELLUS IN FACILISIS LIGULA A DICTUM TORTOR</h3>\r\n[/rt_slide][rt_slide content_color_schema=\"default-style\" content_wrapper_width=\"default\" content_width=\"60\" content_align=\"right\" bg_image=\"20\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left center\" content_bg_color=\"rgba(255,255,255,0.62)\" top_margin=\"200\"]\r\n<h2>Curabitur maximus orci dolor</h2>\r\nPhasellus pellentesque urna quis felis laoreet vestibulum. Fusce gravida sit amet massa eu lobortis. Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"DISCOVER RT-THEME 19\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"#\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit. [rt_highlight]Vestibulum[/rt_highlight] non dolor ultricies, porttitor justo non.</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-new-photo-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-new-eye-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-new-heart-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-bell\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-mobile\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-gauge-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"60\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"JUST ARRIVED\"]OUR NEWEST PRODUCTS[/rt_heading][vc_column_text]Phasellus pellentesque urna quis felis laoreet vestibulum. Fusce gravida sit amet massa eu lobortis. Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/vc_column_text][button button_text=\"See All Products\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"#\" link_open=\"_self\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][product_carousel list_layout=\"1/3\" max_item=\"6\" nav=\"false\" dots=\"true\" autoplay=\"false\" list_orderby=\"date\" list_order=\"DESC\" categories=\"\" display_titles=\"true\" display_descriptions=\"false\" display_price=\"true\" featured_image_resize=\"true\" featured_image_max_width=\"400\" featured_image_max_height=\"300\" featured_image_crop=\"true\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"60\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"WHAT THEY ARE SAYING\"]TESTIMONIALS[/rt_heading][vc_column_text]Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/vc_column_text][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][testimonial_carousel list_layout=\"1/1\" style=\"left\" client_images=\"true\" max_item=\"4\" nav=\"false\" dots=\"true\" autoplay=\"false\" list_orderby=\"date\" list_order=\"DESC\" loop=\"false\" align=\"left\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"fullwidth\" rt_row_content_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"16\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]DESIGN EACH ROW[/rt_heading][vc_column_text]Phasellus pellentesque urna quis felis laoreet vestibulum. Fusce gravida sit amet massa eu lobortis. Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/vc_column_text][button button_text=\"See All Products\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"#\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"WHAT WE OFFER\"]TOP REASONS TO BUY OUR PRODUCTS[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\"]Sed ullamcorper efficitur tortor eu consectetur. Etiam <strong>tincidunt</strong> nisi quis ex convallis, vitae accumsan massa aliquam[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Nullam nec sem a metus fringilla mattis. In <a title=\"About Us\" href=\"/about-us-2/\">rutrum et</a> ipsum sit amet volutpat? Quisque cursus ex a mollis pellentesque. Sed rutrum lorem eget metus pretium mollis.[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Fusce sollicitudin orci eget ultricies fringilla. Nulla at elementum orci, ut posuere enim. Etiam imperdiet turpis ante, rhoncus posuere enim condimentum eget.[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\"]Pellentesque et leo massa. Aenean id congue ex, vitae blandit dolor. Nam dignissim vestibulum blandit. Nam pharetra venenatis massa, at vehicula felis dapibus vitae.[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Aenean bibendum metus id ante egestas, vel dapibus ante porta. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Nam dignissim vestibulum blandit. Nam pharetra venenatis massa, at vehicula felis dapibus vitae. <a title=\"Link title\" href=\"#\">Phasellus</a> vehicula rutrum sapien id tincidunt.[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Home Page", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2021-06-14 11:40:08", "2021-06-14 06:40:08", "", "4", "https://tempryary.unbegin.agency/?p=28898", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28925", "1", "2021-06-16 14:21:35", "0000-00-00 00:00:00", " ", "", "", "draft", "closed", "closed", "", "", "", "", "2021-06-16 14:21:35", "0000-00-00 00:00:00", "", "0", "https://tempryary.unbegin.agency/?p=28925", "1", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28926", "1", "2021-06-16 14:22:21", "2021-06-16 09:22:21", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"12000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"18\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>LOREM IPSUM DOLOR SIT AMET CONSECTETUR ADIPISCING ELIT</h2>\r\nQuisque lectus nunc, <a title=\"Link title\" href=\"#\">bibendum</a> quis ex sed, iaculis auctor augue. Morbi molestie suscipit ipsum vel sollicitudin?[/rt_slide][rt_slide content_color_schema=\"light-style\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" link=\"#\" bg_image=\"19\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left bottom\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.15)\" link_title=\"Slide Two\"]\r\n<h3>PHASELLUS IN FACILISIS LIGULA A DICTUM TORTOR</h3>\r\n[/rt_slide][rt_slide content_color_schema=\"default-style\" content_wrapper_width=\"default\" content_width=\"60\" content_align=\"right\" bg_image=\"20\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left center\" content_bg_color=\"rgba(255,255,255,0.62)\" top_margin=\"200\"]\r\n<h2>Curabitur maximus orci dolor</h2>\r\nPhasellus pellentesque urna quis felis laoreet vestibulum. Fusce gravida sit amet massa eu lobortis. Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"DISCOVER RT-THEME 19\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"#\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit. [rt_highlight]Vestibulum[/rt_highlight] non dolor ultricies, porttitor justo non.</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-new-photo-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-new-eye-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-new-heart-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-bell\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-mobile\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-gauge-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"60\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"JUST ARRIVED\"]OUR NEWEST PRODUCTS[/rt_heading][vc_column_text]Phasellus pellentesque urna quis felis laoreet vestibulum. Fusce gravida sit amet massa eu lobortis. Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/vc_column_text][button button_text=\"See All Products\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"#\" link_open=\"_self\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][product_carousel list_layout=\"1/3\" max_item=\"6\" nav=\"false\" dots=\"true\" autoplay=\"false\" list_orderby=\"date\" list_order=\"DESC\" categories=\"\" display_titles=\"true\" display_descriptions=\"false\" display_price=\"true\" featured_image_resize=\"true\" featured_image_max_width=\"400\" featured_image_max_height=\"300\" featured_image_crop=\"true\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"60\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"WHAT THEY ARE SAYING\"]TESTIMONIALS[/rt_heading][vc_column_text]Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/vc_column_text][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][testimonial_carousel list_layout=\"1/1\" style=\"left\" client_images=\"true\" max_item=\"4\" nav=\"false\" dots=\"true\" autoplay=\"false\" list_orderby=\"date\" list_order=\"DESC\" loop=\"false\" align=\"left\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"fullwidth\" rt_row_content_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"16\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]DESIGN EACH ROW[/rt_heading][vc_column_text]Phasellus pellentesque urna quis felis laoreet vestibulum. Fusce gravida sit amet massa eu lobortis. Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/vc_column_text][button button_text=\"See All Products\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"#\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"WHAT WE OFFER\"]TOP REASONS TO BUY OUR PRODUCTS[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\"]Sed ullamcorper efficitur tortor eu consectetur. Etiam <strong>tincidunt</strong> nisi quis ex convallis, vitae accumsan massa aliquam[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Nullam nec sem a metus fringilla mattis. In <a title=\"About Us\" href=\"/about-us-2/\">rutrum et</a> ipsum sit amet volutpat? Quisque cursus ex a mollis pellentesque. Sed rutrum lorem eget metus pretium mollis.[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Fusce sollicitudin orci eget ultricies fringilla. Nulla at elementum orci, ut posuere enim. Etiam imperdiet turpis ante, rhoncus posuere enim condimentum eget.[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\"]Pellentesque et leo massa. Aenean id congue ex, vitae blandit dolor. Nam dignissim vestibulum blandit. Nam pharetra venenatis massa, at vehicula felis dapibus vitae.[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Aenean bibendum metus id ante egestas, vel dapibus ante porta. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Nam dignissim vestibulum blandit. Nam pharetra venenatis massa, at vehicula felis dapibus vitae. <a title=\"Link title\" href=\"#\">Phasellus</a> vehicula rutrum sapien id tincidunt.[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Главная", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2021-06-16 14:22:21", "2021-06-16 09:22:21", "", "4", "https://tempryary.unbegin.agency/?p=28926", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28927", "1", "2021-06-16 14:23:09", "2021-06-16 09:23:09", "[vc_row rt_row_background_width=\"default\" rt_row_content_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column width=\"1/1\"][blog_box list_layout=\"1/2\" layout_style=\"masonry\" use_excerpts=\"true\" pagination=\"true\" ajax_pagination=\"true\" list_orderby=\"date\" list_order=\"DESC\" show_date=\"true\" show_author=\"true\" show_categories=\"true\" show_commnent_numbers=\"true\" featured_image_resize=\"true\" featured_image_max_width=\"0\" featured_image_max_height=\"0\" featured_image_crop=\"false\" categories=\"\" item_per_page=\"6\"][/vc_column][/vc_row]", "Новости", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-06-16 14:23:09", "2021-06-16 09:23:09", "", "5", "https://tempryary.unbegin.agency/?p=28927", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28928", "1", "2021-06-16 14:23:17", "2021-06-16 09:23:17", "[vc_row rt_row_background_width=\"fullwidth\" rt_row_content_width=\"fullwidth\" rt_row_style=\"default-style\" rt_bg_effect=\"classic\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_overlap=\"\" rt_padding_top=\"0\" rt_padding_bottom=\"0\" rt_row_no_padding=\"false\" rt_row_paddings=\"false\" rt_row_borders=\"\" rt_grid=\"\"][vc_column width=\"1/1\"][google_maps height=\"500\" zoom=\"10\"][location title=\"Eiffel Tower\" lat=\"48.8582285\" lon=\"2.2943877000000157\"]Location description for Eiffel Tower[/location][location title=\"Big Ben\" lat=\"51.5007046\" lon=\"-0.12457480000000487\"]Location description for Big Ben[/location][location title=\"Leaning Tower of Pisa\" lat=\"43.722952\" lon=\"10.396596999999929\"]Location description for Pisa Tower[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_content_width=\"default\" rt_row_style=\"default-style\" rt_overlap=\"true\" rt_bg_effect=\"classic\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_grid=\"true\"][vc_column width=\"1/3\"][rt_heading style=\"style-6\" size=\"h5\"]Office 1[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]63739 street lorem ipsum City, Country[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+1 123 312 32 23[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+1 123 312 32 24[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]info@company.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/3\"][rt_heading style=\"style-6\" size=\"h5\"]Office 2[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]63739 street lorem ipsum City, Country[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+1 123 312 32 23[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+1 123 312 32 24[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]info@company.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/3\"][rt_heading style=\"style-6\" size=\"h5\"]Office 3[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]63739 street lorem ipsum City, Country[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+1 123 312 32 23[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+1 123 312 32 24[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]info@company.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_content_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column width=\"1/1\"][rt_heading style=\"style-6\" size=\"h5\"]Contact Form[/rt_heading][contact_form email=\"email@company.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-16 14:23:17", "2021-06-16 09:23:17", "", "8", "https://tempryary.unbegin.agency/?p=28928", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28936", "1", "2021-06-16 14:34:36", "2021-06-16 09:34:36", "{\n \"rttheme19::rttheme19_product_layout_style\": {\n \"value\": \"grid\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 09:30:42\"\n },\n \"rttheme19::rttheme19_category_display\": {\n \"value\": \"categories_only\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 09:30:42\"\n },\n \"rttheme19::rttheme19_show_price_in_list\": {\n \"value\": \"false\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 09:30:42\"\n },\n \"rttheme19::rttheme19_show_price_in_pages\": {\n \"value\": \"false\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 09:30:42\"\n },\n \"widget_contact_info[2]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNjp7czo1OiJ0aXRsZSI7czoxNjoi0JrQvtC90YLQsNC60YLRiyI7czo3OiJhZGRyZXNzIjtzOjExODoiMTgwLzMg0KLQsNC30LUg0JfQsNC80LDQvSwg0JHQsNCz0YLRi9GP0YDQu9GL0Log0Y3RgtGA0LDQvywg0LPQvtGA0L7QtCDQkNGI0YXQsNCx0LDQtCA3NDQwMDAsINCi0YPRgNC60LzQtdC90LjRgdGC0LDQvSI7czo3OiJwaG9uZV8xIjtzOjE0OiIrOTkzMTIgOTU1ODM0ICI7czo3OiJwaG9uZV8yIjtzOjA6IiI7czo5OiJtX3Bob25lXzEiO3M6MTM6Iis5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxNDoiKzk5MzEyIDk1NTgyNiAiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czowOiIiO3M6MTQ6InN1cHBvcnRfbWFpbF8yIjtzOjA6IiI7czoxNzoiY29udGFjdF9mb3JtX2xpbmsiO3M6MDoiIjtzOjg6Im1hcF9saW5rIjtzOjE6IiMiO3M6MjI6ImNvbnRhY3RfZm9ybV9saW5rX3RleHQiO3M6MTI6IkNvbnRhY3QgRm9ybSI7czoxMzoibWFwX2xpbmtfdGV4dCI7czoyNjoi0J3QsNC50YLQuCDQvdCwINC60LDRgNGC0LUiO30=\",\n \"title\": \"\\u041a\\u043e\\u043d\\u0442\\u0430\\u043a\\u0442\\u044b\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"bd38cb2114c06a3d49bc8eaf572be872\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 09:34:36\"\n },\n \"sidebars_widgets[common-sidebar]\": {\n \"value\": [\n \"contact_info-2\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 09:33:19\"\n }\n}", "", "", "trash", "closed", "closed", "", "bd538235-2e2e-4b5a-8442-0693b1595c85", "", "", "2021-06-16 14:34:36", "2021-06-16 09:34:36", "", "0", "https://tempryary.unbegin.agency/?p=28936", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28937", "1", "2021-06-16 14:35:55", "2021-06-16 09:35:55", "{\n \"widget_contact_info[1]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNjp7czo1OiJ0aXRsZSI7czoxNjoi0JrQvtC90YLQsNC60YLRiyI7czo3OiJhZGRyZXNzIjtzOjExODoiMTgwLzMg0KLQsNC30LUg0JfQsNC80LDQvSwg0JHQsNCz0YLRi9GP0YDQu9GL0Log0Y3RgtGA0LDQvywg0LPQvtGA0L7QtCDQkNGI0YXQsNCx0LDQtCA3NDQwMDAsINCi0YPRgNC60LzQtdC90LjRgdGC0LDQvSI7czo3OiJwaG9uZV8xIjtzOjE0OiIrOTkzMTIgOTU1ODM0ICI7czo3OiJwaG9uZV8yIjtzOjA6IiI7czo5OiJtX3Bob25lXzEiO3M6MTM6Iis5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxNDoiKzk5MzEyIDk1NTgyNiAiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czoxOToic3VwcG9ydEBjb21wYW55LmNvbSI7czoxNDoic3VwcG9ydF9tYWlsXzIiO3M6MDoiIjtzOjE3OiJjb250YWN0X2Zvcm1fbGluayI7czowOiIiO3M6ODoibWFwX2xpbmsiO3M6MToiIyI7czoyMjoiY29udGFjdF9mb3JtX2xpbmtfdGV4dCI7czoxMjoiQ29udGFjdCBGb3JtIjtzOjEzOiJtYXBfbGlua190ZXh0IjtzOjI2OiLQndCw0LnRgtC4INC90LAg0LrQsNGA0YLQtSI7fQ==\",\n \"title\": \"\\u041a\\u043e\\u043d\\u0442\\u0430\\u043a\\u0442\\u044b\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"47d6ced680183f09f3e586331d7c319b\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 09:35:55\"\n },\n \"sidebars_widgets[sidebar-for-footer-column-3]\": {\n \"value\": [\n \"contact_info-1\",\n \"search-1\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 09:35:17\"\n }\n}", "", "", "trash", "closed", "closed", "", "da057818-fbd5-4a31-adb0-20792ed66578", "", "", "2021-06-16 14:35:55", "2021-06-16 09:35:55", "", "0", "https://tempryary.unbegin.agency/?p=28937", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28938", "1", "2021-06-16 14:37:10", "2021-06-16 09:37:10", "{\n \"widget_contact_info[2]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNjp7czo1OiJ0aXRsZSI7czoxNjoi0JrQvtC90YLQsNC60YLRiyI7czo3OiJhZGRyZXNzIjtzOjExODoiMTgwLzMg0KLQsNC30LUg0JfQsNC80LDQvSwg0JHQsNCz0YLRi9GP0YDQu9GL0Log0Y3RgtGA0LDQvywg0LPQvtGA0L7QtCDQkNGI0YXQsNCx0LDQtCA3NDQwMDAsINCi0YPRgNC60LzQtdC90LjRgdGC0LDQvSI7czo3OiJwaG9uZV8xIjtzOjE0OiIrOTkzMTIgOTU1ODM0ICI7czo3OiJwaG9uZV8yIjtzOjA6IiI7czo5OiJtX3Bob25lXzEiO3M6MTM6Iis5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxNDoiKzk5MzEyIDk1NTgyNiAiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czowOiIiO3M6MTQ6InN1cHBvcnRfbWFpbF8yIjtzOjA6IiI7czoxNzoiY29udGFjdF9mb3JtX2xpbmsiO3M6MDoiIjtzOjg6Im1hcF9saW5rIjtzOjM3OiJodHRwczovL2dvby5nbC9tYXBzL0YxMjV6VWFvbTZHMUFQejY5IjtzOjIyOiJjb250YWN0X2Zvcm1fbGlua190ZXh0IjtzOjEyOiJDb250YWN0IEZvcm0iO3M6MTM6Im1hcF9saW5rX3RleHQiO3M6MjY6ItCd0LDQudGC0Lgg0L3QsCDQutCw0YDRgtC1Ijt9\",\n \"title\": \"\\u041a\\u043e\\u043d\\u0442\\u0430\\u043a\\u0442\\u044b\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"dd94c9bc5ca7b909054c9df84c79e6ed\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 09:37:10\"\n }\n}", "", "", "trash", "closed", "closed", "", "a4ffe21a-5a4f-4fe9-9a8f-1385501ef003", "", "", "2021-06-16 14:37:10", "2021-06-16 09:37:10", "", "0", "https://tempryary.unbegin.agency/a4ffe21a-5a4f-4fe9-9a8f-1385501ef003/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28939", "1", "2021-06-16 14:37:17", "2021-06-16 09:37:17", "{\n \"widget_contact_info[1]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNjp7czo1OiJ0aXRsZSI7czoxNjoi0JrQvtC90YLQsNC60YLRiyI7czo3OiJhZGRyZXNzIjtzOjExODoiMTgwLzMg0KLQsNC30LUg0JfQsNC80LDQvSwg0JHQsNCz0YLRi9GP0YDQu9GL0Log0Y3RgtGA0LDQvywg0LPQvtGA0L7QtCDQkNGI0YXQsNCx0LDQtCA3NDQwMDAsINCi0YPRgNC60LzQtdC90LjRgdGC0LDQvSI7czo3OiJwaG9uZV8xIjtzOjE0OiIrOTkzMTIgOTU1ODM0ICI7czo3OiJwaG9uZV8yIjtzOjA6IiI7czo5OiJtX3Bob25lXzEiO3M6MTM6Iis5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxNDoiKzk5MzEyIDk1NTgyNiAiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czoxOToic3VwcG9ydEBjb21wYW55LmNvbSI7czoxNDoic3VwcG9ydF9tYWlsXzIiO3M6MDoiIjtzOjE3OiJjb250YWN0X2Zvcm1fbGluayI7czowOiIiO3M6ODoibWFwX2xpbmsiO3M6Mzc6Imh0dHBzOi8vZ29vLmdsL21hcHMvRjEyNXpVYW9tNkcxQVB6NjkiO3M6MjI6ImNvbnRhY3RfZm9ybV9saW5rX3RleHQiO3M6MTI6IkNvbnRhY3QgRm9ybSI7czoxMzoibWFwX2xpbmtfdGV4dCI7czoyNjoi0J3QsNC50YLQuCDQvdCwINC60LDRgNGC0LUiO30=\",\n \"title\": \"\\u041a\\u043e\\u043d\\u0442\\u0430\\u043a\\u0442\\u044b\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"1c08faa18e635e5c12e08479adf8d48e\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 09:37:17\"\n }\n}", "", "", "trash", "closed", "closed", "", "210a94d1-1a37-4524-a45f-b6e591a1b819", "", "", "2021-06-16 14:37:17", "2021-06-16 09:37:17", "", "0", "https://tempryary.unbegin.agency/210a94d1-1a37-4524-a45f-b6e591a1b819/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28940", "1", "2021-06-24 12:56:36", "2021-06-24 07:56:36", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"Майонез “Günaý”\" lat=\"38.079986\" lon=\"58.277428\" rt_desc=\"\"]Тазе Заман[/location][location title=\"Кофе “Günaý”\" lat=\"38.079986\" lon=\"58.277428\" rt_desc=\"\"]Тазе Заман[/location][location title=\"Масла “Günaý”\" lat=\"38.079986\" lon=\"58.277428\" rt_desc=\"\"]Тазе Заман[/location][location title=\"“Günaý” маркет\" lat=\"37.916882\" lon=\"58.349054\" rt_desc=\"\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]МАСЛА GÜNAÝ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ KOFE[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Бахтиярлыкский этрап, Тазе Заман 180/3.\r\n\r\n[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MAÝONEZ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Бахтиярлыкский этрап, Тазе Заман 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MARKET[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Seslenme formasy[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-autosave-v1", "", "", "2021-06-24 12:56:36", "2021-06-24 07:56:36", "", "8", "https://tempryary.unbegin.agency/?p=28940", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28941", "1", "2021-06-16 14:48:46", "2021-06-16 09:48:46", "[vc_row rt_row_background_width=\"fullwidth\" rt_row_content_width=\"fullwidth\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"Eiffel Tower\" lat=\"48.8582285\" lon=\"2.2943877000000157\"]Location description for Eiffel Tower[/location][location title=\"Big Ben\" lat=\"51.5007046\" lon=\"-0.12457480000000487\"]Location description for Big Ben[/location][location title=\"Leaning Tower of Pisa\" lat=\"43.722952\" lon=\"10.396596999999929\"]Location description for Pisa Tower[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ösümlik ýaglary[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]160/1 Битарап Туркменистан, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Kofe[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]180/3 Тазе Заман, Багтыярлык этрап, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Maýonezi[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]180/3 Тазе Заман, Багтыярлык этрап, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Маркет[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]160/1 Битарап Туркменистан, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Contact Form[/rt_heading][contact_form email=\"email@company.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-16 14:48:46", "2021-06-16 09:48:46", "", "8", "https://tempryary.unbegin.agency/?p=28941", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28942", "1", "2021-06-16 14:52:30", "2021-06-16 09:52:30", "[vc_row rt_row_background_width=\"fullwidth\" rt_row_content_width=\"fullwidth\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"Eiffel Tower\" lat=\"48.8582285\" lon=\"2.2943877000000157\"]Location description for Eiffel Tower[/location][location title=\"Big Ben\" lat=\"51.5007046\" lon=\"-0.12457480000000487\"]Location description for Big Ben[/location][location title=\"Leaning Tower of Pisa\" lat=\"43.722952\" lon=\"10.396596999999929\"]Location description for Pisa Tower[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство масла[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]160/1 Битарап Туркменистан, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство Коффе[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]180/3 Тазе Заман, Багтыярлык этрап, Ашхабад, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство Майонеза[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]180/3 Тазе Заман, Багтыярлык этрап, Ашхабад, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Продовольственный маркет[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]160/1 Битарап Туркменистан, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Contact Form[/rt_heading][contact_form email=\"email@company.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-16 14:52:30", "2021-06-16 09:52:30", "", "8", "https://tempryary.unbegin.agency/?p=28942", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28943", "1", "2021-06-16 15:04:39", "2021-06-16 10:04:39", "{\n \"rttheme19::rttheme19_google_api_key\": {\n \"value\": \"AIzaSyAr7kId17b52orA6mKrWPCCBfcJ25l0oBY\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 10:04:39\"\n }\n}", "", "", "trash", "closed", "closed", "", "44d87c57-c550-400f-a2e1-214881493979", "", "", "2021-06-16 15:04:39", "2021-06-16 10:04:39", "", "0", "https://tempryary.unbegin.agency/44d87c57-c550-400f-a2e1-214881493979/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28944", "1", "2021-06-16 15:05:10", "2021-06-16 10:05:10", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"Eiffel Tower\" lat=\"48.8582285\" lon=\"2.2943877000000157\"]Location description for Eiffel Tower[/location][location title=\"Big Ben\" lat=\"51.5007046\" lon=\"-0.12457480000000487\"]Location description for Big Ben[/location][location title=\"Leaning Tower of Pisa\" lat=\"43.722952\" lon=\"10.396596999999929\"]Location description for Pisa Tower[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство масла[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]160/1 Битарап Туркменистан, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство Коффе[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]180/3 Тазе Заман, Багтыярлык этрап, Ашхабад, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство Майонеза[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]180/3 Тазе Заман, Багтыярлык этрап, Ашхабад, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Продовольственный маркет[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]160/1 Битарап Туркменистан, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Contact Form[/rt_heading][contact_form email=\"email@company.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-16 15:05:10", "2021-06-16 10:05:10", "", "8", "https://tempryary.unbegin.agency/?p=28944", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28945", "1", "2021-06-16 15:58:44", "2021-06-16 10:58:44", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"“Günaý” Maýonezi\" lat=\"38.079986\" lon=\"58.277428\" rt_desc=\"\"]Täze Zaman[/location][location title=\"“Günaý” kofe\" lat=\"38.079986\" lon=\"58.277428\" rt_desc=\"\"]Täze Zaman[/location][location title=\"“Günaý” Ösümlik ýaglary\" lat=\"38.079986\" lon=\"58.277428\" rt_desc=\"\"]Täze Zaman[/location][location title=\"“Günaý” market\" lat=\"37.916882\" lon=\"58.349054\" rt_desc=\"\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство масла[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]160/1 Битарап Туркменистан, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство Коффе[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]180/3 Тазе Заман, Багтыярлык этрап, Ашхабад, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство Майонеза[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]180/3 Тазе Заман, Багтыярлык этрап, Ашхабад, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Продовольственный маркет[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]160/1 Битарап Туркменистан, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Contact Form[/rt_heading][contact_form email=\"email@company.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-16 15:58:44", "2021-06-16 10:58:44", "", "8", "https://tempryary.unbegin.agency/?p=28945", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28946", "1", "2021-06-16 15:59:31", "2021-06-16 10:59:31", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"“Günaý” Maýonezi\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” kofe\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” Ösümlik ýaglary\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” market\" lat=\"37.916882\" lon=\"58.349054\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство масла[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]160/1 Битарап Туркменистан, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство Коффе[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]180/3 Тазе Заман, Багтыярлык этрап, Ашхабад, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Производство Майонеза[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]180/3 Тазе Заман, Багтыярлык этрап, Ашхабад, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Продовольственный маркет[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]160/1 Битарап Туркменистан, Ашхабад 744000, Туркменистан[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Обратная связь[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-16 15:59:31", "2021-06-16 10:59:31", "", "8", "https://tempryary.unbegin.agency/?p=28946", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28948", "1", "2021-06-16 22:42:31", "2021-06-16 17:42:31", "{\n \"rttheme19::rttheme19_go_top_button\": {\n \"value\": true,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 17:41:15\"\n },\n \"rttheme19::rttheme19_logo_url\": {\n \"value\": \"http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-logo-1.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 17:42:31\"\n },\n \"rttheme19::rttheme19_logo_url_2x\": {\n \"value\": 28949,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 17:42:15\"\n }\n}", "", "", "trash", "closed", "closed", "", "00a4b993-fd94-49c2-8cf6-dfdded95d72b", "", "", "2021-06-16 22:42:31", "2021-06-16 17:42:31", "", "0", "https://tempryary.unbegin.agency/?p=28948", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28949", "1", "2021-06-16 22:42:04", "2021-06-16 17:42:04", "", "gunay-logo-1", "", "inherit", "open", "closed", "", "gunay-logo-1", "", "", "2021-06-16 22:42:04", "2021-06-16 17:42:04", "", "0", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-logo-1.png", "0", "attachment", "image/png", "0");
INSERT INTO `wp_679176_posts` VALUES("28951", "1", "2021-06-16 22:49:55", "2021-06-16 17:49:55", "", "Coffe-gunay", "", "inherit", "open", "closed", "", "coffe-gunay", "", "", "2021-06-16 22:49:55", "2021-06-16 17:49:55", "", "9", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/Coffe-gunay.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28952", "1", "2021-06-16 22:50:31", "2021-06-16 17:50:31", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"3\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]ABOUT US[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]Aliquam luctus tempor orci sit amet finibus. Duis porttitor, ex ac molestie consectetur, metus tellus venenatis velit, et interdum enim lorem a purus. Fusce scelerisque, massa vitae rhoncus elementum, enim velit sodales libero, id ullamcorper est metus vitae nibh. Fusce <a href=\"#\">porttitor</a> justo in turpis scelerisque, in venenatis felis dictum. Donec fringilla fermentum nibh, sed fermentum velit lacinia pharetra? Suspendisse quis tellus elit. Fusce mollis et leo sit amet tincidunt. Maecenas tempus mauris magna, non fringilla nunc semper at? Cras a pulvinar felis; vel posuere nisl. Morbi vulputate faucibus vestibulum. Ut id magna mauris. Nam tempus cursus felis vel vestibulum. Cras feugiat quis tortor id aliquam.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Our Services[/rt_heading][vc_column_text]Fusce scelerisque, massa vitae rhoncus elementum, enim velit sodales libero, id ullamcorper est metus vitae nibh.[/vc_column_text][vc_accordion style=\"icons\" first_one_open=\"\"][vc_accordion_tab title=\"Web Development\" icon_name=\"icon-laptop\"][vc_column_text]Nam eu enim eget justo eleifend pulvinar eget quis quam. Morbi cursus gravida faucibus. Proin faucibus diam vitae sem bibendum vulputate. Nullam lobortis nibh at ex posuere, nec laoreet justo facilisis. Morbi pharetra lacus sed ex hendrerit, vitae congue turpis imperdiet. Integer laoreet dolor in lobortis dignissim! Quisque malesuada rutrum mi a laoreet. Nulla gravida finibus felis id viverra. Vestibulum volutpat leo non malesuada facilisis? Curabitur et tincidunt ligula. Curabitur dignissim consequat congue. Vestibulum diam quam; pulvinar et nisi ut, ultrices ullamcorper risus. Quisque magna mi, malesuada in purus nec, gravida egestas quam. Fusce in semper nibh. Aenean nec dapibus tortor, eget rhoncus mauris. Duis nibh elit; mattis vitae tempor et, ultricies hendrerit ex![/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"Graphic Design\" icon_name=\"icon-brush\"][vc_column_text]Nam eu enim eget justo eleifend pulvinar eget quis quam. Morbi cursus gravida faucibus. Proin faucibus diam vitae sem bibendum vulputate. Nullam lobortis nibh at ex posuere, nec laoreet justo facilisis. Morbi pharetra lacus sed ex hendrerit, vitae congue turpis imperdiet. Integer laoreet dolor in lobortis dignissim! Quisque malesuada rutrum mi a laoreet. Nulla gravida finibus felis id viverra. Vestibulum volutpat leo non malesuada facilisis? Curabitur et tincidunt ligula. Curabitur dignissim consequat congue. Vestibulum diam quam; pulvinar et nisi ut, ultrices ullamcorper risus. Quisque magna mi, malesuada in purus nec, gravida egestas quam. Fusce in semper nibh. Aenean nec dapibus tortor, eget rhoncus mauris. Duis nibh elit; mattis vitae tempor et, ultricies hendrerit ex![/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"Video Production\" icon_name=\"icon-new-video-1\"][vc_column_text]Nam eu enim eget justo eleifend pulvinar eget quis quam. Morbi cursus gravida faucibus. Proin faucibus diam vitae sem bibendum vulputate. Nullam lobortis nibh at ex posuere, nec laoreet justo facilisis. Morbi pharetra lacus sed ex hendrerit, vitae congue turpis imperdiet. Integer laoreet dolor in lobortis dignissim! Quisque malesuada rutrum mi a laoreet. Nulla gravida finibus felis id viverra. Vestibulum volutpat leo non malesuada facilisis? Curabitur et tincidunt ligula. Curabitur dignissim consequat congue. Vestibulum diam quam; pulvinar et nisi ut, ultrices ullamcorper risus. Quisque magna mi, malesuada in purus nec, gravida egestas quam. Fusce in semper nibh. Aenean nec dapibus tortor, eget rhoncus mauris. Duis nibh elit; mattis vitae tempor et, ultricies hendrerit ex![/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"Photoghraphy\" icon_name=\"icon-new-photo-1\"][vc_column_text]Nam eu enim eget justo eleifend pulvinar eget quis quam. Morbi cursus gravida faucibus. Proin faucibus diam vitae sem bibendum vulputate. Nullam lobortis nibh at ex posuere, nec laoreet justo facilisis. Morbi pharetra lacus sed ex hendrerit, vitae congue turpis imperdiet. Integer laoreet dolor in lobortis dignissim! Quisque malesuada rutrum mi a laoreet. Nulla gravida finibus felis id viverra. Vestibulum volutpat leo non malesuada facilisis? Curabitur et tincidunt ligula. Curabitur dignissim consequat congue. Vestibulum diam quam; pulvinar et nisi ut, ultrices ullamcorper risus. Quisque magna mi, malesuada in purus nec, gravida egestas quam. Fusce in semper nibh. Aenean nec dapibus tortor, eget rhoncus mauris. Duis nibh elit; mattis vitae tempor et, ultricies hendrerit ex![/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Our Vision[/rt_heading][vc_column_text]Vestibulum mollis sem et nunc venenatis finibus. Duis eget erat non risus scelerisque pulvinar nec nec eros. Nulla sed efficitur massa? Pellentesque facilisis mauris nec eros lacinia tincidunt! Nunc fermentum elit ac vulputate auctor. Morbi turpis diam; blandit a quam ut; tincidunt fermentum leo? Pellentesque efficitur at lectus id pulvinar. Nunc ex lectus, sodales a neque in, luctus rutrum enim.\r\n\r\nMaecenas interdum eget urna in volutpat. In id efficitur tortor. Vestibulum euismod leo et dolor facilisis, eget vestibulum nisi dictum. Ut consequat turpis sed bibendum feugiat! Sed condimentum turpis nec lacus efficitur convallis. Vivamus et facilisis leo.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"60\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h3\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"Our Team\"]Who\'s behind the scenes?[/rt_heading][staff_box list_layout=\"1/4\" ids=\"1870,1872,1871,1867\" list_orderby=\"date\" list_order=\"DESC\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"top,bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"fixed\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"60\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"Milestones\"]Brief History of Our Company[/rt_heading][rt_timeline][rt_tl_event month=\"March,\" year=\"2015\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum non dolor ultricies, porttitor justo non, pretium mi.[/rt_tl_event][rt_tl_event month=\"February,\" year=\"2015\"]Phasellus id dignissim orci, non pulvinar ex. Donec id lectus ut sem porta blandit et venenatis nunc.[/rt_tl_event][rt_tl_event month=\"March,\" year=\"2015\"]Sed aliquet tempus aliquam. Etiam feugiat ornare massa, vel tincidunt tortor dignissim at. Donec quis tincidunt nisi. Integer tempus diam et felis finibus imperdiet. Ut ornare nunc eget purus <a title=\"Link title\" href=\"#\">commodo</a>, sed rutrum ante viverra. Fusce fringilla euismod lorem vel aliquet. Etiam blandit efficitur massa.[/rt_tl_event][rt_tl_event month=\"May,\" year=\"2012\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum non dolor ultricies, porttitor justo non, pretium mi.[/rt_tl_event][rt_tl_event month=\"March,\" year=\"2010\"]Fusce fringilla euismod lorem vel aliquet.[/rt_tl_event][/rt_timeline][/vc_column][/vc_row][vc_row rt_row_background_width=\"fullwidth\" rt_row_content_width=\"default\" rt_row_style=\"light-style\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_image=\"2368\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"3\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_counter number=\"174\"]Web Design Projects[/rt_counter][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_counter number=\"299\"]Video Productions[/rt_counter][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_counter number=\"150\"]Animations[/rt_counter][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_counter number=\"1100\"]Graphic Designs[/rt_counter][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"60\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h3\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"Testimonials\"]What They Are Saying[/rt_heading][testimonial_carousel list_layout=\"1/1\" style=\"center big\" client_images=\"false\" max_item=\"10\" nav=\"false\" dots=\"true\" autoplay=\"false\" list_orderby=\"date\" list_order=\"DESC\" loop=\"false\" align=\"center\" ids=\"2353,1735\"][/vc_column][/vc_row]", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-16 22:50:31", "2021-06-16 17:50:31", "", "9", "https://tempryary.unbegin.agency/?p=28952", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28953", "1", "2021-06-16 23:02:20", "2021-06-16 18:02:20", "", "ýiti", "", "inherit", "open", "closed", "", "yiti", "", "", "2021-06-16 23:02:20", "2021-06-16 18:02:20", "", "9", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/yiti.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28954", "1", "2021-06-16 23:06:28", "2021-06-16 18:06:28", "", "premium", "", "inherit", "open", "closed", "", "premium", "", "", "2021-06-16 23:06:28", "2021-06-16 18:06:28", "", "9", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/premium.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28955", "1", "2021-06-16 23:08:19", "2021-06-16 18:08:19", "", "galkyn", "", "inherit", "open", "closed", "", "galkyn", "", "", "2021-06-16 23:08:19", "2021-06-16 18:08:19", "", "9", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/galkyn.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28956", "1", "2021-06-16 23:09:56", "2021-06-16 18:09:56", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"3\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]ABOUT US[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam ... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-16 23:09:56", "2021-06-16 18:09:56", "", "9", "https://tempryary.unbegin.agency/?p=28956", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28957", "1", "2021-06-16 23:10:16", "2021-06-16 18:10:16", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"3\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\"]GÜNAÝ KOFE[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam ... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-16 23:10:16", "2021-06-16 18:10:16", "", "9", "https://tempryary.unbegin.agency/?p=28957", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28958", "1", "2021-06-16 23:10:59", "2021-06-16 18:10:59", "{\n \"nav_menu_item[28933]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:10:59\"\n },\n \"nav_menu_item[28934]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 9,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"https://tempryary.unbegin.agency/about-us/\",\n \"title\": \"\\u041e \\u041a\\u041e\\u041c\\u041f\\u0410\\u041d\\u0418\\u0418\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 10,\n \"position\": 5,\n \"status\": \"publish\",\n \"original_title\": \"About Us\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:10:59\"\n },\n \"nav_menu_item[28932]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 8,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"https://tempryary.unbegin.agency/contact-us/\",\n \"title\": \"\\u041a\\u041e\\u041d\\u0422\\u0410\\u041a\\u0422\\u042b\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 10,\n \"position\": 6,\n \"status\": \"publish\",\n \"original_title\": \"\\u041a\\u043e\\u043d\\u0442\\u0430\\u043a\\u0442\\u044b\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:10:59\"\n },\n \"nav_menu_item[-5064160915755383000]\": {\n \"value\": {\n \"object_id\": 9,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 3,\n \"type\": \"post_type\",\n \"title\": \"G\\u00dcNA\\u00dd KOFE\",\n \"url\": \"https://tempryary.unbegin.agency/gunay-kofe/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"\\u201cG\\u00fcna\\u00fd\\u201d kofe\",\n \"nav_menu_term_id\": 10,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:10:59\"\n }\n}", "", "", "trash", "closed", "closed", "", "a957fc49-cabb-4abb-aeab-014a364620cd", "", "", "2021-06-16 23:10:59", "2021-06-16 18:10:59", "", "0", "https://tempryary.unbegin.agency/a957fc49-cabb-4abb-aeab-014a364620cd/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28960", "1", "2021-06-16 23:12:11", "2021-06-16 18:12:11", "{\n \"nav_menu_item[28930]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 4,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Front Page\",\n \"url\": \"https://tempryary.unbegin.agency/\",\n \"title\": \"BA\\u015e SAHYPA\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 10,\n \"position\": 1,\n \"status\": \"publish\",\n \"original_title\": \"\\u0413\\u043b\\u0430\\u0432\\u043d\\u0430\\u044f\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:11:30\"\n },\n \"nav_menu_item[28931]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 5,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Posts Page\",\n \"url\": \"https://tempryary.unbegin.agency/news/\",\n \"title\": \"HABAR\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 10,\n \"position\": 2,\n \"status\": \"publish\",\n \"original_title\": \"\\u041d\\u043e\\u0432\\u043e\\u0441\\u0442\\u0438\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:11:30\"\n },\n \"nav_menu_item[28932]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 8,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"https://tempryary.unbegin.agency/contact-us/\",\n \"title\": \"ARAGATNA\\u015eYKLAR\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 10,\n \"position\": 6,\n \"status\": \"publish\",\n \"original_title\": \"\\u041a\\u043e\\u043d\\u0442\\u0430\\u043a\\u0442\\u044b\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:12:11\"\n }\n}", "", "", "trash", "closed", "closed", "", "1c29ec27-b3c8-444e-ba3f-b754108afdfe", "", "", "2021-06-16 23:12:11", "2021-06-16 18:12:11", "", "0", "https://tempryary.unbegin.agency/?p=28960", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28961", "1", "2021-06-16 23:12:33", "2021-06-16 18:12:33", "{\n \"nav_menu_item[28934]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:12:33\"\n }\n}", "", "", "trash", "closed", "closed", "", "fd68642f-2d46-4b92-a199-de689a8c033a", "", "", "2021-06-16 23:12:33", "2021-06-16 18:12:33", "", "0", "https://tempryary.unbegin.agency/fd68642f-2d46-4b92-a199-de689a8c033a/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28962", "1", "2021-06-16 23:13:07", "2021-06-16 18:13:07", "{\n \"rttheme19::rttheme19_default_primary_color\": {\n \"value\": \"#ffb100\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:13:07\"\n },\n \"rttheme19::rttheme19_default_heading_color\": {\n \"value\": \"#ffffff\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:13:07\"\n }\n}", "", "", "trash", "closed", "closed", "", "d8047134-d4f5-468c-a62c-222e1452d031", "", "", "2021-06-16 23:13:07", "2021-06-16 18:13:07", "", "0", "https://tempryary.unbegin.agency/d8047134-d4f5-468c-a62c-222e1452d031/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28963", "1", "2021-06-16 23:13:20", "2021-06-16 18:13:20", "{\n \"rttheme19::rttheme19_default_heading_color\": {\n \"value\": \"#222\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:13:20\"\n }\n}", "", "", "trash", "closed", "closed", "", "2b75da4f-eb02-4410-a98c-c4456d8849b6", "", "", "2021-06-16 23:13:20", "2021-06-16 18:13:20", "", "0", "https://tempryary.unbegin.agency/2b75da4f-eb02-4410-a98c-c4456d8849b6/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28964", "1", "2021-06-16 23:13:50", "2021-06-16 18:13:50", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"3\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ KOFE[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam ... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-16 23:13:50", "2021-06-16 18:13:50", "", "9", "https://tempryary.unbegin.agency/?p=28964", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28965", "1", "2021-06-16 23:16:09", "2021-06-16 18:16:09", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ KOFE[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam ... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-16 23:16:09", "2021-06-16 18:16:09", "", "9", "https://tempryary.unbegin.agency/?p=28965", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28966", "1", "2021-06-16 23:58:08", "2021-06-16 18:58:08", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]МАЙОНЕЗЫ GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Майонез считается благородным соусом на каждый день. Мы действительно готовим все блюда с этим восхитительным соусом. Помимо классических привычных вкусов майонеза, мы привыкли к соусам с травами и ароматизаторами. В наше время вы можете выбрать себе обезжиренный (10%) майонез, который не навредит вашему имиджу, а также можете развлечься майонезом 80% жирности, чтобы приготовленные блюда были мягкими и питательными. Около 95% населения Туркменистана употребляет майонез, а в некоторых регионах страны этот показатель достигает 98%. Майонез изначально является достаточно высококалорийным продуктом, но, что важно, он также способствует легкому усвоению принимаемой пищи. Это делает его незаменимой приправой ко многим блюдам.</p>\r\n<p style=\"text-align: justify;\">Компания \"Günaý\" производит майонезы разной жирности и различных вкусов, которые сочетаются абсолютно с любыми блюдами приготовленными хозяйками как в домашних условиях так и на природе. Вкус майонеза определяется его рецептурой и качеством компонентов, поэтому <strong>изготовление майонеза </strong>\"Günaý\" основано исключительно на использовании натуральных высококачественных ингредиентов.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 30%[/rt_heading][vc_column_text]<strong>Жирность майонеза низкокалорийная - 30%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 30,0 гр., Углеводы - 3,1 гр., Белки - 0,2 гр. Продуктивность 100г продукта - 298 ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 45%[/rt_heading][vc_column_text]<strong>Умеренная калорийность майонеза составляет 45%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 45,0 гр., Углеводы - 5,4 гр., Белки - 0,2 гр. Энргетическая ценность на 100 грамм продукта - 426 ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 55%[/rt_heading][vc_column_text]<strong>Умеренная калорийность майонеза составляет 55%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 55,0 гр., Углеводы - 3,6 гр., Белки - 0,4 гр. Энргетическая ценность на 100 грамм продукта - 468 ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]<strong>Высоко калорийный майонез 67%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 67,0 гр., Углеводы - 3,6 гр., Белки - 0,2 гр. Энргетическая ценность на 100 грамм продукта - 622ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row]", "“Günaý” Майонез", "", "publish", "open", "closed", "", "gunay-mayonez", "", "", "2021-06-25 23:04:19", "2021-06-25 18:04:19", "", "0", "https://tempryary.unbegin.agency/?page_id=28966", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28967", "1", "2021-06-16 23:23:29", "2021-06-16 18:23:29", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” maýonez", "", "inherit", "closed", "closed", "", "28966-revision-v1", "", "", "2021-06-16 23:23:29", "2021-06-16 18:23:29", "", "28966", "https://tempryary.unbegin.agency/?p=28967", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28969", "1", "2021-06-16 23:30:03", "2021-06-16 18:30:03", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28968\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” maýonez", "", "inherit", "closed", "closed", "", "28966-revision-v1", "", "", "2021-06-16 23:30:03", "2021-06-16 18:30:03", "", "28966", "https://tempryary.unbegin.agency/?p=28969", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28970", "1", "2021-06-16 23:31:12", "2021-06-16 18:31:12", "", "gunay-mayonez", "", "inherit", "open", "closed", "", "gunay-mayonez", "", "", "2021-06-16 23:31:12", "2021-06-16 18:31:12", "", "28966", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-mayonez.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28971", "1", "2021-06-16 23:31:26", "2021-06-16 18:31:26", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"contain\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” maýonez", "", "inherit", "closed", "closed", "", "28966-revision-v1", "", "", "2021-06-16 23:31:26", "2021-06-16 18:31:26", "", "28966", "https://tempryary.unbegin.agency/?p=28971", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28972", "1", "2021-06-16 23:31:47", "2021-06-16 18:31:47", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” maýonez", "", "inherit", "closed", "closed", "", "28966-revision-v1", "", "", "2021-06-16 23:31:47", "2021-06-16 18:31:47", "", "28966", "https://tempryary.unbegin.agency/?p=28972", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28973", "1", "2021-06-16 23:46:08", "2021-06-16 18:46:08", "", "gunay-mayonez-30", "", "inherit", "open", "closed", "", "gunay-mayonez-30", "", "", "2021-06-16 23:46:08", "2021-06-16 18:46:08", "", "28966", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-mayonez-30.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28974", "1", "2021-06-16 23:46:42", "2021-06-16 18:46:42", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 30%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 30%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty:</strong>\r\nÝaglar-30,0 gr., uglewodlar-3,1 gr., belok-0,2 gr.\r\n<strong>100g önümiň kuwwatlylyk gymmaty – 298 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün.</strong>\r\nÖndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” maýonez", "", "inherit", "closed", "closed", "", "28966-revision-v1", "", "", "2021-06-16 23:46:42", "2021-06-16 18:46:42", "", "28966", "https://tempryary.unbegin.agency/?p=28974", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28975", "1", "2021-06-16 23:47:26", "2021-06-16 18:47:26", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 30%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 30%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-30,0 gr., uglewodlar-3,1 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 298 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” maýonez", "", "inherit", "closed", "closed", "", "28966-revision-v1", "", "", "2021-06-16 23:47:26", "2021-06-16 18:47:26", "", "28966", "https://tempryary.unbegin.agency/?p=28975", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28976", "1", "2021-06-16 23:52:22", "2021-06-16 18:52:22", "", "gunay-mayonez-45", "", "inherit", "open", "closed", "", "gunay-mayonez-45", "", "", "2021-06-16 23:52:22", "2021-06-16 18:52:22", "", "28966", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-mayonez-45.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28977", "1", "2021-06-16 23:52:28", "2021-06-16 18:52:28", "", "gunay-mayonez-55", "", "inherit", "open", "closed", "", "gunay-mayonez-55", "", "", "2021-06-16 23:52:28", "2021-06-16 18:52:28", "", "28966", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-mayonez-55.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28978", "1", "2021-06-16 23:52:33", "2021-06-16 18:52:33", "", "gunay-mayonez-67", "", "inherit", "open", "closed", "", "gunay-mayonez-67", "", "", "2021-06-16 23:52:33", "2021-06-16 18:52:33", "", "28966", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-mayonez-67.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28979", "1", "2021-06-16 23:58:08", "2021-06-16 18:58:08", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 30%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 30%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-30,0 gr., uglewodlar-3,1 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 298 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n [/vc_column_text][/vc_column][/vc_row]", "“Günaý” maýonez", "", "inherit", "closed", "closed", "", "28966-revision-v1", "", "", "2021-06-16 23:58:08", "2021-06-16 18:58:08", "", "28966", "https://tempryary.unbegin.agency/?p=28979", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28981", "1", "2021-06-16 23:59:13", "2021-06-16 18:59:13", "{\n \"nav_menu_item[-3592039624788396000]\": {\n \"value\": {\n \"object_id\": 28966,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 5,\n \"type\": \"post_type\",\n \"title\": \"G\\u00dcNA\\u00dd MA\\u00ddONEZ\",\n \"url\": \"https://tempryary.unbegin.agency/gunay-mayonez/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"\\u201cG\\u00fcna\\u00fd\\u201d ma\\u00fdonez\",\n \"nav_menu_term_id\": 10,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 18:59:13\"\n }\n}", "", "", "trash", "closed", "closed", "", "523322ee-85ed-4ca7-8500-fab1b3bf35aa", "", "", "2021-06-16 23:59:13", "2021-06-16 18:59:13", "", "0", "https://tempryary.unbegin.agency/523322ee-85ed-4ca7-8500-fab1b3bf35aa/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28983", "1", "2021-06-17 00:35:29", "2021-06-16 19:35:29", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]РАСТИТЕЛЬНОЕ МАСЛО GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Компания \"Günay\" занимается производством и поставкой очищенного дезодорированного подсолнечного масла. Стабильная работа предприятия и многолетний опыт в данной сфере позволяют \"Günay\" быть конкурентоспособным и популярным среди производителей растительного масла. Строгое соблюдение общепринятых стандартов и регулярный контроль качества - наши ключевые отличительные особенности, в результате чего мы производим только экологически чистую продукцию. Проверенные технологии обработки с использованием личной лаборатории и высококачественного сырья, в конечном итоге, позволяют извлекать первичное масло с низким содержанием фосфолипидов. Наша компания производит продукцию только высокого качества, что подтверждается признанием многочисленных государственных наград и партнеров. Принципы нашего производства основаны на двух важных составляющих - безопасности и натуральности. Наш завод работает только с проверенным и натуральным сырьем, без искусственных смесей синтезированных веществ и генетически модифицированных организмов (ГМО).</p>\r\n[/vc_column_text][vc_column_text]Производитель: Хозяйственное общество “Gündogar akymy”\r\nОснователи: Хангельдыев Худайберды Ашыргельдыевич, Аннамухаммедова Айджахан Анначарыевна\r\nДата Основания: 1 Мая 2018 год\r\nДиректор: Хангельдыев Худайберды Ашыргельдыевич\r\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3.\r\nПродукты: Рафинированное, дезодорированное подсолнечное масло.\r\nЮридический адрес: город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.\r\nТелефон: +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Растительное масло \"Günaý\" - 1 литр[/rt_heading][vc_column_text]<strong>РАФИНИРОВАННОЕ, ДЗОДОРИРОВАННОЕ ПОДСОЛНЕЧНОЕ МАСЛО (ПИЩЕВОЕ)</strong>\r\nПищевая ценность на 100 грам продукта: жиры - 99,9г, энергетическая ценность: 899 ккал.\r\n<strong>TDS – 1129-93 Товар сертифицирован</strong>\r\nУсловия хранения: беречь от солнечных лучей. Средний срок хранения: 4 месяца. Без содержания ГМО.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Растительное масло \"Günaý\" - 5 литров[/rt_heading][vc_column_text]<strong>РАФИНИРОВАННОЕ, ДЗОДОРИРОВАННОЕ ПОДСОЛНЕЧНОЕ МАСЛО (ПИЩЕВОЕ)</strong>\r\nПищевая ценность на 100 грам продукта: жиры - 99,9г, энергетическая ценность: 899 ккал.\r\n<strong>TDS – 1129-93 Товар сертифицирован</strong>\r\nУсловия хранения: беречь от солнечных лучей. Средний срок хранения: 4 месяца. Без содержания ГМО.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” растительное масло", "", "publish", "open", "open", "", "gunay-yagy", "", "", "2021-06-24 12:17:38", "2021-06-24 07:17:38", "", "0", "https://tempryary.unbegin.agency/?page_id=28983", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28984", "1", "2021-06-17 00:08:01", "2021-06-16 19:08:01", "", "gunaý-zawod", "", "inherit", "open", "closed", "", "gunay-zawod", "", "", "2021-06-17 00:08:01", "2021-06-16 19:08:01", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-zawod.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28985", "1", "2021-06-17 00:08:33", "2021-06-16 19:08:33", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär. Esasy artykmaçlyklarymyz, diňe ýokary hünärli işgärleriň işleýän kärhanalarynda önümçilik proseslerine iň berk gözegçilik etmekdir. Önümlerimiziň bahasy onuň ýokary hiline laýyk gelýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28984\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 30%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 30%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-30,0 gr., uglewodlar-3,1 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 298 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]", "“Günaý” ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-17 00:08:33", "2021-06-16 19:08:33", "", "28983", "https://tempryary.unbegin.agency/?p=28985", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28986", "1", "2021-06-17 00:09:16", "2021-06-16 19:09:16", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28984\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 30%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 30%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-30,0 gr., uglewodlar-3,1 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 298 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]", "“Günaý” ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-17 00:09:16", "2021-06-16 19:09:16", "", "28983", "https://tempryary.unbegin.agency/?p=28986", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28987", "1", "2021-06-17 00:09:57", "2021-06-16 19:09:57", "", "gunay-ýagy", "", "inherit", "open", "closed", "", "gunay-yagy", "", "", "2021-06-17 00:09:57", "2021-06-16 19:09:57", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-yagy.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28988", "1", "2021-06-17 00:10:06", "2021-06-16 19:10:06", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28984\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 30%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 30%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-30,0 gr., uglewodlar-3,1 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 298 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]", "“Günaý” ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-17 00:10:06", "2021-06-16 19:10:06", "", "28983", "https://tempryary.unbegin.agency/?p=28988", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("28989", "1", "2021-06-17 00:18:06", "2021-06-16 19:18:06", "", "1", "", "inherit", "open", "closed", "", "1", "", "", "2021-06-17 00:18:06", "2021-06-16 19:18:06", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/1.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28990", "1", "2021-06-17 00:18:09", "2021-06-16 19:18:09", "", "2", "", "inherit", "open", "closed", "", "2", "", "", "2021-06-17 00:18:09", "2021-06-16 19:18:09", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/2.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28991", "1", "2021-06-17 00:18:13", "2021-06-16 19:18:13", "", "3", "", "inherit", "open", "closed", "", "3", "", "", "2021-06-17 00:18:13", "2021-06-16 19:18:13", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/3.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28992", "1", "2021-06-17 00:18:17", "2021-06-16 19:18:17", "", "4", "", "inherit", "open", "closed", "", "4", "", "", "2021-06-17 00:18:17", "2021-06-16 19:18:17", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/4.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28993", "1", "2021-06-17 00:18:21", "2021-06-16 19:18:21", "", "5", "", "inherit", "open", "closed", "", "5", "", "", "2021-06-17 00:18:21", "2021-06-16 19:18:21", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/5.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28994", "1", "2021-06-17 00:18:24", "2021-06-16 19:18:24", "", "6", "", "inherit", "open", "closed", "", "6", "", "", "2021-06-17 00:18:24", "2021-06-16 19:18:24", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/6.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28995", "1", "2021-06-17 00:18:28", "2021-06-16 19:18:28", "", "7", "", "inherit", "open", "closed", "", "7", "", "", "2021-06-17 00:18:28", "2021-06-16 19:18:28", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/7.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28996", "1", "2021-06-17 00:18:32", "2021-06-16 19:18:32", "", "8", "", "inherit", "open", "closed", "", "8", "", "", "2021-06-17 00:18:32", "2021-06-16 19:18:32", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/8.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28997", "1", "2021-06-17 00:18:34", "2021-06-16 19:18:34", "", "9", "", "inherit", "open", "closed", "", "9", "", "", "2021-06-17 00:18:34", "2021-06-16 19:18:34", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/9.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28998", "1", "2021-06-17 00:18:37", "2021-06-16 19:18:37", "", "10", "", "inherit", "open", "closed", "", "10", "", "", "2021-06-17 00:18:37", "2021-06-16 19:18:37", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/10.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("28999", "1", "2021-06-17 00:18:40", "2021-06-16 19:18:40", "", "11", "", "inherit", "open", "closed", "", "11", "", "", "2021-06-17 00:18:40", "2021-06-16 19:18:40", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/11.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29000", "1", "2021-06-17 00:19:19", "2021-06-16 19:19:19", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28984\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]", "“Günaý” ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-17 00:19:19", "2021-06-16 19:19:19", "", "28983", "https://tempryary.unbegin.agency/?p=29000", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29001", "1", "2021-06-17 00:19:44", "2021-06-16 19:19:44", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28984\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]", "“Günaý” ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-17 00:19:44", "2021-06-16 19:19:44", "", "28983", "https://tempryary.unbegin.agency/?p=29001", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29002", "1", "2021-06-17 00:20:18", "2021-06-16 19:20:18", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]", "“Günaý” ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-17 00:20:18", "2021-06-16 19:20:18", "", "28983", "https://tempryary.unbegin.agency/?p=29002", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29003", "1", "2021-06-17 00:22:42", "2021-06-16 19:22:42", "", "gunay-yag-1", "", "inherit", "open", "closed", "", "gunay-yag-1", "", "", "2021-06-17 00:22:42", "2021-06-16 19:22:42", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-yag-1.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29004", "1", "2021-06-17 00:27:07", "2021-06-16 19:27:07", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]", "“Günaý” ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-17 00:27:07", "2021-06-16 19:27:07", "", "28983", "https://tempryary.unbegin.agency/?p=29004", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29005", "1", "2021-06-17 00:30:21", "2021-06-16 19:30:21", "", "gunay-yag-5", "", "inherit", "open", "closed", "", "gunay-yag-5", "", "", "2021-06-17 00:30:21", "2021-06-16 19:30:21", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-yag-5.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29006", "1", "2021-06-17 00:32:52", "2021-06-16 19:32:52", "", "12", "", "inherit", "open", "closed", "", "12", "", "", "2021-06-17 00:32:52", "2021-06-16 19:32:52", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/12.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29007", "1", "2021-06-17 00:32:56", "2021-06-16 19:32:56", "", "13", "", "inherit", "open", "closed", "", "13", "", "", "2021-06-17 00:32:56", "2021-06-16 19:32:56", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/13.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29008", "1", "2021-06-17 00:32:59", "2021-06-16 19:32:59", "", "14", "", "inherit", "open", "closed", "", "14", "", "", "2021-06-17 00:32:59", "2021-06-16 19:32:59", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/14.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29009", "1", "2021-06-17 00:33:02", "2021-06-16 19:33:02", "", "15", "", "inherit", "open", "closed", "", "15", "", "", "2021-06-17 00:33:02", "2021-06-16 19:33:02", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/15.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29010", "1", "2021-06-17 00:33:04", "2021-06-16 19:33:04", "", "16", "", "inherit", "open", "closed", "", "16", "", "", "2021-06-17 00:33:04", "2021-06-16 19:33:04", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/16.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29011", "1", "2021-06-17 00:33:07", "2021-06-16 19:33:07", "", "17", "", "inherit", "open", "closed", "", "17", "", "", "2021-06-17 00:33:07", "2021-06-16 19:33:07", "", "28983", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/17.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29012", "1", "2021-06-17 00:33:55", "2021-06-16 19:33:55", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-17 00:33:55", "2021-06-16 19:33:55", "", "28983", "https://tempryary.unbegin.agency/?p=29012", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29013", "1", "2021-06-17 00:34:52", "2021-06-16 19:34:52", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-17 00:34:52", "2021-06-16 19:34:52", "", "28983", "https://tempryary.unbegin.agency/?p=29013", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29014", "1", "2021-06-24 12:16:10", "2021-06-24 07:16:10", "<p>[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]РАСТИТЕЛЬНОЕ МАСЛО GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]</p>\n<p style=\"text-align: justify;\">Капучино? Латте с пеной? Может, просто черный? В компании \"Günaý\" вы выбираете один из разных сортов кофе, и мы гарантируем, что каждый из них будет уникальным. Его сильный запах нашего кофе порадует утром или в долгой дороге, а этот вкус... просто изюмителен. Дабы обеспечить первоклассный вкус, мы используем только тщательно отобранные кофейные зерна для приготовления кофе. Каждый год мы продаем миллионы чашек кофе и разделяем с вами нашу страсть!</p>\n<p>[/vc_column_text][vc_column_text]Производитель: Хозяйственное общество “Gündogar akymy”<br />\nОснователи: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç, Annamuhammedowa Aýjahan Annaçaryýewna<br />\nДата Основания: 1 Мая 2018 год<br />\nDirektor: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç<br />\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3.<br />\nПродукты: Рафинированное, дезодорированное подсолнечное масло.<br />\nЮридический адрес: город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.<br />\nТелефон: +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Растительное масло \"Günaý\" - 1 литр[/rt_heading][vc_column_text]<strong>РАФИНИРОВАННОЕ, ДЗОДОРИРОВАННОЕ ПОДСОЛНЕЧНОЕ МАСЛО (ПИЩЕВОЕ)</strong><br />\nПищевая ценность на 100 грам продукта: жиры - 99,9г, энергетическая ценность: 899 ккал.<br />\n<strong>TDS – 1129-93 Товар сертифицирован</strong><br />\nУсловия хранения: беречь от солнечных лучей. Средний срок хранения: 4 месяца. Без содержания ГМО.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Растительное масло \"Günaý\" - 5 литров[/rt_heading][vc_column_text]<strong>РАФИНИРОВАННОЕ, ДЗОДОРИРОВАННОЕ ПОДСОЛНЕЧНОЕ МАСЛО (ПИЩЕВОЕ)</strong><br />\nПищевая ценность на 100 грам продукта: жиры - 99,9г, энергетическая ценность: 899 ккал.<br />\n<strong>TDS – 1129-93 Товар сертифицирован</strong><br />\nУсловия хранения: беречь от солнечных лучей. Средний срок хранения: 4 месяца. Без содержания ГМО.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row]</p>\n", "“Günaý” растительное масло", "", "inherit", "closed", "closed", "", "28983-autosave-v1", "", "", "2021-06-24 12:16:10", "2021-06-24 07:16:10", "", "28983", "https://tempryary.unbegin.agency/?p=29014", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29015", "1", "2021-06-17 00:38:56", "2021-06-16 19:38:56", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][/vc_row]", "“Günaý” ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-17 00:38:56", "2021-06-16 19:38:56", "", "28983", "https://tempryary.unbegin.agency/?p=29015", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29016", "1", "2021-06-17 00:39:32", "2021-06-16 19:39:32", "{\n \"nav_menu_item[28982]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 28966,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"https://tempryary.unbegin.agency/gunay-mayonez/\",\n \"title\": \"G\\u00dcNA\\u00dd MA\\u00ddONEZ\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 10,\n \"position\": 5,\n \"status\": \"publish\",\n \"original_title\": \"\\u201cG\\u00fcna\\u00fd\\u201d ma\\u00fdonez\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 19:39:32\"\n },\n \"nav_menu_item[28932]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 8,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"https://tempryary.unbegin.agency/contact-us/\",\n \"title\": \"ARAGATNA\\u015eYKLAR\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 10,\n \"position\": 6,\n \"status\": \"publish\",\n \"original_title\": \"\\u041a\\u043e\\u043d\\u0442\\u0430\\u043a\\u0442\\u044b\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 19:39:32\"\n },\n \"nav_menu_item[-3442740482716285000]\": {\n \"value\": {\n \"object_id\": 28983,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 4,\n \"type\": \"post_type\",\n \"title\": \"G\\u00dcNA\\u00dd \\u00ddAGY\",\n \"url\": \"https://tempryary.unbegin.agency/gunay-yagy/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"\\u201cG\\u00fcna\\u00fd\\u201d \\u00fdagy\",\n \"nav_menu_term_id\": 10,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 19:39:32\"\n }\n}", "", "", "trash", "closed", "closed", "", "9758772e-98a4-4e1a-8cdb-0c0cf64a5f48", "", "", "2021-06-17 00:39:32", "2021-06-16 19:39:32", "", "0", "https://tempryary.unbegin.agency/9758772e-98a4-4e1a-8cdb-0c0cf64a5f48/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29018", "1", "2021-06-17 01:01:11", "2021-06-16 20:01:11", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ МАРКЕТ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günaý\" маркет уникален своим внешним видом и кардинально отличается от других торговых точек малого и среднего бизнеса и в первую это гибкость в выборе продаваемого товараа, а так-же локальность и быстрое реагирование на новые тенденции продаж. Основные принципы ведения бизнеса можно объяснить тремя словами \"простота, удобство, качество\", этими принципами \"Günaý\" маркет направляет свои товары покупателям. Мы стремимся предоставлять своим покупателям продукцию высочайшего качества во всех сегментах продовольственного сырья. С этой целью были поставлены высококачественные товары во всех областях с самыми популярными брендами, которые представлены на рынке Туркменистана. Так что, купив однажды у нас, вы обязательно вернетесь.</p>\r\n<p style=\"text-align: left;\"><strong>Арендатор:</strong> Предприниматель Хангельдиев Худайберды Ашыргельдиевич | <strong>Телефон:</strong> 95-58-33 Факс: 95-58-26 с телефона: 864-22-20-20 | <strong>Служба доставки товаров:</strong> 95-58-33</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” маркет", "", "publish", "open", "open", "", "gunay-market", "", "", "2021-06-24 12:53:09", "2021-06-24 07:53:09", "", "0", "https://tempryary.unbegin.agency/?page_id=29018", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29019", "1", "2021-06-17 00:42:11", "2021-06-16 19:42:11", "", "gunay-market", "", "inherit", "open", "closed", "", "gunay-market", "", "", "2021-06-17 00:42:11", "2021-06-16 19:42:11", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-market.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29020", "1", "2021-06-17 00:42:20", "2021-06-16 19:42:20", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MARKET[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][/vc_row]", "“Günaý” market", "", "inherit", "closed", "closed", "", "29018-revision-v1", "", "", "2021-06-17 00:42:20", "2021-06-16 19:42:20", "", "29018", "https://tempryary.unbegin.agency/?p=29020", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29021", "1", "2021-06-17 00:53:10", "2021-06-16 19:53:10", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MARKET[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Gunay\" dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar. Satyljak harytlary saýlamakda çeýeligi bilen tapawutlanýar! Ujypsyz býudjetler bilen, ýerlikliligi we satuwdaky täze tendensiýalara çalt jogap bermek bilen tapawutlanýar. Işiň esasy ýörelgelerini dükanyň harytlaryny müşderiler üçin ugrukdyrmakda ulanýan üç şygary bilen düşündirip bolar.</p>\r\n<p style=\"text-align: justify;\">Dükanymyz, ähli önüm segmentlerinde müşderilerine iň ýokary hilli önüm bilen üpjün etmek ugruna eýerýär. Munuň üçin ähli ugurlarda ýokary hilli harytlar bilen iň meşhur markalar bilen hökman eşidilýän we içerki bazarda özüni tanadýan şertnamalar baglaşyldy. Şonuň üçin bir gezek satyn alyp, hökman ýene gelersiňiz.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][/vc_row]", "“Günaý” market", "", "inherit", "closed", "closed", "", "29018-revision-v1", "", "", "2021-06-17 00:53:10", "2021-06-16 19:53:10", "", "29018", "https://tempryary.unbegin.agency/?p=29021", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29022", "1", "2021-06-17 00:57:42", "2021-06-16 19:57:42", "", "21", "", "inherit", "open", "closed", "", "21", "", "", "2021-06-17 00:57:42", "2021-06-16 19:57:42", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/21.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29023", "1", "2021-06-17 00:57:46", "2021-06-16 19:57:46", "", "22", "", "inherit", "open", "closed", "", "22", "", "", "2021-06-17 00:57:46", "2021-06-16 19:57:46", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/22.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29024", "1", "2021-06-17 00:57:49", "2021-06-16 19:57:49", "", "23", "", "inherit", "open", "closed", "", "23", "", "", "2021-06-17 00:57:49", "2021-06-16 19:57:49", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/23.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29025", "1", "2021-06-17 00:57:52", "2021-06-16 19:57:52", "", "24", "", "inherit", "open", "closed", "", "24", "", "", "2021-06-17 00:57:52", "2021-06-16 19:57:52", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/24.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29026", "1", "2021-06-17 00:57:55", "2021-06-16 19:57:55", "", "25", "", "inherit", "open", "closed", "", "25", "", "", "2021-06-17 00:57:55", "2021-06-16 19:57:55", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/25.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29027", "1", "2021-06-17 00:57:58", "2021-06-16 19:57:58", "", "26", "", "inherit", "open", "closed", "", "26", "", "", "2021-06-17 00:57:58", "2021-06-16 19:57:58", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/26.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29028", "1", "2021-06-17 00:58:01", "2021-06-16 19:58:01", "", "27", "", "inherit", "open", "closed", "", "27", "", "", "2021-06-17 00:58:01", "2021-06-16 19:58:01", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/27.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29029", "1", "2021-06-17 00:58:04", "2021-06-16 19:58:04", "", "28", "", "inherit", "open", "closed", "", "28", "", "", "2021-06-17 00:58:04", "2021-06-16 19:58:04", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/28.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29030", "1", "2021-06-17 00:58:09", "2021-06-16 19:58:09", "", "29", "", "inherit", "open", "closed", "", "29", "", "", "2021-06-17 00:58:09", "2021-06-16 19:58:09", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/29.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29031", "1", "2021-06-17 00:59:08", "2021-06-16 19:59:08", "", "Снимок", "", "inherit", "open", "closed", "", "%d1%81%d0%bd%d0%b8%d0%bc%d0%be%d0%ba", "", "", "2021-06-17 00:59:08", "2021-06-16 19:59:08", "", "29018", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/Снимок.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29032", "1", "2021-06-17 00:59:21", "2021-06-16 19:59:21", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MARKET[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günay\" dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar. Satyljak harytlary saýlamakda çeýeligi bilen tapawutlanýar! Ujypsyz býudjetler bilen, ýerlikliligi we satuwdaky täze tendensiýalara çalt jogap bermek bilen tapawutlanýar. Işiň esasy ýörelgelerini dükanyň harytlaryny müşderiler üçin ugrukdyrmakda ulanýan üç şygary bilen düşündirip bolar.</p>\r\n<p style=\"text-align: justify;\">Dükanymyz, ähli önüm segmentlerinde müşderilerine iň ýokary hilli önüm bilen üpjün etmek ugruna eýerýär. Munuň üçin ähli ugurlarda ýokary hilli harytlar bilen iň meşhur markalar bilen hökman eşidilýän we içerki bazarda özüni tanadýan şertnamalar baglaşyldy. Şonuň üçin bir gezek satyn alyp, hökman ýene gelersiňiz.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][/vc_row]", "“Günaý” market", "", "inherit", "closed", "closed", "", "29018-revision-v1", "", "", "2021-06-17 00:59:21", "2021-06-16 19:59:21", "", "29018", "https://tempryary.unbegin.agency/?p=29032", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29033", "1", "2021-06-17 00:59:49", "2021-06-16 19:59:49", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MARKET[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günay\" dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar. Satyljak harytlary saýlamakda çeýeligi bilen tapawutlanýar! Ujypsyz býudjetler bilen, ýerlikliligi we satuwdaky täze tendensiýalara çalt jogap bermek bilen tapawutlanýar. Işiň esasy ýörelgelerini dükanyň harytlaryny müşderiler üçin ugrukdyrmakda ulanýan üç şygary bilen düşündirip bolar.</p>\r\n<p style=\"text-align: justify;\">Dükanymyz, ähli önüm segmentlerinde müşderilerine iň ýokary hilli önüm bilen üpjün etmek ugruna eýerýär. Munuň üçin ähli ugurlarda ýokary hilli harytlar bilen iň meşhur markalar bilen hökman eşidilýän we içerki bazarda özüni tanadýan şertnamalar baglaşyldy. Şonuň üçin bir gezek satyn alyp, hökman ýene gelersiňiz.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][/vc_row]", "“Günaý” market", "", "inherit", "closed", "closed", "", "29018-revision-v1", "", "", "2021-06-17 00:59:49", "2021-06-16 19:59:49", "", "29018", "https://tempryary.unbegin.agency/?p=29033", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29034", "1", "2021-06-17 01:00:58", "2021-06-16 20:00:58", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MARKET[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günay\" dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar. Satyljak harytlary saýlamakda çeýeligi bilen tapawutlanýar! Ujypsyz býudjetler bilen, ýerlikliligi we satuwdaky täze tendensiýalara çalt jogap bermek bilen tapawutlanýar. Işiň esasy ýörelgelerini dükanyň harytlaryny müşderiler üçin ugrukdyrmakda ulanýan üç şygary bilen düşündirip bolar.</p>\r\n<p style=\"text-align: justify;\">Dükanymyz, ähli önüm segmentlerinde müşderilerine iň ýokary hilli önüm bilen üpjün etmek ugruna eýerýär. Munuň üçin ähli ugurlarda ýokary hilli harytlar bilen iň meşhur markalar bilen hökman eşidilýän we içerki bazarda özüni tanadýan şertnamalar baglaşyldy. Şonuň üçin bir gezek satyn alyp, hökman ýene gelersiňiz.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” market", "", "inherit", "closed", "closed", "", "29018-revision-v1", "", "", "2021-06-17 01:00:58", "2021-06-16 20:00:58", "", "29018", "https://tempryary.unbegin.agency/?p=29034", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29035", "1", "2021-06-17 01:03:15", "2021-06-16 20:03:15", "{\n \"widget_contact_info[2]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNjp7czo1OiJ0aXRsZSI7czoxNToiQVJBR0FUTkHFnllLTEFSIjtzOjc6ImFkZHJlc3MiO3M6NzU6IkHFn2dhYmF0IMWfw6RoZXJpLCBLw7ZwZXRkYWcgZXRyYWJ5LCBCaXRhcmFwIFTDvHJrbWVuaXN0YW4gxZ9hw71vbHksIDE2MC8xLiI7czo3OiJwaG9uZV8xIjtzOjE0OiIrOTkzMTIgOTU1ODM0ICI7czo3OiJwaG9uZV8yIjtzOjA6IiI7czo5OiJtX3Bob25lXzEiO3M6MTM6Iis5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxNDoiKzk5MzEyIDk1NTgyNiAiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czowOiIiO3M6MTQ6InN1cHBvcnRfbWFpbF8yIjtzOjA6IiI7czoxNzoiY29udGFjdF9mb3JtX2xpbmsiO3M6MDoiIjtzOjg6Im1hcF9saW5rIjtzOjM3OiJodHRwczovL2dvby5nbC9tYXBzL0YxMjV6VWFvbTZHMUFQejY5IjtzOjIyOiJjb250YWN0X2Zvcm1fbGlua190ZXh0IjtzOjEyOiJDb250YWN0IEZvcm0iO3M6MTM6Im1hcF9saW5rX3RleHQiO3M6MTQ6IkthcnRhZGEgdGFwecWIIjt9\",\n \"title\": \"ARAGATNA\\u015eYKLAR\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"a1fa7bb23d3b9d7cbd612fb4c37b3fb8\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 20:03:15\"\n },\n \"widget_contact_info[1]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNjp7czo1OiJ0aXRsZSI7czoxNToiQVJBR0FUTkHFnllLTEFSIjtzOjc6ImFkZHJlc3MiO3M6NzU6IkHFn2dhYmF0IMWfw6RoZXJpLCBLw7ZwZXRkYWcgZXRyYWJ5LCBCaXRhcmFwIFTDvHJrbWVuaXN0YW4gxZ9hw71vbHksIDE2MC8xLiI7czo3OiJwaG9uZV8xIjtzOjE0OiIrOTkzMTIgOTU1ODM0ICI7czo3OiJwaG9uZV8yIjtzOjA6IiI7czo5OiJtX3Bob25lXzEiO3M6MTM6Iis5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxNDoiKzk5MzEyIDk1NTgyNiAiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czowOiIiO3M6MTQ6InN1cHBvcnRfbWFpbF8yIjtzOjA6IiI7czoxNzoiY29udGFjdF9mb3JtX2xpbmsiO3M6MDoiIjtzOjg6Im1hcF9saW5rIjtzOjM3OiJodHRwczovL2dvby5nbC9tYXBzL0YxMjV6VWFvbTZHMUFQejY5IjtzOjIyOiJjb250YWN0X2Zvcm1fbGlua190ZXh0IjtzOjEyOiJDb250YWN0IEZvcm0iO3M6MTM6Im1hcF9saW5rX3RleHQiO3M6MTQ6IkthcnRhZGEgdGFwecWIIjt9\",\n \"title\": \"ARAGATNA\\u015eYKLAR\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"a1fa7bb23d3b9d7cbd612fb4c37b3fb8\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 20:03:15\"\n },\n \"sidebars_widgets[sidebar-for-footer-column-3]\": {\n \"value\": [\n \"contact_info-1\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 20:03:15\"\n }\n}", "", "", "trash", "closed", "closed", "", "ca539958-949e-46e3-9167-37b60271cfb9", "", "", "2021-06-17 01:03:15", "2021-06-16 20:03:15", "", "0", "https://tempryary.unbegin.agency/?p=29035", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29036", "1", "2021-06-17 01:05:02", "2021-06-16 20:05:02", "{\n \"nav_menu_item[28932]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 8,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"https://tempryary.unbegin.agency/contact-us/\",\n \"title\": \"ARAGATNA\\u015eYKLAR\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 10,\n \"position\": 7,\n \"status\": \"publish\",\n \"original_title\": \"\\u041a\\u043e\\u043d\\u0442\\u0430\\u043a\\u0442\\u044b\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 20:04:49\"\n },\n \"nav_menu_item[-8789666904279308000]\": {\n \"value\": {\n \"object_id\": 29018,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 6,\n \"type\": \"post_type\",\n \"title\": \"G\\u00dcNA\\u00dd D\\u00dcKANY\",\n \"url\": \"https://tempryary.unbegin.agency/gunay-market/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"\\u201cG\\u00fcna\\u00fd\\u201d market\",\n \"nav_menu_term_id\": 10,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 20:04:49\"\n }\n}", "", "", "trash", "closed", "closed", "", "7e7cf2aa-c9d1-40f7-9319-d45bdd12ed1d", "", "", "2021-06-17 01:05:02", "2021-06-16 20:05:02", "", "0", "https://tempryary.unbegin.agency/?p=29036", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29038", "1", "2021-06-17 01:07:54", "2021-06-16 20:07:54", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"“Günaý” Maýonezi\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” kofe\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” Ösümlik ýaglary\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” market\" lat=\"37.916882\" lon=\"58.349054\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ ÝAGY[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ KOFE[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MAÝONEZ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MARKET[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Обратная связь[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-17 01:07:54", "2021-06-16 20:07:54", "", "8", "https://tempryary.unbegin.agency/?p=29038", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29039", "1", "2021-06-17 01:08:35", "2021-06-16 20:08:35", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"“Günaý” Maýonezi\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” kofe\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” Ösümlik ýaglary\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” market\" lat=\"37.916882\" lon=\"58.349054\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ ÝAGY[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ KOFE[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MAÝONEZ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MARKET[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Seslenme formasy[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-17 01:08:35", "2021-06-16 20:08:35", "", "8", "https://tempryary.unbegin.agency/?p=29039", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29040", "1", "2021-06-24 11:00:15", "2021-06-24 06:00:15", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"5000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29044\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>ХОРОШАЯ ПРИПРАВА И ЛУЧШЕЕ МАСЛО ПРОМЫШЛЕННОГО ПРОИЗВОДСТВА.</h2>\r\nПроизводство и поставка лучшего очищенного дезодорированного подсолнечного масла.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29043\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>ДИЕТА ДЛЯ УДОВОЛЬСТВИЯ.</h2>\r\n<p style=\"text-align: justify;\">Майонез считается благородным соусом на каждый день. И правда, мы практически все блюда готовим с этим вкусным соусом. Помимо классических привычных вкусов майонеза мы уже пристрастились к соусам с пряностями и специями.</p>\r\n[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29041\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>КОФЕЙНАЯ ПРОДУКЦИЯ ПЕРВОГО КЛАССА</h2>\r\nКапучино? Латте с пеной? Может, просто черный? Вы выберете один из лучших сортов кофе в Günaý.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29042\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>ЛУЧШИЙ ПРОДОВОЛЬСТВЕННЫЙ МАРКЕТ</h2>\r\nGünaý маркет уникален своим внешним видом и кардинально отличается от других торговых точек малого и среднего бизнеса.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"СВЯЖИТЕСЬ С НАМИ\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>За долгие годы Наша компания зарекомендовала себя как хорошего партнера и всегда готова к сотрудничеству..</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29046\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\"]КАЧЕСТВО КАЖДОГО ПРОДУКТА И КАЖДОЙ ДЕТАЛИ[/rt_heading][vc_column_text]Наличие собственных заводов гарантирует, что Мы выполняем заказы быстро, качественно и в срок. Наши сотрудники привлекают клиентов качественном, надежностью и точным выполнением заказов.[/vc_column_text][button button_text=\"СВЯЖИТЕСЬ С НАМИ\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_bottom=\"40\"][vc_single_image image=\"29049\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-mayonez/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"top\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"GÜNAÝ\"]ОСНОВНЫЕ ПРИЧИНЫ ПРИОБРЕТЕНИЯ НАШЕЙ ПРОДУКЦИИ [/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Большой ассортимент[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Качество проверенное временем[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Высококачественный сервис[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Продукция без ГМО[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Отечественный производитель[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Ниодного отрицательного отзыва[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Главная", "", "inherit", "closed", "closed", "", "4-autosave-v1", "", "", "2021-06-24 11:00:15", "2021-06-24 06:00:15", "", "4", "https://tempryary.unbegin.agency/?p=29040", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29041", "1", "2021-06-17 01:11:31", "2021-06-16 20:11:31", "", "coffe", "", "inherit", "open", "closed", "", "coffe", "", "", "2021-06-17 01:11:31", "2021-06-16 20:11:31", "", "4", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/coffe.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29042", "1", "2021-06-17 01:14:37", "2021-06-16 20:14:37", "", "market", "", "inherit", "open", "closed", "", "market", "", "", "2021-06-17 01:14:37", "2021-06-16 20:14:37", "", "4", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/market.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29043", "1", "2021-06-17 01:14:41", "2021-06-16 20:14:41", "", "mayoneas", "", "inherit", "open", "closed", "", "mayoneas", "", "", "2021-06-17 01:14:41", "2021-06-16 20:14:41", "", "4", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/mayoneas.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29044", "1", "2021-06-17 01:14:43", "2021-06-16 20:14:43", "", "oil", "", "inherit", "open", "closed", "", "oil", "", "", "2021-06-17 01:14:43", "2021-06-16 20:14:43", "", "4", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/oil.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29045", "1", "2021-06-17 01:26:36", "2021-06-16 20:26:36", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"5000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29041\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>BIRINJI KLAS KOFE ÖNÜMLERI</h2>\r\nKapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29044\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>GOWY BAHARAT WE IÇERKI ÖNÜMÇILIGINIŇ IŇ GOWY ÝAG.</h2>\r\n“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. [/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29043\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>DIYET LEZZETLI ÜÇIN.</h2>\r\nMaýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29042\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>IŇ OŇAT AZYK ÖNÜMLERI DÜKAN</h2>\r\n“Günay” dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"DISCOVER RT-THEME 19\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"#\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit. [rt_highlight]Vestibulum[/rt_highlight] non dolor ultricies, porttitor justo non.</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-new-photo-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-new-eye-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-new-heart-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-bell\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-mobile\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][content_icon_box heading=\"Box Heading\" heading_size=\"h5\" icon_position=\"left\" icon_style=\"style-1\" link_target=\"_self\" icon_name=\"icon-gauge-1\"]Phasellus in facilisis ligula, a dictum tortor. Morbi et quam ut neque luctus eleifend.[/content_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"60\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"JUST ARRIVED\"]OUR NEWEST PRODUCTS[/rt_heading][vc_column_text]Phasellus pellentesque urna quis felis laoreet vestibulum. Fusce gravida sit amet massa eu lobortis. Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/vc_column_text][button button_text=\"See All Products\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"#\" link_open=\"_self\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][product_carousel list_layout=\"1/3\" max_item=\"6\" nav=\"false\" dots=\"true\" autoplay=\"false\" list_orderby=\"date\" list_order=\"DESC\" categories=\"\" display_titles=\"true\" display_descriptions=\"false\" display_price=\"true\" featured_image_resize=\"true\" featured_image_max_width=\"400\" featured_image_max_height=\"300\" featured_image_crop=\"true\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"60\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"WHAT THEY ARE SAYING\"]TESTIMONIALS[/rt_heading][vc_column_text]Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/vc_column_text][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][testimonial_carousel list_layout=\"1/1\" style=\"left\" client_images=\"true\" max_item=\"4\" nav=\"false\" dots=\"true\" autoplay=\"false\" list_orderby=\"date\" list_order=\"DESC\" loop=\"false\" align=\"left\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"fullwidth\" rt_row_content_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"16\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]DESIGN EACH ROW[/rt_heading][vc_column_text]Phasellus pellentesque urna quis felis laoreet vestibulum. Fusce gravida sit amet massa eu lobortis. Quisque <a href=\"#\">hendrerit</a> nisi a imperdiet congue.[/vc_column_text][button button_text=\"See All Products\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"#\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"WHAT WE OFFER\"]TOP REASONS TO BUY OUR PRODUCTS[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\"]Sed ullamcorper efficitur tortor eu consectetur. Etiam <strong>tincidunt</strong> nisi quis ex convallis, vitae accumsan massa aliquam[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Nullam nec sem a metus fringilla mattis. In <a title=\"About Us\" href=\"/about-us-2/\">rutrum et</a> ipsum sit amet volutpat? Quisque cursus ex a mollis pellentesque. Sed rutrum lorem eget metus pretium mollis.[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Fusce sollicitudin orci eget ultricies fringilla. Nulla at elementum orci, ut posuere enim. Etiam imperdiet turpis ante, rhoncus posuere enim condimentum eget.[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\"]Pellentesque et leo massa. Aenean id congue ex, vitae blandit dolor. Nam dignissim vestibulum blandit. Nam pharetra venenatis massa, at vehicula felis dapibus vitae.[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Aenean bibendum metus id ante egestas, vel dapibus ante porta. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.[/rt_chained_content][rt_chained_content icon_name=\"icon-home\"]Nam dignissim vestibulum blandit. Nam pharetra venenatis massa, at vehicula felis dapibus vitae. <a title=\"Link title\" href=\"#\">Phasellus</a> vehicula rutrum sapien id tincidunt.[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Главная", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2021-06-17 01:26:36", "2021-06-16 20:26:36", "", "4", "https://tempryary.unbegin.agency/?p=29045", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29046", "1", "2021-06-17 01:38:31", "2021-06-16 20:38:31", "", "logo-background", "", "inherit", "open", "closed", "", "logo-background", "", "", "2021-06-17 01:38:31", "2021-06-16 20:38:31", "", "4", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/logo-background.png", "0", "attachment", "image/png", "0");
INSERT INTO `wp_679176_posts` VALUES("29047", "1", "2021-06-17 01:46:08", "2021-06-16 20:46:08", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"“Günaý” Maýonezi\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” kofe\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” Ösümlik ýaglary\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” market\" lat=\"37.916882\" lon=\"58.349054\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ ÝAGY[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ KOFE[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MAÝONEZ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MARKET[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Seslenme formasy[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Aragatnaşyklar", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-17 01:46:08", "2021-06-16 20:46:08", "", "8", "https://tempryary.unbegin.agency/?p=29047", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29049", "1", "2021-06-17 02:00:19", "2021-06-16 21:00:19", "", "mayoneas-page", "", "inherit", "open", "closed", "", "mayoneas-page", "", "", "2021-06-17 02:00:19", "2021-06-16 21:00:19", "", "4", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/mayoneas-page.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29050", "1", "2021-06-17 02:02:02", "2021-06-16 21:02:02", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"5000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29041\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>BIRINJI KLAS KOFE ÖNÜMLERI</h2>\r\nKapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29044\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>GOWY BAHARAT WE IÇERKI ÖNÜMÇILIGINIŇ IŇ GOWY ÝAG.</h2>\r\n“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. [/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29043\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>DIYET LEZZETLI ÜÇIN.</h2>\r\nMaýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29042\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>IŇ OŇAT AZYK ÖNÜMLERI DÜKAN</h2>\r\n“Günay” dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"BIZ BILEN HABARLAŞYŇ\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>Biziň kompaniýamyz ýyllar boýy özüni tanatdy we hyzmatdaşlyga taýyn.</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29046\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\"]HER ÖNÜMDE WE HER BÖLEKDE HIL[/rt_heading][vc_column_text]Öz zawodlarymyzyň bolmagy kompaniýamyza sargytlaryň çalt we ýokary hilli ýerine ýetirilmegini üpjün edýär. Işgärlerimiz sarp edijilere ýokary hilli, ygtybarly we sargyt ýerine ýetirilişiniň takyklygyny kepillendirýärler.[/vc_column_text][button button_text=\"BIZ BILEN HABARLAŞYŇ\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_bottom=\"40\"][vc_single_image image=\"29049\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-mayonez/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"top\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"GÜNAÝ\"]ÖNÜMLERIMIZI SATYN ALMAK ÜÇIN IŇ ESASY SEBÄPLER[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Uly assortiment[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Wagtyň synagyndan geçen däpleri[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Iň gowy hyzmat[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]GMO däl azyk önümçiligi[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Içerki önümçilik[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Elmydama oňyn seslenme[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Главная", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2021-06-17 02:02:02", "2021-06-16 21:02:02", "", "4", "https://tempryary.unbegin.agency/?p=29050", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29051", "1", "2021-06-17 02:02:19", "2021-06-16 21:02:19", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"5000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29041\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>BIRINJI KLAS KOFE ÖNÜMLERI</h2>\r\nKapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29044\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>GOWY BAHARAT WE IÇERKI ÖNÜMÇILIGINIŇ IŇ GOWY ÝAG.</h2>\r\n“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. [/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29043\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>DIYET LEZZETLI ÜÇIN.</h2>\r\nMaýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29042\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>IŇ OŇAT AZYK ÖNÜMLERI DÜKAN</h2>\r\n“Günay” dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"BIZ BILEN HABARLAŞYŇ\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>Biziň kompaniýamyz ýyllar boýy özüni tanatdy we hyzmatdaşlyga taýyn.</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29046\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\"]HER ÖNÜMDE WE HER BÖLEKDE HIL[/rt_heading][vc_column_text]Öz zawodlarymyzyň bolmagy kompaniýamyza sargytlaryň çalt we ýokary hilli ýerine ýetirilmegini üpjün edýär. Işgärlerimiz sarp edijilere ýokary hilli, ygtybarly we sargyt ýerine ýetirilişiniň takyklygyny kepillendirýärler.[/vc_column_text][button button_text=\"BIZ BILEN HABARLAŞYŇ\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_bottom=\"40\"][vc_single_image image=\"29049\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-mayonez/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"top\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"GÜNAÝ\"]ÖNÜMLERIMIZI SATYN ALMAK ÜÇIN IŇ ESASY SEBÄPLER[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Uly assortiment[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Wagtyň synagyndan geçen däpleri[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Iň gowy hyzmat[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]GMO däl azyk önümçiligi[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Içerki önümçilik[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Elmydama oňyn seslenme[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Baş sahypa", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2021-06-17 02:02:19", "2021-06-16 21:02:19", "", "4", "https://tempryary.unbegin.agency/?p=29051", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29052", "1", "2021-06-17 02:09:04", "2021-06-16 21:09:04", "{\n \"blogdescription\": {\n \"value\": \"I\\u0148 o\\u0148at i\\u00e7erki \\u00f6n\\u00fcm\\u00e7ilik\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:04:46\"\n },\n \"site_icon\": {\n \"value\": 29054,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:05:32\"\n },\n \"rttheme19::rttheme19_left_background_image_url\": {\n \"value\": \"http://tempryary.unbegin.agency/wp-content/uploads/2021/06/oil-bg.jpg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:07:33\"\n },\n \"rttheme19::rttheme19_left_background_position\": {\n \"value\": \"left bottom\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:08:33\"\n },\n \"rttheme19::rttheme19_body_background_attachment_mobile\": {\n \"value\": \"fixed\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:08:33\"\n },\n \"rttheme19::rttheme19_left_side_shadow\": {\n \"value\": true,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:08:33\"\n },\n \"rttheme19::rttheme19_left_background_parallax_effect\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:08:33\"\n },\n \"rttheme19::rttheme19_left_background_repeat\": {\n \"value\": \"no-repeat\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:08:33\"\n },\n \"rttheme19::rttheme19_left_background_size\": {\n \"value\": \"cover\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:08:33\"\n }\n}", "", "", "trash", "closed", "closed", "", "918e57ed-cf6c-442a-8b24-4375dd52fc4e", "", "", "2021-06-17 02:09:04", "2021-06-16 21:09:04", "", "0", "https://tempryary.unbegin.agency/?p=29052", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29053", "1", "2021-06-17 02:04:57", "2021-06-16 21:04:57", "", "favicon", "", "inherit", "open", "closed", "", "favicon-2", "", "", "2021-06-17 02:04:57", "2021-06-16 21:04:57", "", "0", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/favicon.png", "0", "attachment", "image/png", "0");
INSERT INTO `wp_679176_posts` VALUES("29054", "1", "2021-06-17 02:04:59", "2021-06-16 21:04:59", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/cropped-favicon.png", "cropped-favicon.png", "", "inherit", "open", "closed", "", "cropped-favicon-png", "", "", "2021-06-17 02:04:59", "2021-06-16 21:04:59", "", "0", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/cropped-favicon.png", "0", "attachment", "image/png", "0");
INSERT INTO `wp_679176_posts` VALUES("29055", "1", "2021-06-17 02:07:12", "2021-06-16 21:07:12", "", "oil-bg", "", "inherit", "open", "closed", "", "oil-bg", "", "", "2021-06-17 02:07:12", "2021-06-16 21:07:12", "", "0", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/oil-bg.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29056", "1", "2021-06-17 02:20:27", "2021-06-16 21:20:27", "{\n \"rttheme19::rttheme19_copyright\": {\n \"value\": \"Copyright \\u00a9 G\\u00fcna\\u00fd. Made by UNBegin\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:11:45\"\n },\n \"widget_text[1]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkfDvG5hw70iO3M6NDoidGV4dCI7czo0NDg6IkJpemnFiCBrb21wYW5pw71hbXl6LCBtw7zFn2RlcmluacWIIGlzbGVnbGVyaW5pIGhlbWnFn2Uga2FuYWdhdGxhbmR5cnlwIGJpbMO9w6RuLCDFn2XDvWxlIGhlbSBow6R6aXJraSB6YW1hbiB0ZWhub2xvZ2lraSDDtm7DvG3Dp2lsaWsgw73DtnJlbGdlbGVyaW5lIGVzYXNsYW7DvWFuIGd1cmFtYSBow7ZrbcO8bmRlIMO9b2thcnkgaMO8bsOkcmxpIGd1cmFtYSBow7ZrbcO8bmRlIFTDvHJrbWVuIGJhemFyeW5kYSDDtnrDvG5pIHRhbmF0ZHkuDQoNCkFib3Zlb2thcmRha3lsYXJkYW4gYmHFn2dhLWRhLCBrb21wYW5pw71hbXl6IGFyYXNzYWxhbmFuIMO9YWcsIMO9YWt5bWx5IHRhZ2FtbHkga29mZSDDtm5kw7xyw73DpG4gemF3b2R5LCDFn2XDvWxlIGhlbSBpw71taXQgd2UgYWphw715cCB0YWdhbWx5IG1hw71vbmV6IMO2bmTDvHLDvcOkbiB6YXdvZHkgw7Z6IGnDp2luZSBhbMO9YXIuDQoiO3M6NjoiZmlsdGVyIjtiOjE7czo2OiJ2aXN1YWwiO2I6MDt9\",\n \"title\": \"G\\u00fcna\\u00fd\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"bc8e12fe98bd37bce2419cd7f1c083f7\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:17:00\"\n },\n \"sidebars_widgets[sidebar-for-footer-column-2]\": {\n \"value\": [\n \"pages-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:17:50\"\n },\n \"widget_pages[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czo2OiJzb3J0YnkiO3M6MTA6InBvc3RfdGl0bGUiO3M6NzoiZXhjbHVkZSI7czo3OiI4LCA0LCA1Ijt9\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"92852cd8051de39ec482d12fcfe9e489\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:20:27\"\n }\n}", "", "", "trash", "closed", "closed", "", "ced270b7-f7c5-41ba-b4de-a479fde5eb05", "", "", "2021-06-17 02:20:27", "2021-06-16 21:20:27", "", "0", "https://tempryary.unbegin.agency/?p=29056", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29057", "1", "2021-06-17 02:20:22", "2021-06-16 21:20:22", "[vc_row rt_row_background_width=\"default\" rt_row_content_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column width=\"1/1\"][blog_box list_layout=\"1/2\" layout_style=\"masonry\" use_excerpts=\"true\" pagination=\"true\" ajax_pagination=\"true\" list_orderby=\"date\" list_order=\"DESC\" show_date=\"true\" show_author=\"true\" show_categories=\"true\" show_commnent_numbers=\"true\" featured_image_resize=\"true\" featured_image_max_width=\"0\" featured_image_max_height=\"0\" featured_image_crop=\"false\" categories=\"\" item_per_page=\"6\"][/vc_column][/vc_row]", "Новости", "", "inherit", "closed", "closed", "", "5-autosave-v1", "", "", "2021-06-17 02:20:22", "2021-06-16 21:20:22", "", "5", "https://tempryary.unbegin.agency/?p=29057", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29058", "1", "2021-06-17 02:20:50", "2021-06-16 21:20:50", "{\n \"nav_menu_item[28931]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-16 21:20:50\"\n }\n}", "", "", "trash", "closed", "closed", "", "f8880af0-ea2c-4e90-8097-25f07269e4ea", "", "", "2021-06-17 02:20:50", "2021-06-16 21:20:50", "", "0", "https://tempryary.unbegin.agency/f8880af0-ea2c-4e90-8097-25f07269e4ea/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29060", "1", "2021-06-24 02:12:07", "2021-06-23 21:12:07", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][/vc_row]", "“Günaý” ösümlik ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-24 02:12:07", "2021-06-23 21:12:07", "", "28983", "https://tempryary.unbegin.agency/?p=29060", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29062", "1", "2021-06-24 02:13:38", "2021-06-23 21:13:38", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÖSÜMLIK ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][/vc_row]", "“Günaý” ösümlik ýagy", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-24 02:13:38", "2021-06-23 21:13:38", "", "28983", "https://tempryary.unbegin.agency/?p=29062", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29063", "1", "2021-06-24 02:17:59", "2021-06-23 21:17:59", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÖSÜMLIK ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär.</p>\r\n<p style=\"text-align: justify;\">Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][/vc_row]", "“Günaý” ösümlik ýaglary", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-24 02:17:59", "2021-06-23 21:17:59", "", "28983", "https://tempryary.unbegin.agency/?p=29063", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29064", "1", "2021-06-24 02:23:56", "2021-06-23 21:23:56", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÖSÜMLIK ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär. Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][vc_column_text]Direktor: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç\r\nJemgyýetiň hukuk salgysy: Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1. Telefon: 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"28989,28990,28991,28992,28993,28994,28995,28996,28997,28998,28999\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” ösümlik ýaglary", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-24 02:23:56", "2021-06-23 21:23:56", "", "28983", "https://tempryary.unbegin.agency/?p=29064", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29065", "1", "2021-06-24 02:26:38", "2021-06-23 21:26:38", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÖSÜMLIK ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär. Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][vc_column_text]Öndüriji: “Gündogar akymy” hojalyk jemgyýeti\r\nEsaslandyryjy: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç, Annamuhammedowa Aýjahan Annaçaryýewna\r\nDöredilen wagty: 1 maý 2018 ýyl\r\nDirektor: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç\r\nGünebakar ýagyny öndürýan zawodynyň salgysy: Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3.\r\nÖnümi: Rafinirlenen, dezodorirlenen günebakar ýagy.\r\nJemgyýetiň hukuk salgysy: Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.\r\nTelefon: 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” ösümlik ýaglary", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-24 02:26:38", "2021-06-23 21:26:38", "", "28983", "https://tempryary.unbegin.agency/?p=29065", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29066", "1", "2021-06-24 02:29:49", "2021-06-23 21:29:49", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ KOFE[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n<strong>Öndüriji:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Patent:</strong> Seriýa I № 0058562 19.10.2015 ýylda berilen | <strong>Salgysy:</strong> 744017, Türkmenistan, ş.Aşgabat, Parahat 2/2, jaý 17, öý 66. | <strong>Kofe öndürilýän ýeri:</strong> Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3. | <strong>Önümi:</strong> 3 görnüşli kofe gowurulýär, Premium, Galkyn, Ýiti. | <strong>Telefon:</strong> 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-24 02:29:49", "2021-06-23 21:29:49", "", "9", "https://tempryary.unbegin.agency/?p=29066", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29067", "1", "2021-06-24 12:53:04", "2021-06-24 07:53:04", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ МАРКЕТ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günaý\" маркет уникален своим внешним видом и кардинально отличается от других торговых точек малого и среднего бизнеса и в первую это гибкость в выборе продаваемого товараа, а так-же локальность и быстрое реагирование на новые тенденции продаж. Основные принципы ведения бизнеса можно объяснить тремя словами \"простота, удобство, качество\", этими принципами \"Günaý\" маркет направляет свои товары покупателям. Мы стремимся предоставлять своим покупателям продукцию высочайшего качества во всех сегментах продовольственного сырья. С этой целью были поставлены высококачественные товары во всех областях с самыми популярными брендами, которые представлены на рынке Туркменистана. Так что, купив однажды у нас, вы обязательно вернетесь.</p>\r\n<p style=\"text-align: left;\"><strong>Арендатор:</strong> Предприниматель Хангельдиев Худайберды Ашыргельдиевич | <strong>Телефон:</strong> 95-58-33 Факс: 95-58-26 с телефона: 864-22-20-20 | <strong>Служба доставки товаров:</strong> 95-58-33</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” маркет", "", "inherit", "closed", "closed", "", "29018-autosave-v1", "", "", "2021-06-24 12:53:04", "2021-06-24 07:53:04", "", "29018", "https://tempryary.unbegin.agency/?p=29067", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29068", "1", "2021-06-24 02:31:42", "2021-06-23 21:31:42", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MARKET[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günay\" dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar. Satyljak harytlary saýlamakda çeýeligi bilen tapawutlanýar! Ujypsyz býudjetler bilen, ýerlikliligi we satuwdaky täze tendensiýalara çalt jogap bermek bilen tapawutlanýar. Işiň esasy ýörelgelerini dükanyň harytlaryny müşderiler üçin ugrukdyrmakda ulanýan üç şygary bilen düşündirip bolar.</p>\r\n<p style=\"text-align: justify;\">Dükanymyz, ähli önüm segmentlerinde müşderilerine iň ýokary hilli önüm bilen üpjün etmek ugruna eýerýär. Munuň üçin ähli ugurlarda ýokary hilli harytlar bilen iň meşhur markalar bilen hökman eşidilýän we içerki bazarda özüni tanadýan şertnamalar baglaşyldy. Şonuň üçin bir gezek satyn alyp, hökman ýene gelersiňiz.</p>\r\n<p style=\"text-align: justify;\"><strong>Karendeçi:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Telefon:</strong> 95-58-33 faks: 95-58-26 el telefon: 864-22-20-20 | <strong>Harytlary eltmek hyzmaty:</strong> 95-58-33</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” market", "", "inherit", "closed", "closed", "", "29018-revision-v1", "", "", "2021-06-24 02:31:42", "2021-06-23 21:31:42", "", "29018", "https://tempryary.unbegin.agency/?p=29068", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29069", "1", "2021-06-24 02:32:14", "2021-06-23 21:32:14", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MARKET[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günay\" dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar. Satyljak harytlary saýlamakda çeýeligi bilen tapawutlanýar! Ujypsyz býudjetler bilen, ýerlikliligi we satuwdaky täze tendensiýalara çalt jogap bermek bilen tapawutlanýar. Işiň esasy ýörelgelerini dükanyň harytlaryny müşderiler üçin ugrukdyrmakda ulanýan üç şygary bilen düşündirip bolar. Dükanymyz, ähli önüm segmentlerinde müşderilerine iň ýokary hilli önüm bilen üpjün etmek ugruna eýerýär. Munuň üçin ähli ugurlarda ýokary hilli harytlar bilen iň meşhur markalar bilen hökman eşidilýän we içerki bazarda özüni tanadýan şertnamalar baglaşyldy. Şonuň üçin bir gezek satyn alyp, hökman ýene gelersiňiz.</p>\r\n<p style=\"text-align: justify;\"><strong>Karendeçi:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Telefon:</strong> 95-58-33 faks: 95-58-26 el telefon: 864-22-20-20 | <strong>Harytlary eltmek hyzmaty:</strong> 95-58-33</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” market", "", "inherit", "closed", "closed", "", "29018-revision-v1", "", "", "2021-06-24 02:32:14", "2021-06-23 21:32:14", "", "29018", "https://tempryary.unbegin.agency/?p=29069", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29070", "1", "2021-06-24 03:55:32", "2021-06-23 22:55:32", "", "polylang_mo_28", "", "private", "closed", "closed", "", "polylang_mo_28", "", "", "2021-06-24 03:55:32", "2021-06-23 22:55:32", "", "0", "https://tempryary.unbegin.agency/?post_type=polylang_mo&p=29070", "0", "polylang_mo", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29071", "1", "2021-06-24 04:01:39", "2021-06-23 23:01:39", "", "polylang_mo_42", "", "private", "closed", "closed", "", "polylang_mo_42", "", "", "2021-06-24 04:01:39", "2021-06-23 23:01:39", "", "0", "https://tempryary.unbegin.agency/?post_type=polylang_mo&p=29071", "0", "polylang_mo", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29073", "1", "2021-06-24 04:09:32", "2021-06-23 23:09:32", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"5000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29041\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>BIRINJI KLAS KOFE ÖNÜMLERI</h2>\r\nKapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29044\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>GOWY BAHARAT WE IÇERKI ÖNÜMÇILIGINIŇ IŇ GOWY ÝAG.</h2>\r\n“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. [/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29043\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>DIYET LEZZETLI ÜÇIN.</h2>\r\nMaýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29042\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>IŇ OŇAT AZYK ÖNÜMLERI DÜKAN</h2>\r\n“Günay” dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"BIZ BILEN HABARLAŞYŇ\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>Biziň kompaniýamyz ýyllar boýy özüni tanatdy we hyzmatdaşlyga taýyn.</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29046\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\"]HER ÖNÜMDE WE HER BÖLEKDE HIL[/rt_heading][vc_column_text]Öz zawodlarymyzyň bolmagy kompaniýamyza sargytlaryň çalt we ýokary hilli ýerine ýetirilmegini üpjün edýär. Işgärlerimiz sarp edijilere ýokary hilli, ygtybarly we sargyt ýerine ýetirilişiniň takyklygyny kepillendirýärler.[/vc_column_text][button button_text=\"BIZ BILEN HABARLAŞYŇ\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_bottom=\"40\"][vc_single_image image=\"29049\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/tm/gunay-mayonez-tm/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"top\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"GÜNAÝ\"]ÖNÜMLERIMIZI SATYN ALMAK ÜÇIN IŇ ESASY SEBÄPLER[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Uly assortiment[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Wagtyň synagyndan geçen däpleri[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Iň gowy hyzmat[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]GMO däl azyk önümçiligi[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Içerki önümçilik[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Elmydama oňyn seslenme[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Baş sahypa", "", "publish", "open", "closed", "", "bas-sahypa-tm", "", "", "2021-06-24 14:55:16", "2021-06-24 09:55:16", "", "0", "https://tempryary.unbegin.agency/?page_id=29073", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29075", "1", "2021-06-24 04:09:32", "2021-06-23 23:09:32", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"5000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29041\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>BIRINJI KLAS KOFE ÖNÜMLERI</h2>\r\nKapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29044\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>GOWY BAHARAT WE IÇERKI ÖNÜMÇILIGINIŇ IŇ GOWY ÝAG.</h2>\r\n“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. [/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29043\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>DIYET LEZZETLI ÜÇIN.</h2>\r\nMaýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29042\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>IŇ OŇAT AZYK ÖNÜMLERI DÜKAN</h2>\r\n“Günay” dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"BIZ BILEN HABARLAŞYŇ\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>Biziň kompaniýamyz ýyllar boýy özüni tanatdy we hyzmatdaşlyga taýyn.</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29046\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\"]HER ÖNÜMDE WE HER BÖLEKDE HIL[/rt_heading][vc_column_text]Öz zawodlarymyzyň bolmagy kompaniýamyza sargytlaryň çalt we ýokary hilli ýerine ýetirilmegini üpjün edýär. Işgärlerimiz sarp edijilere ýokary hilli, ygtybarly we sargyt ýerine ýetirilişiniň takyklygyny kepillendirýärler.[/vc_column_text][button button_text=\"BIZ BILEN HABARLAŞYŇ\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_bottom=\"40\"][vc_single_image image=\"29049\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-mayonez/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"top\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"GÜNAÝ\"]ÖNÜMLERIMIZI SATYN ALMAK ÜÇIN IŇ ESASY SEBÄPLER[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Uly assortiment[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Wagtyň synagyndan geçen däpleri[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Iň gowy hyzmat[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]GMO däl azyk önümçiligi[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Içerki önümçilik[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Elmydama oňyn seslenme[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Baş sahypa", "", "inherit", "closed", "closed", "", "29073-revision-v1", "", "", "2021-06-24 04:09:32", "2021-06-23 23:09:32", "", "29073", "https://tempryary.unbegin.agency/?p=29075", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29076", "1", "2021-06-24 04:10:41", "2021-06-23 23:10:41", "", "Tazelik", "", "publish", "open", "closed", "", "tazelik-tm", "", "", "2021-06-24 13:14:36", "2021-06-24 08:14:36", "", "0", "https://tempryary.unbegin.agency/?page_id=29076", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29077", "1", "2021-06-24 04:10:41", "2021-06-23 23:10:41", "", "Новости", "", "inherit", "closed", "closed", "", "29076-revision-v1", "", "", "2021-06-24 04:10:41", "2021-06-23 23:10:41", "", "29076", "https://tempryary.unbegin.agency/?p=29077", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29078", "1", "2021-06-24 04:12:21", "2021-06-23 23:12:21", "", "Tazelik", "", "inherit", "closed", "closed", "", "29076-revision-v1", "", "", "2021-06-24 04:12:21", "2021-06-23 23:12:21", "", "29076", "https://tempryary.unbegin.agency/?p=29078", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29079", "1", "2021-06-24 04:12:56", "2021-06-23 23:12:56", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"5000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29041\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>BIRINJI KLAS KOFE ÖNÜMLERI</h2>\r\nKapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29044\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>GOWY BAHARAT WE IÇERKI ÖNÜMÇILIGINIŇ IŇ GOWY ÝAG.</h2>\r\n“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. [/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29043\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>DIYET LEZZETLI ÜÇIN.</h2>\r\nMaýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29042\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>IŇ OŇAT AZYK ÖNÜMLERI DÜKAN</h2>\r\n“Günay” dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"BIZ BILEN HABARLAŞYŇ\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>Biziň kompaniýamyz ýyllar boýy özüni tanatdy we hyzmatdaşlyga taýyn.</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29046\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\"]HER ÖNÜMDE WE HER BÖLEKDE HIL[/rt_heading][vc_column_text]Öz zawodlarymyzyň bolmagy kompaniýamyza sargytlaryň çalt we ýokary hilli ýerine ýetirilmegini üpjün edýär. Işgärlerimiz sarp edijilere ýokary hilli, ygtybarly we sargyt ýerine ýetirilişiniň takyklygyny kepillendirýärler.[/vc_column_text][button button_text=\"BIZ BILEN HABARLAŞYŇ\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_bottom=\"40\"][vc_single_image image=\"29049\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-mayonez/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"top\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"GÜNAÝ\"]ÖNÜMLERIMIZI SATYN ALMAK ÜÇIN IŇ ESASY SEBÄPLER[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Uly assortiment[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Wagtyň synagyndan geçen däpleri[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Iň gowy hyzmat[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]GMO däl azyk önümçiligi[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Içerki önümçilik[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Elmydama oňyn seslenme[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Главная", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2021-06-24 04:12:56", "2021-06-23 23:12:56", "", "4", "https://tempryary.unbegin.agency/?p=29079", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29111", "1", "2021-06-24 04:20:59", "2021-06-23 23:20:59", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ KOFE[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n<strong>Öndüriji:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Patent:</strong> Seriýa I № 0058562 19.10.2015 ýylda berilen | <strong>Salgysy:</strong> 744017, Türkmenistan, ş.Aşgabat, Parahat 2/2, jaý 17, öý 66. | <strong>Kofe öndürilýän ýeri:</strong> Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3. | <strong>Önümi:</strong> 3 görnüşli kofe gowurulýär, Premium, Galkyn, Ýiti. | <strong>Telefon:</strong> 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]\"Günaý\" Kofeşop[/rt_heading][vc_column_text]Ilkibaşdan “Günaý” kofe dükany gastronomiki bazarda kofe dükany hökmünde emele geldi. Şol döwürde garaşsyz lezzetli kofeniň özboluşly kombinasiýasy, pikirdeşleriň dürli şeraplary bilen gurşalan, taýýarlaýan önümlerine we işleýän adamlaryna hormat goýýan adamlar. Şeýle hoşniýetli gurşawda paýtagtyň merkezinde ulaldyk.\r\n\r\nKofeşop “Günaý” hemme zatda ýönekeýligi we göwünjeňligi saklamaga synanyşýar. Kofe dükanymyzdaky satyn alyş prosesi birmeňzeş bolsa – ýönekeý we ýakymly bolsa, begeneris, sebäbi “Günaý” kofesi, asyl kärhana tehnologiýalaryna laýyklykda kofeniň taýýarlanylýan ýeri, kofämiziň käbirlerinden gönüden-göni üpjün edilýän ýerdir. dünýäniň iň gowy premium plantasiýalary. belent dag Arabica we Rabusta. Kofe agajyndan başlap, bir käse kofe çenli ähli zynjyry önümçiligiň her bir basgançagynda ýokary hilli jogapkär kompaniýamyz hödürleýär. Şonuň üçin kofämiz üýtgeşik we ýatdan çykmajak zat – bagtly adamlar tarapyndan ýygnalyp, hünärmen horazlar tarapyndan gowrulan we kofe dünýäsine höwesli baristler tarapyndan demlenen. Kofeşop “Günaý” diňe bir kofe iýmek we içmek üçin ajaýyp ýer däl – rahatlygyň, göni duşuşyklaryň we täsin kofämizi satyn alyp boljak ýerdir.\r\n\r\n<strong>Salgysy:</strong> Aşgabat şäheri, Kopetdag etraby, Bitarap Türkmenistan şaýoly, 160/1. | <strong>El telefony:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Telefon</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][/vc_row]", "“Günaý” kofe", "", "publish", "open", "closed", "", "gunay-kofe-tm", "", "", "2021-06-28 15:19:04", "2021-06-28 10:19:04", "", "0", "https://tempryary.unbegin.agency/?page_id=29111", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29112", "1", "2021-06-24 04:21:07", "2021-06-23 23:21:07", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MARKET[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günay\" dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar. Satyljak harytlary saýlamakda çeýeligi bilen tapawutlanýar! Ujypsyz býudjetler bilen, ýerlikliligi we satuwdaky täze tendensiýalara çalt jogap bermek bilen tapawutlanýar. Işiň esasy ýörelgelerini dükanyň harytlaryny müşderiler üçin ugrukdyrmakda ulanýan üç şygary bilen düşündirip bolar. Dükanymyz, ähli önüm segmentlerinde müşderilerine iň ýokary hilli önüm bilen üpjün etmek ugruna eýerýär. Munuň üçin ähli ugurlarda ýokary hilli harytlar bilen iň meşhur markalar bilen hökman eşidilýän we içerki bazarda özüni tanadýan şertnamalar baglaşyldy. Şonuň üçin bir gezek satyn alyp, hökman ýene gelersiňiz.</p>\r\n<p style=\"text-align: justify;\"><strong>Karendeçi:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Telefon:</strong> 95-58-33 faks: 95-58-26 el telefon: 864-22-20-20 | <strong>Harytlary eltmek hyzmaty:</strong> 95-58-33</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” market", "", "publish", "open", "closed", "", "gunay-market-tm", "", "", "2021-06-24 13:13:52", "2021-06-24 08:13:52", "", "0", "https://tempryary.unbegin.agency/?page_id=29112", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29113", "1", "2021-06-24 04:21:14", "2021-06-23 23:21:14", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 30%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 30%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-30,0 gr., uglewodlar-3,1 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 298 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Aram kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Aram kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Ýokary kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]", "“Günaý” maýonez", "", "publish", "open", "closed", "", "gunay-mayonez-tm", "", "", "2021-06-24 13:14:02", "2021-06-24 08:14:02", "", "0", "https://tempryary.unbegin.agency/?page_id=29113", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29114", "1", "2021-06-24 04:21:20", "2021-06-23 23:21:20", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÖSÜMLIK ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär. Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][vc_column_text]Öndüriji: “Gündogar akymy” hojalyk jemgyýeti\r\nEsaslandyryjy: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç, Annamuhammedowa Aýjahan Annaçaryýewna\r\nDöredilen wagty: 1 maý 2018 ýyl\r\nDirektor: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç\r\nGünebakar ýagyny öndürýan zawodynyň salgysy: Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3.\r\nÖnümi: Rafinirlenen, dezodorirlenen günebakar ýagy.\r\nJemgyýetiň hukuk salgysy: Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.\r\nTelefon: 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” ösümlik ýaglary", "", "publish", "open", "closed", "", "gunay-osumlik-yaglary-tm", "", "", "2021-06-24 13:14:09", "2021-06-24 08:14:09", "", "0", "https://tempryary.unbegin.agency/?page_id=29114", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29115", "1", "2021-06-24 04:21:26", "2021-06-23 23:21:26", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"“Günaý” Maýonezi\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” kofe\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” Ösümlik ýaglary\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” market\" lat=\"37.916882\" lon=\"58.349054\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ ÝAGY[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ KOFE[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MAÝONEZ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MARKET[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Seslenme formasy[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Aragatnaşyklar", "", "publish", "closed", "closed", "", "aragatnasyklar-tm", "", "", "2021-06-24 13:14:14", "2021-06-24 08:14:14", "", "0", "https://tempryary.unbegin.agency/?page_id=29115", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29116", "1", "2021-06-24 04:20:59", "2021-06-23 23:20:59", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ KOFE[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n<strong>Öndüriji:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Patent:</strong> Seriýa I № 0058562 19.10.2015 ýylda berilen | <strong>Salgysy:</strong> 744017, Türkmenistan, ş.Aşgabat, Parahat 2/2, jaý 17, öý 66. | <strong>Kofe öndürilýän ýeri:</strong> Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3. | <strong>Önümi:</strong> 3 görnüşli kofe gowurulýär, Premium, Galkyn, Ýiti. | <strong>Telefon:</strong> 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "29111-revision-v1", "", "", "2021-06-24 04:20:59", "2021-06-23 23:20:59", "", "29111", "https://tempryary.unbegin.agency/?p=29116", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29117", "1", "2021-06-24 04:21:07", "2021-06-23 23:21:07", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MARKET[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günay\" dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar. Satyljak harytlary saýlamakda çeýeligi bilen tapawutlanýar! Ujypsyz býudjetler bilen, ýerlikliligi we satuwdaky täze tendensiýalara çalt jogap bermek bilen tapawutlanýar. Işiň esasy ýörelgelerini dükanyň harytlaryny müşderiler üçin ugrukdyrmakda ulanýan üç şygary bilen düşündirip bolar. Dükanymyz, ähli önüm segmentlerinde müşderilerine iň ýokary hilli önüm bilen üpjün etmek ugruna eýerýär. Munuň üçin ähli ugurlarda ýokary hilli harytlar bilen iň meşhur markalar bilen hökman eşidilýän we içerki bazarda özüni tanadýan şertnamalar baglaşyldy. Şonuň üçin bir gezek satyn alyp, hökman ýene gelersiňiz.</p>\r\n<p style=\"text-align: justify;\"><strong>Karendeçi:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Telefon:</strong> 95-58-33 faks: 95-58-26 el telefon: 864-22-20-20 | <strong>Harytlary eltmek hyzmaty:</strong> 95-58-33</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” market", "", "inherit", "closed", "closed", "", "29112-revision-v1", "", "", "2021-06-24 04:21:07", "2021-06-23 23:21:07", "", "29112", "https://tempryary.unbegin.agency/?p=29117", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29118", "1", "2021-06-24 04:21:14", "2021-06-23 23:21:14", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 30%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 30%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-30,0 gr., uglewodlar-3,1 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 298 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n [/vc_column_text][/vc_column][/vc_row]", "“Günaý” maýonez", "", "inherit", "closed", "closed", "", "29113-revision-v1", "", "", "2021-06-24 04:21:14", "2021-06-23 23:21:14", "", "29113", "https://tempryary.unbegin.agency/?p=29118", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29119", "1", "2021-06-24 04:21:20", "2021-06-23 23:21:20", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÖSÜMLIK ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär. Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][vc_column_text]Öndüriji: “Gündogar akymy” hojalyk jemgyýeti\r\nEsaslandyryjy: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç, Annamuhammedowa Aýjahan Annaçaryýewna\r\nDöredilen wagty: 1 maý 2018 ýyl\r\nDirektor: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç\r\nGünebakar ýagyny öndürýan zawodynyň salgysy: Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3.\r\nÖnümi: Rafinirlenen, dezodorirlenen günebakar ýagy.\r\nJemgyýetiň hukuk salgysy: Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.\r\nTelefon: 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” ösümlik ýaglary", "", "inherit", "closed", "closed", "", "29114-revision-v1", "", "", "2021-06-24 04:21:20", "2021-06-23 23:21:20", "", "29114", "https://tempryary.unbegin.agency/?p=29119", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29120", "1", "2021-06-24 04:21:26", "2021-06-23 23:21:26", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"“Günaý” Maýonezi\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” kofe\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” Ösümlik ýaglary\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” market\" lat=\"37.916882\" lon=\"58.349054\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ ÝAGY[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ KOFE[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MAÝONEZ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MARKET[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Seslenme formasy[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Aragatnaşyklar", "", "inherit", "closed", "closed", "", "29115-revision-v1", "", "", "2021-06-24 04:21:26", "2021-06-23 23:21:26", "", "29115", "https://tempryary.unbegin.agency/?p=29120", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29121", "1", "2021-06-24 04:39:44", "2021-06-23 23:39:44", "{\n \"rttheme19::rttheme19_page_leaving_effect\": {\n \"value\": true,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-23 23:33:47\"\n },\n \"widget_contact_info[2]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNjp7czo1OiJ0aXRsZSI7czoxNToiQVJBR0FUTkHFnllLTEFSIjtzOjc6ImFkZHJlc3MiO3M6NzU6IkHFn2dhYmF0IMWfw6RoZXJpLCBLw7ZwZXRkYWcgZXRyYWJ5LCBCaXRhcmFwIFTDvHJrbWVuaXN0YW4gxZ9hw71vbHksIDE2MC8xLiI7czo3OiJwaG9uZV8xIjtzOjE0OiIrOTkzMTIgOTU1ODM0ICI7czo3OiJwaG9uZV8yIjtzOjA6IiI7czo5OiJtX3Bob25lXzEiO3M6MTM6Iis5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxNDoiKzk5MzEyIDk1NTgyNiAiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czowOiIiO3M6MTQ6InN1cHBvcnRfbWFpbF8yIjtzOjA6IiI7czoxNzoiY29udGFjdF9mb3JtX2xpbmsiO3M6MDoiIjtzOjg6Im1hcF9saW5rIjtzOjM3OiJodHRwczovL2dvby5nbC9tYXBzL0YxMjV6VWFvbTZHMUFQejY5IjtzOjIyOiJjb250YWN0X2Zvcm1fbGlua190ZXh0IjtzOjEyOiJDb250YWN0IEZvcm0iO3M6MTM6Im1hcF9saW5rX3RleHQiO3M6MTQ6IkthcnRhZGEgdGFwecWIIjt9\",\n \"title\": \"ARAGATNA\\u015eYKLAR\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"a1fa7bb23d3b9d7cbd612fb4c37b3fb8\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-23 23:39:44\"\n }\n}", "", "", "trash", "closed", "closed", "", "0d992eb4-4003-4e25-b59a-936172a17aa5", "", "", "2021-06-24 04:39:44", "2021-06-23 23:39:44", "", "0", "https://tempryary.unbegin.agency/?p=29121", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29122", "1", "2021-06-24 04:40:02", "2021-06-23 23:40:02", "{\n \"widget_contact_info[2]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNjp7czo1OiJ0aXRsZSI7czoxNToiQVJBR0FUTkHFnllLTEFSIjtzOjc6ImFkZHJlc3MiO3M6NzU6IkHFn2dhYmF0IMWfw6RoZXJpLCBLw7ZwZXRkYWcgZXRyYWJ5LCBCaXRhcmFwIFTDvHJrbWVuaXN0YW4gxZ9hw71vbHksIDE2MC8xLiI7czo3OiJwaG9uZV8xIjtzOjE0OiIrOTkzMTIgOTU1ODM0ICI7czo3OiJwaG9uZV8yIjtzOjA6IiI7czo5OiJtX3Bob25lXzEiO3M6MTM6Iis5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxNDoiKzk5MzEyIDk1NTgyNiAiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czowOiIiO3M6MTQ6InN1cHBvcnRfbWFpbF8yIjtzOjA6IiI7czoxNzoiY29udGFjdF9mb3JtX2xpbmsiO3M6MDoiIjtzOjg6Im1hcF9saW5rIjtzOjM3OiJodHRwczovL2dvby5nbC9tYXBzL0YxMjV6VWFvbTZHMUFQejY5IjtzOjIyOiJjb250YWN0X2Zvcm1fbGlua190ZXh0IjtzOjA6IiI7czoxMzoibWFwX2xpbmtfdGV4dCI7czoxNDoiS2FydGFkYSB0YXB5xYgiO30=\",\n \"title\": \"ARAGATNA\\u015eYKLAR\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"ecfa4ffb9e04a58badd58f4b727f23ce\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-23 23:40:02\"\n }\n}", "", "", "trash", "closed", "closed", "", "62898694-4767-48ec-bd4f-50fa1cefec77", "", "", "2021-06-24 04:40:02", "2021-06-23 23:40:02", "", "0", "https://tempryary.unbegin.agency/62898694-4767-48ec-bd4f-50fa1cefec77/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29123", "1", "2021-06-24 11:00:08", "2021-06-24 06:00:08", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"5000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29044\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>ХОРОШАЯ ПРИПРАВА И ЛУЧШЕЕ МАСЛО ПРОМЫШЛЕННОГО ПРОИЗВОДСТВА.</h2>\r\nПроизводство и поставка лучшего очищенного дезодорированного подсолнечного масла.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29043\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>ДИЕТА ДЛЯ УДОВОЛЬСТВИЯ.</h2>\r\n<p style=\"text-align: justify;\">Майонез считается благородным соусом на каждый день. И правда, мы практически все блюда готовим с этим вкусным соусом. Помимо классических привычных вкусов майонеза мы уже пристрастились к соусам с пряностями и специями.</p>\r\n[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29041\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>КОФЕЙНАЯ ПРОДУКЦИЯ ПЕРВОГО КЛАССА</h2>\r\nКапучино? Латте с пеной? Может, просто черный? Вы выберете один из лучших сортов кофе в Günaý.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29042\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>ЛУЧШИЙ ПРОДОВОЛЬСТВЕННЫЙ МАРКЕТ</h2>\r\nGünaý маркет уникален своим внешним видом и кардинально отличается от других торговых точек малого и среднего бизнеса.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"СВЯЖИТЕСЬ С НАМИ\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>За долгие годы Наша компания зарекомендовала себя как хорошего партнера и всегда готова к сотрудничеству..</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29046\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\"]КАЧЕСТВО КАЖДОГО ПРОДУКТА И КАЖДОЙ ДЕТАЛИ[/rt_heading][vc_column_text]Наличие собственных заводов гарантирует, что Мы выполняем заказы быстро, качественно и в срок. Наши сотрудники привлекают клиентов качественном, надежностью и точным выполнением заказов.[/vc_column_text][button button_text=\"СВЯЖИТЕСЬ С НАМИ\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_bottom=\"40\"][vc_single_image image=\"29049\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-mayonez/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"top\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"GÜNAÝ\"]ОСНОВНЫЕ ПРИЧИНЫ ПРИОБРЕТЕНИЯ НАШЕЙ ПРОДУКЦИИ [/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Большой ассортимент[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Качество проверенное временем[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Высококачественный сервис[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Продукция без ГМО[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Отечественный производитель[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Ниодного отрицательного отзыва[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Главная", "", "inherit", "closed", "closed", "", "4-revision-v1", "", "", "2021-06-24 11:00:08", "2021-06-24 06:00:08", "", "4", "https://tempryary.unbegin.agency/?p=29123", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29124", "1", "2021-06-24 11:39:05", "0000-00-00 00:00:00", " ", "", "", "draft", "closed", "closed", "", "", "", "", "2021-06-24 11:39:05", "0000-00-00 00:00:00", "", "0", "https://tempryary.unbegin.agency/?p=29124", "1", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29125", "1", "2021-06-24 11:42:55", "2021-06-24 06:42:55", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ KOFE[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n<strong>Öndüriji:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Patent:</strong> Seriýa I № 0058562 19.10.2015 ýylda berilen | <strong>Salgysy:</strong> 744017, Türkmenistan, ş.Aşgabat, Parahat 2/2, jaý 17, öý 66. | <strong>Kofe öndürilýän ýeri:</strong> Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3. | <strong>Önümi:</strong> 3 görnüşli kofe gowurulýär, Premium, Galkyn, Ýiti. | <strong>Telefon:</strong> 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” кофе", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-24 11:42:55", "2021-06-24 06:42:55", "", "9", "https://tempryary.unbegin.agency/?p=29125", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29126", "1", "2021-06-24 11:43:01", "2021-06-24 06:43:01", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MARKET[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günay\" dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar. Satyljak harytlary saýlamakda çeýeligi bilen tapawutlanýar! Ujypsyz býudjetler bilen, ýerlikliligi we satuwdaky täze tendensiýalara çalt jogap bermek bilen tapawutlanýar. Işiň esasy ýörelgelerini dükanyň harytlaryny müşderiler üçin ugrukdyrmakda ulanýan üç şygary bilen düşündirip bolar. Dükanymyz, ähli önüm segmentlerinde müşderilerine iň ýokary hilli önüm bilen üpjün etmek ugruna eýerýär. Munuň üçin ähli ugurlarda ýokary hilli harytlar bilen iň meşhur markalar bilen hökman eşidilýän we içerki bazarda özüni tanadýan şertnamalar baglaşyldy. Şonuň üçin bir gezek satyn alyp, hökman ýene gelersiňiz.</p>\r\n<p style=\"text-align: justify;\"><strong>Karendeçi:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Telefon:</strong> 95-58-33 faks: 95-58-26 el telefon: 864-22-20-20 | <strong>Harytlary eltmek hyzmaty:</strong> 95-58-33</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” маркет", "", "inherit", "closed", "closed", "", "29018-revision-v1", "", "", "2021-06-24 11:43:01", "2021-06-24 06:43:01", "", "29018", "https://tempryary.unbegin.agency/?p=29126", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29127", "1", "2021-06-24 11:43:08", "2021-06-24 06:43:08", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 30%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 30%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-30,0 gr., uglewodlar-3,1 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 298 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n [/vc_column_text][/vc_column][/vc_row]", "“Günaý” майонез", "", "inherit", "closed", "closed", "", "28966-revision-v1", "", "", "2021-06-24 11:43:08", "2021-06-24 06:43:08", "", "28966", "https://tempryary.unbegin.agency/?p=29127", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29128", "1", "2021-06-24 11:43:32", "2021-06-24 06:43:32", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÖSÜMLIK ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär. Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][vc_column_text]Öndüriji: “Gündogar akymy” hojalyk jemgyýeti\r\nEsaslandyryjy: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç, Annamuhammedowa Aýjahan Annaçaryýewna\r\nDöredilen wagty: 1 maý 2018 ýyl\r\nDirektor: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç\r\nGünebakar ýagyny öndürýan zawodynyň salgysy: Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3.\r\nÖnümi: Rafinirlenen, dezodorirlenen günebakar ýagy.\r\nJemgyýetiň hukuk salgysy: Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.\r\nTelefon: 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” растительное масло", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-24 11:43:32", "2021-06-24 06:43:32", "", "28983", "https://tempryary.unbegin.agency/?p=29128", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29129", "1", "2021-06-24 11:43:37", "2021-06-24 06:43:37", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"“Günaý” Maýonezi\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” kofe\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” Ösümlik ýaglary\" lat=\"38.079986\" lon=\"58.277428\"]Täze Zaman[/location][location title=\"“Günaý” market\" lat=\"37.916882\" lon=\"58.349054\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ ÝAGY[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ KOFE[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MAÝONEZ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman oba 180/3.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MARKET[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Seslenme formasy[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-24 11:43:37", "2021-06-24 06:43:37", "", "8", "https://tempryary.unbegin.agency/?p=29129", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29130", "1", "2021-06-29 13:39:43", "2021-06-24 06:45:05", "", "ГЛАВНАЯ", "", "publish", "closed", "closed", "", "%d0%b3%d0%bb%d0%b0%d0%b2%d0%bd%d0%b0%d1%8f-2", "", "", "2021-06-29 13:39:43", "2021-06-29 08:39:43", "", "0", "https://tempryary.unbegin.agency/?p=29130", "1", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29131", "1", "2021-06-29 13:39:43", "2021-06-24 06:45:05", "", "КОФЕ “Günaý”", "", "publish", "closed", "closed", "", "%d0%ba%d0%be%d1%84%d0%b5-gunay", "", "", "2021-06-29 13:39:43", "2021-06-29 08:39:43", "", "0", "https://tempryary.unbegin.agency/?p=29131", "3", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29132", "1", "2021-06-29 13:39:43", "2021-06-24 06:45:05", "", "МАЙОНЕЗ “Günaý”", "", "publish", "closed", "closed", "", "%d0%bc%d0%b0%d0%b9%d0%be%d0%bd%d0%b5%d0%b7-gunay", "", "", "2021-06-29 13:39:43", "2021-06-29 08:39:43", "", "0", "https://tempryary.unbegin.agency/?p=29132", "4", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29133", "1", "2021-06-29 13:39:43", "2021-06-24 06:45:05", "", "МАРКЕТ “Günaý”", "", "publish", "closed", "closed", "", "%d0%bc%d0%b0%d1%80%d0%ba%d0%b5%d1%82-gunay", "", "", "2021-06-29 13:39:43", "2021-06-29 08:39:43", "", "0", "https://tempryary.unbegin.agency/?p=29133", "5", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29134", "1", "2021-06-29 13:39:43", "2021-06-24 06:45:05", "", "РАСТИТЕЛЬНОЕ МАСЛО “Günaý”", "", "publish", "closed", "closed", "", "%d1%80%d0%b0%d1%81%d1%82%d0%b8%d1%82%d0%b5%d0%bb%d1%8c%d0%bd%d0%be%d0%b5-%d0%bc%d0%b0%d1%81%d0%bb%d0%be-gunay", "", "", "2021-06-29 13:39:43", "2021-06-29 08:39:43", "", "0", "https://tempryary.unbegin.agency/?p=29134", "2", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29135", "1", "2021-06-29 13:39:43", "2021-06-24 06:45:05", "", "КОНТАКТЫ", "", "publish", "closed", "closed", "", "%d0%ba%d0%be%d0%bd%d1%82%d0%b0%d0%ba%d1%82%d1%8b-2", "", "", "2021-06-29 13:39:43", "2021-06-29 08:39:43", "", "0", "https://tempryary.unbegin.agency/?p=29135", "7", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29136", "1", "2021-06-24 11:53:27", "2021-06-24 06:53:27", "{\n \"widget_contact_info[2]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNzp7czo1OiJ0aXRsZSI7czoxNToiQVJBR0FUTkHFnllLTEFSIjtzOjc6ImFkZHJlc3MiO3M6NzU6IkHFn2dhYmF0IMWfw6RoZXJpLCBLw7ZwZXRkYWcgZXRyYWJ5LCBCaXRhcmFwIFTDvHJrbWVuaXN0YW4gxZ9hw71vbHksIDE2MC8xLiI7czo3OiJwaG9uZV8xIjtzOjE0OiIrOTkzMTIgOTU1ODM0ICI7czo3OiJwaG9uZV8yIjtzOjA6IiI7czo5OiJtX3Bob25lXzEiO3M6MTM6Iis5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxNDoiKzk5MzEyIDk1NTgyNiAiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czowOiIiO3M6MTQ6InN1cHBvcnRfbWFpbF8yIjtzOjA6IiI7czoxNzoiY29udGFjdF9mb3JtX2xpbmsiO3M6MDoiIjtzOjg6Im1hcF9saW5rIjtzOjM3OiJodHRwczovL2dvby5nbC9tYXBzL0YxMjV6VWFvbTZHMUFQejY5IjtzOjIyOiJjb250YWN0X2Zvcm1fbGlua190ZXh0IjtzOjEyOiJDb250YWN0IEZvcm0iO3M6MTM6Im1hcF9saW5rX3RleHQiO3M6MTQ6IkthcnRhZGEgdGFwecWIIjtzOjg6InBsbF9sYW5nIjtzOjI6InRtIjt9\",\n \"title\": \"ARAGATNA\\u015eYKLAR\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"c97e52971ec2f81a6b922e3c51f4f2bd\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-24 06:53:27\"\n },\n \"sidebars_widgets[common-sidebar]\": {\n \"value\": [\n \"contact_info-2\",\n \"contact_info-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-24 06:51:33\"\n },\n \"widget_contact_info[4]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiYWRkcmVzcyI7czoxMzY6ItCz0L7RgNC+0LQg0JDRiNGF0LDQsdCw0LQsINCa0L7Qv9C10YLQtNCw0LPRgdC60LjQuSDRjdGC0YDQsNC/LCDQv9GA0L7RgdC/0LXQutGCINCd0LXQudGC0YDQsNC70YzQvdGL0Lkg0KLRg9GA0LrQvNC10L3QuNGB0YLQsNC9LCAxNjAvMS4iO3M6NzoicGhvbmVfMSI7czoxNDoiKzk5MzEyIDk1NTgzNCAiO3M6NzoicGhvbmVfMiI7czowOiIiO3M6OToibV9waG9uZV8xIjtzOjEzOiIrOTkzNjUgNTYyNTAwIjtzOjk6Im1fcGhvbmVfMiI7czowOiIiO3M6NToiZmF4XzEiO3M6MTM6Iis5OTMxMiA5NTU4MjYiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czowOiIiO3M6MTQ6InN1cHBvcnRfbWFpbF8yIjtzOjA6IiI7czoxNzoiY29udGFjdF9mb3JtX2xpbmsiO3M6MDoiIjtzOjg6Im1hcF9saW5rIjtzOjM3OiJodHRwczovL2dvby5nbC9tYXBzL0YxMjV6VWFvbTZHMUFQejY5IjtzOjIyOiJjb250YWN0X2Zvcm1fbGlua190ZXh0IjtzOjEyOiJDb250YWN0IEZvcm0iO3M6MTM6Im1hcF9saW5rX3RleHQiO3M6MjY6ItCd0LDQudGC0Lgg0L3QsCDQutCw0YDRgtC1IjtzOjg6InBsbF9sYW5nIjtzOjI6InJ1Ijt9\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"f1dad0f13262bdab71583d9fd254f081\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-24 06:53:27\"\n }\n}", "", "", "trash", "closed", "closed", "", "0b9685d1-8f76-45e2-ac0f-acf0d1fa3ffe", "", "", "2021-06-24 11:53:27", "2021-06-24 06:53:27", "", "0", "https://tempryary.unbegin.agency/?p=29136", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29137", "1", "2021-06-24 11:56:20", "2021-06-24 06:56:20", "{\n \"widget_contact_info[1]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNzp7czo1OiJ0aXRsZSI7czoxNToiQVJBR0FUTkHFnllLTEFSIjtzOjc6ImFkZHJlc3MiO3M6NzU6IkHFn2dhYmF0IMWfw6RoZXJpLCBLw7ZwZXRkYWcgZXRyYWJ5LCBCaXRhcmFwIFTDvHJrbWVuaXN0YW4gxZ9hw71vbHksIDE2MC8xLiI7czo3OiJwaG9uZV8xIjtzOjE0OiIrOTkzMTIgOTU1ODM0ICI7czo3OiJwaG9uZV8yIjtzOjA6IiI7czo5OiJtX3Bob25lXzEiO3M6MTM6Iis5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxNDoiKzk5MzEyIDk1NTgyNiAiO3M6NToiZmF4XzIiO3M6MDoiIjtzOjY6Im1haWxfMSI7czoyMjoiaC5oYW5nZWxkeWV2QGdtYWlsLmNvbSI7czo2OiJtYWlsXzIiO3M6MDoiIjtzOjE0OiJzdXBwb3J0X21haWxfMSI7czowOiIiO3M6MTQ6InN1cHBvcnRfbWFpbF8yIjtzOjA6IiI7czoxNzoiY29udGFjdF9mb3JtX2xpbmsiO3M6MDoiIjtzOjg6Im1hcF9saW5rIjtzOjM3OiJodHRwczovL2dvby5nbC9tYXBzL0YxMjV6VWFvbTZHMUFQejY5IjtzOjIyOiJjb250YWN0X2Zvcm1fbGlua190ZXh0IjtzOjEyOiJDb250YWN0IEZvcm0iO3M6MTM6Im1hcF9saW5rX3RleHQiO3M6MTQ6IkthcnRhZGEgdGFwecWIIjtzOjg6InBsbF9sYW5nIjtzOjI6InRtIjt9\",\n \"title\": \"ARAGATNA\\u015eYKLAR\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"c97e52971ec2f81a6b922e3c51f4f2bd\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-24 06:56:20\"\n },\n \"sidebars_widgets[sidebar-for-footer-column-3]\": {\n \"value\": [\n \"contact_info-1\",\n \"contact_info-5\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-24 06:56:20\"\n },\n \"widget_contact_info[5]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNzp7czo1OiJ0aXRsZSI7czoyMzoi0J3QkNCo0Jgg0JrQntCd0JDQmtCi0KsiO3M6NzoiYWRkcmVzcyI7czoxMzY6ItCz0L7RgNC+0LQg0JDRiNGF0LDQsdCw0LQsINCa0L7Qv9C10YLQtNCw0LPRgdC60LjQuSDRjdGC0YDQsNC/LCDQv9GA0L7RgdC/0LXQutGCINCd0LXQudGC0YDQsNC70YzQvdGL0Lkg0KLRg9GA0LrQvNC10L3QuNGB0YLQsNC9LCAxNjAvMS4iO3M6NzoicGhvbmVfMSI7czoxMjoiOTkzMTIgOTU1ODM0IjtzOjc6InBob25lXzIiO3M6MDoiIjtzOjk6Im1fcGhvbmVfMSI7czoxNDoiICs5OTM2NSA1NjI1MDAiO3M6OToibV9waG9uZV8yIjtzOjA6IiI7czo1OiJmYXhfMSI7czoxMzoiKzk5MzEyIDk1NTgyNiI7czo1OiJmYXhfMiI7czowOiIiO3M6NjoibWFpbF8xIjtzOjIyOiJoLmhhbmdlbGR5ZXZAZ21haWwuY29tIjtzOjY6Im1haWxfMiI7czowOiIiO3M6MTQ6InN1cHBvcnRfbWFpbF8xIjtzOjA6IiI7czoxNDoic3VwcG9ydF9tYWlsXzIiO3M6MDoiIjtzOjE3OiJjb250YWN0X2Zvcm1fbGluayI7czowOiIiO3M6ODoibWFwX2xpbmsiO3M6Mzc6Imh0dHBzOi8vZ29vLmdsL21hcHMvRjEyNXpVYW9tNkcxQVB6NjkiO3M6MjI6ImNvbnRhY3RfZm9ybV9saW5rX3RleHQiO3M6MTI6IkNvbnRhY3QgRm9ybSI7czoxMzoibWFwX2xpbmtfdGV4dCI7czoyNjoi0J3QsNC50YLQuCDQvdCwINC60LDRgNGC0LUiO3M6ODoicGxsX2xhbmciO3M6MjoicnUiO30=\",\n \"title\": \"\\u041d\\u0410\\u0428\\u0418 \\u041a\\u041e\\u041d\\u0410\\u041a\\u0422\\u042b\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"fc3771dd76aa551a6a54692e711e88dc\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-24 06:56:20\"\n }\n}", "", "", "trash", "closed", "closed", "", "24497545-7fd4-4d47-938c-8736c8249781", "", "", "2021-06-24 11:56:20", "2021-06-24 06:56:20", "", "0", "https://tempryary.unbegin.agency/24497545-7fd4-4d47-938c-8736c8249781/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29138", "1", "2021-06-24 11:58:08", "2021-06-24 06:58:08", "{\n \"widget_text[1]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo1OntzOjU6InRpdGxlIjtzOjEzOiJHw7xuYcO9IEhBS0RBIjtzOjQ6InRleHQiO3M6NDQ4OiJCaXppxYgga29tcGFuacO9YW15eiwgbcO8xZ9kZXJpbmnFiCBpc2xlZ2xlcmluaSBoZW1pxZ9lIGthbmFnYXRsYW5keXJ5cCBiaWzDvcOkbiwgxZ9lw71sZSBoZW0gaMOkemlya2kgemFtYW4gdGVobm9sb2dpa2kgw7Zuw7xtw6dpbGlrIMO9w7ZyZWxnZWxlcmluZSBlc2FzbGFuw71hbiBndXJhbWEgaMO2a23DvG5kZSDDvW9rYXJ5IGjDvG7DpHJsaSBndXJhbWEgaMO2a23DvG5kZSBUw7xya21lbiBiYXphcnluZGEgw7Z6w7xuaSB0YW5hdGR5Lg0KDQpBYm92ZW9rYXJkYWt5bGFyZGFuIGJhxZ9nYS1kYSwga29tcGFuacO9YW15eiBhcmFzc2FsYW5hbiDDvWFnLCDDvWFreW1seSB0YWdhbWx5IGtvZmUgw7ZuZMO8csO9w6RuIHphd29keSwgxZ9lw71sZSBoZW0gacO9bWl0IHdlIGFqYcO9eXAgdGFnYW1seSBtYcO9b25leiDDtm5kw7xyw73DpG4gemF3b2R5IMO2eiBpw6dpbmUgYWzDvWFyLg0KIjtzOjY6ImZpbHRlciI7YjoxO3M6NjoidmlzdWFsIjtiOjA7czo4OiJwbGxfbGFuZyI7czoyOiJ0bSI7fQ==\",\n \"title\": \"G\\u00fcna\\u00fd HAKDA\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"1de0d14a028a8a9a399c7d33e7baf272\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-24 06:58:08\"\n },\n \"sidebars_widgets[sidebar-for-footer-column-1]\": {\n \"value\": [\n \"text-1\",\n \"text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-24 06:58:08\"\n },\n \"widget_text[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo1OntzOjU6InRpdGxlIjtzOjI0OiLQmtCe0JzQn9CQ0J3QmNCvIEfDnE5Bw50iO3M6NDoidGV4dCI7czo3NTk6ItCd0LDRiNCwINC60L7QvNC/0LDQvdC40Y8g0LfQsNGA0LXQutC+0LzQtdC90LTQvtCy0LDQu9CwINGB0LXQsdGPINC90LAg0YDRi9C90LrQtSDQotGD0YDQutC80LXQvdC40YHRgtCw0L3QsCDQutCw0Log0L7RgNCz0LDQvdC40LfQsNGG0LjRjywg0LLRgdC10LPQtNCwINGB0L/QvtGB0L7QsdC90LDRjyDRg9C00L7QstC70LXRgtCy0L7RgNC40YLRjCDQv9C+0YLRgNC10LHQvdC+0YHRgtC4INGB0LLQvtC40YUg0LrQu9C40LXQvdGC0L7Qsiwg0LAg0YLQsNC60LbQtSDQutCw0Log0L7RgNCz0LDQvdC40LfQsNGG0LjRjywg0L7RgdC90L7QstCw0L3QvdCw0Y8g0L3QsCDRgdC+0LLRgNC10LzQtdC90L3Ri9GFINGC0LXRhdC90L7Qu9C+0LPQuNGH0LXRgdC60LjRhSDQv9GA0LjQvdGG0LjQv9Cw0YUg0L/RgNC+0LjQt9Cy0L7QtNGB0YLQstCwLg0K0J/QvtC80LjQvNC+INC/0LXRgNC10YfQuNGB0LvQtdC90L3QvtCz0L4sINC90LDRiNCwINC60L7QvNC/0LDQvdC40Y8g0LjQvNC10LXRgiDQsiDQvdCw0LvQuNGH0LjQuCDQt9Cw0LLQvtC0INC/0L4g0L/RgNC+0LjQt9Cy0L7QtNGB0YLQstGDINGA0LDRhNC40L3QuNGA0L7QstCw0L3QvdC+0LPQviDQvNCw0YHQu9CwLCDQutC+0YTQtSDRgSDQv9GA0LXQutGA0LDRgdC90YvQvNCy0LrRg9GB0L7QvCwg0LAg0YLQsNC60LbQtSDQt9Cw0LLQvtC0INC/0L4g0L/RgNC+0LjQt9Cy0L7QtNGB0YLQstGDINC/0LjRidC10LLRi9GFINC/0YDQvtC00YPQutGC0L7QsiDQuCDQvNCw0LnQvtC90LXQt9CwLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO3M6ODoicGxsX2xhbmciO3M6MjoicnUiO30=\",\n \"title\": \"\\u041a\\u041e\\u041c\\u041f\\u0410\\u041d\\u0418\\u042f G\\u00dcNA\\u00dd\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"b1a38905ef00820f9d593449ea7e8cae\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-06-24 06:58:08\"\n }\n}", "", "", "trash", "closed", "closed", "", "1f4a0dd4-eba8-4f28-8dc9-0371a1d26784", "", "", "2021-06-24 11:58:08", "2021-06-24 06:58:08", "", "0", "https://tempryary.unbegin.agency/1f4a0dd4-eba8-4f28-8dc9-0371a1d26784/", "0", "customize_changeset", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29139", "1", "2021-06-24 12:10:59", "2021-06-24 07:10:59", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ ÖSÜMLIK ÝAGY[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Компания \"Günay\" занимается производством и поставкой очищенного дезодорированного подсолнечного масла. Стабильная работа предприятия и многолетний опыт в данной сфере позволяют \"Günay\" быть конкурентоспособным и популярным среди производителей растительного масла. Строгое соблюдение общепринятых стандартов и регулярный контроль качества - наши ключевые отличительные особенности, в результате чего мы производим только экологически чистую продукцию. Проверенные технологии обработки с использованием личной лаборатории и высококачественного сырья, в конечном итоге, позволяют извлекать первичное масло с низким содержанием фосфолипидов. Наша компания производит продукцию только высокого качества, что подтверждается признанием многочисленных государственных наград и партнеров. Принципы нашего производства основаны на двух важных составляющих - безопасности и натуральности. Наш завод работает только с проверенным и натуральным сырьем, без искусственных смесей синтезированных веществ и генетически модифицированных организмов (ГМО).</p>\r\n[/vc_column_text][vc_column_text]Производитель: Хозяйственное общество “Gündogar akymy”\r\nОснователи: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç, Annamuhammedowa Aýjahan Annaçaryýewna\r\nДата Основания: 1 Мая 2018 год\r\nDirektor: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç\r\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3.\r\nПродукты: Рафинированное, дезодорированное подсолнечное масло.\r\nЮридический адрес: город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.\r\nТелефон: +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Растительное масло \"Günaý\" - 1 литр[/rt_heading][vc_column_text]<strong>РАФИНИРОВАННОЕ, ДЗОДОРИРОВАННОЕ ПОДСОЛНЕЧНОЕ МАСЛО (ПИЩЕВОЕ)</strong>\r\nПищевая ценность на 100 грам продукта: жиры - 99,9г, энергетическая ценность: 899 ккал.\r\n<strong>TDS – 1129-93 Товар сертифицирован</strong>\r\nУсловия хранения: беречь от солнечных лучей. Средний срок хранения: 4 месяца. Без содержания ГМО.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Растительное масло \"Günaý\" - 5 литров[/rt_heading][vc_column_text]<strong>РАФИНИРОВАННОЕ, ДЗОДОРИРОВАННОЕ ПОДСОЛНЕЧНОЕ МАСЛО (ПИЩЕВОЕ)</strong>\r\nПищевая ценность на 100 грам продукта: жиры - 99,9г, энергетическая ценность: 899 ккал.\r\n<strong>TDS – 1129-93 Товар сертифицирован</strong>\r\nУсловия хранения: беречь от солнечных лучей. Средний срок хранения: 4 месяца. Без содержания ГМО.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” растительное масло", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-24 12:10:59", "2021-06-24 07:10:59", "", "28983", "https://tempryary.unbegin.agency/?p=29139", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29140", "1", "2021-06-24 12:11:40", "2021-06-24 07:11:40", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]РАСТИТЕЛЬНОЕ МАСЛО GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Компания \"Günay\" занимается производством и поставкой очищенного дезодорированного подсолнечного масла. Стабильная работа предприятия и многолетний опыт в данной сфере позволяют \"Günay\" быть конкурентоспособным и популярным среди производителей растительного масла. Строгое соблюдение общепринятых стандартов и регулярный контроль качества - наши ключевые отличительные особенности, в результате чего мы производим только экологически чистую продукцию. Проверенные технологии обработки с использованием личной лаборатории и высококачественного сырья, в конечном итоге, позволяют извлекать первичное масло с низким содержанием фосфолипидов. Наша компания производит продукцию только высокого качества, что подтверждается признанием многочисленных государственных наград и партнеров. Принципы нашего производства основаны на двух важных составляющих - безопасности и натуральности. Наш завод работает только с проверенным и натуральным сырьем, без искусственных смесей синтезированных веществ и генетически модифицированных организмов (ГМО).</p>\r\n[/vc_column_text][vc_column_text]Производитель: Хозяйственное общество “Gündogar akymy”\r\nОснователи: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç, Annamuhammedowa Aýjahan Annaçaryýewna\r\nДата Основания: 1 Мая 2018 год\r\nDirektor: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç\r\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3.\r\nПродукты: Рафинированное, дезодорированное подсолнечное масло.\r\nЮридический адрес: город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.\r\nТелефон: +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Растительное масло \"Günaý\" - 1 литр[/rt_heading][vc_column_text]<strong>РАФИНИРОВАННОЕ, ДЗОДОРИРОВАННОЕ ПОДСОЛНЕЧНОЕ МАСЛО (ПИЩЕВОЕ)</strong>\r\nПищевая ценность на 100 грам продукта: жиры - 99,9г, энергетическая ценность: 899 ккал.\r\n<strong>TDS – 1129-93 Товар сертифицирован</strong>\r\nУсловия хранения: беречь от солнечных лучей. Средний срок хранения: 4 месяца. Без содержания ГМО.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Растительное масло \"Günaý\" - 5 литров[/rt_heading][vc_column_text]<strong>РАФИНИРОВАННОЕ, ДЗОДОРИРОВАННОЕ ПОДСОЛНЕЧНОЕ МАСЛО (ПИЩЕВОЕ)</strong>\r\nПищевая ценность на 100 грам продукта: жиры - 99,9г, энергетическая ценность: 899 ккал.\r\n<strong>TDS – 1129-93 Товар сертифицирован</strong>\r\nУсловия хранения: беречь от солнечных лучей. Средний срок хранения: 4 месяца. Без содержания ГМО.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” растительное масло", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-24 12:11:40", "2021-06-24 07:11:40", "", "28983", "https://tempryary.unbegin.agency/?p=29140", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29141", "1", "2021-06-24 12:17:38", "2021-06-24 07:17:38", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28987\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]РАСТИТЕЛЬНОЕ МАСЛО GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Компания \"Günay\" занимается производством и поставкой очищенного дезодорированного подсолнечного масла. Стабильная работа предприятия и многолетний опыт в данной сфере позволяют \"Günay\" быть конкурентоспособным и популярным среди производителей растительного масла. Строгое соблюдение общепринятых стандартов и регулярный контроль качества - наши ключевые отличительные особенности, в результате чего мы производим только экологически чистую продукцию. Проверенные технологии обработки с использованием личной лаборатории и высококачественного сырья, в конечном итоге, позволяют извлекать первичное масло с низким содержанием фосфолипидов. Наша компания производит продукцию только высокого качества, что подтверждается признанием многочисленных государственных наград и партнеров. Принципы нашего производства основаны на двух важных составляющих - безопасности и натуральности. Наш завод работает только с проверенным и натуральным сырьем, без искусственных смесей синтезированных веществ и генетически модифицированных организмов (ГМО).</p>\r\n[/vc_column_text][vc_column_text]Производитель: Хозяйственное общество “Gündogar akymy”\r\nОснователи: Хангельдыев Худайберды Ашыргельдыевич, Аннамухаммедова Айджахан Анначарыевна\r\nДата Основания: 1 Мая 2018 год\r\nДиректор: Хангельдыев Худайберды Ашыргельдыевич\r\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3.\r\nПродукты: Рафинированное, дезодорированное подсолнечное масло.\r\nЮридический адрес: город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.\r\nТелефон: +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Растительное масло \"Günaý\" - 1 литр[/rt_heading][vc_column_text]<strong>РАФИНИРОВАННОЕ, ДЗОДОРИРОВАННОЕ ПОДСОЛНЕЧНОЕ МАСЛО (ПИЩЕВОЕ)</strong>\r\nПищевая ценность на 100 грам продукта: жиры - 99,9г, энергетическая ценность: 899 ккал.\r\n<strong>TDS – 1129-93 Товар сертифицирован</strong>\r\nУсловия хранения: беречь от солнечных лучей. Средний срок хранения: 4 месяца. Без содержания ГМО.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Растительное масло \"Günaý\" - 5 литров[/rt_heading][vc_column_text]<strong>РАФИНИРОВАННОЕ, ДЗОДОРИРОВАННОЕ ПОДСОЛНЕЧНОЕ МАСЛО (ПИЩЕВОЕ)</strong>\r\nПищевая ценность на 100 грам продукта: жиры - 99,9г, энергетическая ценность: 899 ккал.\r\n<strong>TDS – 1129-93 Товар сертифицирован</strong>\r\nУсловия хранения: беречь от солнечных лучей. Средний срок хранения: 4 месяца. Без содержания ГМО.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” растительное масло", "", "inherit", "closed", "closed", "", "28983-revision-v1", "", "", "2021-06-24 12:17:38", "2021-06-24 07:17:38", "", "28983", "https://tempryary.unbegin.agency/?p=29141", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29142", "1", "2021-06-24 12:22:46", "2021-06-24 07:22:46", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕ GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Капучино? Латте с пеной? Может, просто черный? В компании \"Günaý\" вы выбираете один из разных сортов кофе, и мы гарантируем, что каждый из них будет уникальным. Его сильный запах нашего кофе порадует утром или в долгой дороге, а этот вкус... просто изюмителен. Дабы обеспечить первоклассный вкус, мы используем только тщательно отобранные кофейные зерна для приготовления кофе. Каждый год мы продаем миллионы чашек кофе и разделяем с вами нашу страсть!</p>\r\n<strong>Производитель:</strong> Хозяйственное общество “Gündogar akymy” | <strong>Основатели:</strong> Хангельдыев Худайберды Ашыргельдыевич, Аннамухаммедова Айджахан Анначарыевна | <strong>Дата Основания:</strong> 1 Мая 2018 год | <strong>Директор:</strong> Хангельдыев Худайберды Ашыргельдыевич\r\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3. | <strong>Продукты:</strong> 3 вида кофе: Premium, Galkyn, Ýiti | <strong>Юридический адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Телефон:</strong> +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Ýiti[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Premium[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 100% арабика.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Galkyn[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20 ° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row]", "“Günaý” кофе", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-24 12:22:46", "2021-06-24 07:22:46", "", "9", "https://tempryary.unbegin.agency/?p=29142", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29143", "1", "2021-06-24 12:44:44", "2021-06-24 07:44:44", "<p>[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]МАЙОНЕЗЫ GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]</p>\n<p style=\"text-align: justify;\">Майонез считается благородным соусом на каждый день. Мы действительно готовим все блюда с этим восхитительным соусом. Помимо классических привычных вкусов майонеза, мы привыкли к соусам с травами и ароматизаторами. В наше время вы можете выбрать себе обезжиренный (10%) майонез, который не навредит вашему имиджу, а также можете развлечься майонезом 80% жирности, чтобы приготовленные блюда были мягкими и питательными. Около 95% населения Туркменистана употребляет майонез, а в некоторых регионах страны этот показатель достигает 98%. Майонез изначально является достаточно высококалорийным продуктом, но, что важно, он также способствует легкому усвоению принимаемой пищи. Это делает его незаменимой приправой ко многим блюдам.</p>\n<p style=\"text-align: justify;\">Компания \"Günaý\" производит майонезы разной жирности и различных вкусов, которые сочетаются абсолютно с любыми блюдами приготовленными хозяйками как в домашних условиях так и на природе. Вкус майонеза определяется его рецептурой и качеством компонентов, поэтому <strong>изготовление майонеза </strong>\"Günaý\" основано исключительно на использовании натуральных высококачественных ингредиентов.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 30%[/rt_heading][vc_column_text]<strong>Жирность майонеза низкокалорийная - 30%.</strong><br />\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).<br />\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 30,0 гр., Углеводы - 3,1 гр., Белки - 0,2 гр. Продуктивность 100г продукта - 298 ккал.<br />\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.<br />\n<strong>Товар сертифицирован.</strong></p>\n<p><strong>Не содержит ГМО.</strong><br />\n<strong>Масса нетто 800 ± 1,5%</strong><br />\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 45%[/rt_heading][vc_column_text]<strong>Умеренная калорийность майонеза составляет 45%.</strong><br />\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).<br />\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 45,0 гр., Углеводы - 5,4 гр., Белки - 0,2 гр. Энргетическая ценность на 100 грамм продукта - 426 ккал.<br />\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.<br />\n<strong>Товар сертифицирован.</strong></p>\n<p><strong>Не содержит ГМО.</strong><br />\n<strong>Масса нетто 800 ± 1,5%</strong><br />\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 55%[/rt_heading][vc_column_text]<strong>Умеренная калорийность майонеза составляет 55%.</strong><br />\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).<br />\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 55,0 гр., Углеводы - 3,6 гр., Белки - 0,4 гр. Энргетическая ценность на 100 грамм продукта - 468 ккал.<br />\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.<br />\n<strong>Товар сертифицирован.</strong></p>\n<p><strong>Не содержит ГМО.</strong><br />\n<strong>Масса нетто 800 ± 1,5%</strong><br />\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]<strong>Умеренная калорийность майонеза составляет 55%.</strong><br />\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).<br />\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 55,0 гр., Углеводы - 3,6 гр., Белки - 0,4 гр. Энргетическая ценность на 100 грамм продукта - 468 ккал.<br />\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.<br />\n<strong>Товар сертифицирован.</strong></p>\n<p><strong>Не содержит ГМО.</strong><br />\n<strong>Масса нетто 800 ± 1,5%</strong><br />\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong><br />\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).<br />\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong><br />\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.<br />\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong><br />\n<strong>Sap agramy 800± 1,5%</strong><br />\n<strong>TDS-30004.1-93</strong></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n", "Майонез “Günaý”", "", "inherit", "closed", "closed", "", "28966-autosave-v1", "", "", "2021-06-24 12:44:44", "2021-06-24 07:44:44", "", "28966", "https://tempryary.unbegin.agency/?p=29143", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29144", "1", "2021-06-24 12:45:54", "2021-06-24 07:45:54", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]МАЙОНЕЗЫ GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Майонез считается благородным соусом на каждый день. Мы действительно готовим все блюда с этим восхитительным соусом. Помимо классических привычных вкусов майонеза, мы привыкли к соусам с травами и ароматизаторами. В наше время вы можете выбрать себе обезжиренный (10%) майонез, который не навредит вашему имиджу, а также можете развлечься майонезом 80% жирности, чтобы приготовленные блюда были мягкими и питательными. Около 95% населения Туркменистана употребляет майонез, а в некоторых регионах страны этот показатель достигает 98%. Майонез изначально является достаточно высококалорийным продуктом, но, что важно, он также способствует легкому усвоению принимаемой пищи. Это делает его незаменимой приправой ко многим блюдам.</p>\r\n<p style=\"text-align: justify;\">Компания \"Günaý\" производит майонезы разной жирности и различных вкусов, которые сочетаются абсолютно с любыми блюдами приготовленными хозяйками как в домашних условиях так и на природе. Вкус майонеза определяется его рецептурой и качеством компонентов, поэтому <strong>изготовление майонеза </strong>\"Günaý\" основано исключительно на использовании натуральных высококачественных ингредиентов.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 30%[/rt_heading][vc_column_text]<strong>Жирность майонеза низкокалорийная - 30%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 30,0 гр., Углеводы - 3,1 гр., Белки - 0,2 гр. Продуктивность 100г продукта - 298 ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 45%[/rt_heading][vc_column_text]<strong>Умеренная калорийность майонеза составляет 45%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 45,0 гр., Углеводы - 5,4 гр., Белки - 0,2 гр. Энргетическая ценность на 100 грамм продукта - 426 ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 55%[/rt_heading][vc_column_text]<strong>Умеренная калорийность майонеза составляет 55%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 55,0 гр., Углеводы - 3,6 гр., Белки - 0,4 гр. Энргетическая ценность на 100 грамм продукта - 468 ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]<strong>Высоко калорийный майонез 67%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 67,0 гр., Углеводы - 3,6 гр., Белки - 0,2 гр. Энргетическая ценность на 100 грамм продукта - 622ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row]", "Майонез “Günaý”", "", "inherit", "closed", "closed", "", "28966-revision-v1", "", "", "2021-06-24 12:45:54", "2021-06-24 07:45:54", "", "28966", "https://tempryary.unbegin.agency/?p=29144", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29145", "1", "2021-06-24 12:46:43", "2021-06-24 07:46:43", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ MAÝONEZ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Maýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk. Häzirki wagtda özüňize az ýagly (10% -den) maýonez saýlap bilersiňiz, bu bolsa şekiliňize zyýan bermez, şeýle hem bişirilen tagamlary ýumşak we ýokumly eder ýaly 80% ýagly maýonez bilen özüňizi gyzyklandyryp bilersiňiz. . Türkmenistanyň ilatynyň 95% töweregi maýonez iýýär we ýurdumyzyň käbir sebitlerinde bu görkeziji 98% -e ýetýär. Maýonez başda diýseň ýokary kalorili önüm, ýöne iň esasysy, iýmitiň aňsat assimilýasiýa edilmegine hem goşant goşýar. Bu ony köp sanly tagam üçin çalşyp bolmajak tagam edýär.</p>\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy öýde-de, tebigatda-da öý-hojalykçy aýallar tarapyndan taýýarlanan islendik tagam bilen birleşdirilen dürli ýagly we dürli tagamly maýonez öndürýär. Maýoneziň tagamy onuň resepti we düzüm bölekleriniň hili bilen kesgitlenýär, şonuň üçin \"Günay\"™ maýoneziniň öndürilmegi diňe tebigy ýokary hilli maddalaryň ulanylmagyna esaslanýar.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 30%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Az kalori</strong><strong>ýaly maýonezi ýaglygy 30%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-30,0 gr., uglewodlar-3,1 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 298 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 45%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Aram kalori</strong><strong>ýaly maýonezi ýaglygy 45%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-45,0 gr., uglewodlar-5,4 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 426 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 55%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Aram kalori</strong><strong>ýaly maýonezi ýaglygy 55%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-55,0 gr., uglewodlar-3,6 gr., belok-0,4 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 468kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]\r\n<p style=\"text-align: justify;\"><strong>Ýokary kalori</strong><strong>ýaly maýonezi ýaglygy 67%.</strong>\r\nDüzümi: Rafinirlenen dezodorirlenen ösümlik ýagy, nahar duzy, şeker, agyz suwy, sirke turşusy, gury ýumurtganyň sarysy, goýaldyjy-ksantam kamedi, guar kamedi, modifisirlenen mekgejöwen krahmaly. Turşulygy sazlaýjylar (süýt we limon turşusy), konserwant sorbin turşusy, tebiga meňzeş hoşboý yş beriji “Gorçisa”, reňk beriji karotin (E160a).\r\n<strong>100g önümiň iýmitlik gymmaty: </strong>Ýaglar-67,0 gr., uglewodlar-3,6 gr., belok-0,2 gr. <strong>100g önümiň kuwwatlylyk gymmaty – 622 kkal.</strong>\r\n<strong>Saklanyş şertleri: </strong>0°C-den 18°C-e çenli temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk ýerde saklamaly. <strong>Ýaramlylyk möhleti – 180 gün. </strong>Öndürilen senesi gapagynda görkezilen. Açyk gaby sowadyjyda saklamaly. Günüň şöhlesiniň göni düşýän ýerinde saklamaly däl.\r\n<strong>Önüm sertifikatlaşdyrylan.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Düzüminde GMO ýok.</strong>\r\n<strong>Sap agramy 800± 1,5%</strong>\r\n<strong>TDS-30004.1-93</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]", "“Günaý” maýonez", "", "inherit", "closed", "closed", "", "29113-revision-v1", "", "", "2021-06-24 12:46:43", "2021-06-24 07:46:43", "", "29113", "https://tempryary.unbegin.agency/?p=29145", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29146", "1", "2021-06-24 12:53:09", "2021-06-24 07:53:09", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29019\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ МАРКЕТ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">\"Günaý\" маркет уникален своим внешним видом и кардинально отличается от других торговых точек малого и среднего бизнеса и в первую это гибкость в выборе продаваемого товараа, а так-же локальность и быстрое реагирование на новые тенденции продаж. Основные принципы ведения бизнеса можно объяснить тремя словами \"простота, удобство, качество\", этими принципами \"Günaý\" маркет направляет свои товары покупателям. Мы стремимся предоставлять своим покупателям продукцию высочайшего качества во всех сегментах продовольственного сырья. С этой целью были поставлены высококачественные товары во всех областях с самыми популярными брендами, которые представлены на рынке Туркменистана. Так что, купив однажды у нас, вы обязательно вернетесь.</p>\r\n<p style=\"text-align: left;\"><strong>Арендатор:</strong> Предприниматель Хангельдиев Худайберды Ашыргельдиевич | <strong>Телефон:</strong> 95-58-33 Факс: 95-58-26 с телефона: 864-22-20-20 | <strong>Служба доставки товаров:</strong> 95-58-33</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29022,29023,29024,29025,29026,29027,29028,29029,29030\" img_size=\"full\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29031\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” маркет", "", "inherit", "closed", "closed", "", "29018-revision-v1", "", "", "2021-06-24 12:53:09", "2021-06-24 07:53:09", "", "29018", "https://tempryary.unbegin.agency/?p=29146", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29147", "1", "2021-06-24 12:56:46", "2021-06-24 07:56:46", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"Майонез “Günaý”\" lat=\"38.079986\" lon=\"58.277428\" rt_desc=\"\"]Тазе Заман[/location][location title=\"Кофе “Günaý”\" lat=\"38.079986\" lon=\"58.277428\" rt_desc=\"\"]Тазе Заман[/location][location title=\"Масла “Günaý”\" lat=\"38.079986\" lon=\"58.277428\" rt_desc=\"\"]Тазе Заман[/location][location title=\"“Günaý” маркет\" lat=\"37.916882\" lon=\"58.349054\" rt_desc=\"\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]МАСЛА GÜNAÝ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ KOFE[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Бахтиярлыкский этрап, Тазе Заман 180/3.\r\n\r\n[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MAÝONEZ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Бахтиярлыкский этрап, Тазе Заман 180/3.\r\n\r\n[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MARKET[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Seslenme formasy[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-24 12:56:46", "2021-06-24 07:56:46", "", "8", "https://tempryary.unbegin.agency/?p=29147", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29148", "1", "2021-06-24 12:57:08", "2021-06-24 07:57:08", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"Майонез “Günaý”\" lat=\"38.079986\" lon=\"58.277428\"]Тазе Заман[/location][location title=\"Кофе “Günaý”\" lat=\"38.079986\" lon=\"58.277428\"]Тазе Заман[/location][location title=\"Масла “Günaý”\" lat=\"38.079986\" lon=\"58.277428\"]Тазе Заман[/location][location title=\"“Günaý” маркет\" lat=\"37.916882\" lon=\"58.349054\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]МАСЛА GÜNAÝ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ KOFE[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Бахтиярлыкский этрап, Тазе Заман 180/3.\r\n\r\n[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MAÝONEZ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Бахтиярлыкский этрап, Тазе Заман 180/3.\r\n\r\n[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ MARKET[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Форма обратной связи[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-24 12:57:08", "2021-06-24 07:57:08", "", "8", "https://tempryary.unbegin.agency/?p=29148", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29149", "1", "2021-06-24 13:01:29", "2021-06-24 08:01:29", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_row_no_padding=\"false\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][google_maps zoom=\"10\" bwcolor=\"\" height=\"500\"][location title=\"Майонез “Günaý”\" lat=\"38.079986\" lon=\"58.277428\"]Тазе Заман[/location][location title=\"Кофе “Günaý”\" lat=\"38.079986\" lon=\"58.277428\"]Тазе Заман[/location][location title=\"Масла “Günaý”\" lat=\"38.079986\" lon=\"58.277428\"]Тазе Заман[/location][location title=\"“Günaý” маркет\" lat=\"37.916882\" lon=\"58.349054\"]Bitarap Türkmenistan şaýoly, 160/1[/location][/google_maps][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_overlap=\"true\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]МАСЛА GÜNAÝ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]КОФЕ GÜNAÝ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Бахтиярлыкский этрап, Тазе Заман 180/3.\r\n\r\n[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]МАЙОНЕЗ GÜNAÝ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Бахтиярлыкский этрап, Тазе Заман 180/3.\r\n\r\n[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][vc_column width=\"1/4\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]GÜNAÝ МАРКЕТ[/rt_heading][rt_icon_list list_style=\"style-3\"][rt_icon_list_line icon_name=\"icon-address\"]город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1.[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-phone\"]+99312 955834[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mobile\"]+99365 562500[/rt_icon_list_line][rt_icon_list_line icon_name=\"icon-mail-1\"]h.hangeldyev@gmail.com[/rt_icon_list_line][/rt_icon_list][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-1\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-6\" size=\"h5\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Форма обратной связи[/rt_heading][contact_form email=\"h.hangeldyev@gmail.com\" security=\"true\"][/vc_column][/vc_row]", "Контакты", "", "inherit", "closed", "closed", "", "8-revision-v1", "", "", "2021-06-24 13:01:29", "2021-06-24 08:01:29", "", "8", "https://tempryary.unbegin.agency/?p=29149", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29159", "1", "2021-06-29 13:39:10", "2021-06-24 08:13:11", "", "“Günaý” KOFE", "", "publish", "closed", "closed", "", "gunay-kofe-2", "", "", "2021-06-29 13:39:10", "2021-06-29 08:39:10", "", "0", "https://tempryary.unbegin.agency/?p=29159", "4", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29160", "1", "2021-06-29 13:39:10", "2021-06-24 08:13:11", "", "“Günaý” MARKET", "", "publish", "closed", "closed", "", "gunay-market", "", "", "2021-06-29 13:39:10", "2021-06-29 08:39:10", "", "0", "https://tempryary.unbegin.agency/?p=29160", "5", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29161", "1", "2021-06-29 13:39:10", "2021-06-24 08:13:11", "", "“Günaý” MAÝONEZ", "", "publish", "closed", "closed", "", "gunay-mayonez-2", "", "", "2021-06-29 13:39:10", "2021-06-29 08:39:10", "", "0", "https://tempryary.unbegin.agency/?p=29161", "3", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29162", "1", "2021-06-29 13:39:10", "2021-06-24 08:13:11", "", "“Günaý” ÖSÜMLIK ÝAGLARY", "", "publish", "closed", "closed", "", "gunay-osumlik-yaglary", "", "", "2021-06-29 13:39:10", "2021-06-29 08:39:10", "", "0", "https://tempryary.unbegin.agency/?p=29162", "2", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29163", "1", "2021-06-29 13:39:10", "2021-06-24 08:13:11", "", "ARAGATNAŞYKLAR", "", "publish", "closed", "closed", "", "aragatnasyklar", "", "", "2021-06-29 13:39:10", "2021-06-29 08:39:10", "", "0", "https://tempryary.unbegin.agency/?p=29163", "7", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29164", "1", "2021-06-29 13:39:10", "2021-06-24 08:13:11", "", "BAŞ SAHYPA", "", "publish", "closed", "closed", "", "bas-sahypa", "", "", "2021-06-29 13:39:10", "2021-06-29 08:39:10", "", "0", "https://tempryary.unbegin.agency/?p=29164", "1", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29165", "1", "2021-06-24 14:55:16", "2021-06-24 09:55:16", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"false\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_slider min_height=\"600\" autoplay=\"true\" parallax=\"true\" timeout=\"5000\"][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29041\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>BIRINJI KLAS KOFE ÖNÜMLERI</h2>\r\nKapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29044\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>GOWY BAHARAT WE IÇERKI ÖNÜMÇILIGINIŇ IŇ GOWY ÝAG.</h2>\r\n“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. [/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29043\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>DIYET LEZZETLI ÜÇIN.</h2>\r\nMaýonez her gün üçin asylly sous hasaplanýar. Hakykatdanam, bu tagamly sous bilen ähli tagamlary bişirýäris. Maýoneziň nusgawy tanyş tagamlaryndan başga-da, biz otlar we ysly zatlar bilen souslara endik bolduk.[/rt_slide][rt_slide content_color_schema=\"alt-style-2\" content_wrapper_width=\"default\" content_width=\"50\" content_align=\"right\" bg_image=\"29042\" bg_image_repeat=\"no-repeat\" bg_size=\"cover\" bg_position=\"left top\" top_margin=\"180\" content_bg_color=\"rgba(0,0,0,0.2)\"]\r\n<h2>IŇ OŇAT AZYK ÖNÜMLERI DÜKAN</h2>\r\n“Günay” dükany öz görnüşi bilen özboluşly we kiçi we orta kärhanalaryň beýleki söwda nokatlaryndan düýpgöter tapawutlanýar.[/rt_slide][/rt_slider][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_row_placement=\"true\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][banner button_text=\"BIZ BILEN HABARLAŞYŇ\" button_size=\"medium\" button_style=\"color\" button_icon=\"icon-new-attach-1\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_target=\"_self\" button_align=\"center\"]\r\n<h4>Biziň kompaniýamyz ýyllar boýy özüni tanatdy we hyzmatdaşlyga taýyn.</h4>\r\n[/banner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/gunay-kofe/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"alt-style-2\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29046\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"2\" rt_bg_image_repeat=\"no-repeat\" rt_bg_size=\"contain\" rt_bg_position=\"left center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"60\" rt_padding_bottom=\"100\" rt_padding_left=\"0\" rt_padding_right=\"0\" rt_bg_color=\"#c1c1c1\" bg_type=\"theme_default\" bg_grad=\"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(50%, #E3E3E3), color-stop(100%, #C2C2C2));background: -moz-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -webkit-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -o-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: -ms-linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);background: linear-gradient(top,#FBFBFB 0%,#E3E3E3 50%,#C2C2C2 100%);\" parallax_style=\"vcpb-default\" bg_image_repeat=\"no-repeat\" bg_image_size=\"cover\" bg_img_attach=\"fixed\" parallax_sense=\"30\" video_opts=\"\" bg_override=\"0\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"40\" rt_padding_bottom=\"40\" rt_padding_left=\"40\" rt_padding_right=\"40\" rt_bg_color=\"rgba(0,0,0,0.66)\"][rt_heading style=\"style-5\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\"]HER ÖNÜMDE WE HER BÖLEKDE HIL[/rt_heading][vc_column_text]Öz zawodlarymyzyň bolmagy kompaniýamyza sargytlaryň çalt we ýokary hilli ýerine ýetirilmegini üpjün edýär. Işgärlerimiz sarp edijilere ýokary hilli, ygtybarly we sargyt ýerine ýetirilişiniň takyklygyny kepillendirýärler.[/vc_column_text][button button_text=\"BIZ BILEN HABARLAŞYŇ\" button_style=\"default\" font=\"\" button_size=\"small\" button_icon=\"icon-angle-right\" button_align=\"left\" button_link=\"https://tempryary.unbegin.agency/contact-us/\" link_open=\"_self\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_bottom=\"40\"][vc_single_image image=\"29049\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/tm/gunay-mayonez-tm/\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"top\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"1\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_video_format=\"self-hosted\" rt_row_width=\"default\" rt_padding_top=\"40\" rt_padding_bottom=\"40\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-4\" size=\"h2\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"GÜNAÝ\"]ÖNÜMLERIMIZI SATYN ALMAK ÜÇIN IŇ ESASY SEBÄPLER[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"1\" align=\"right\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]Uly assortiment[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Wagtyň synagyndan geçen däpleri[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Iň gowy hyzmat[/rt_chained_content][/rt_chained_contents][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_chained_contents style=\"2\" start_from=\"4\" align=\"left\" font=\"\" thick_border=\"\"][rt_chained_content icon_name=\"icon-rocket\" title=\"\"]GMO däl azyk önümçiligi[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Içerki önümçilik[/rt_chained_content][rt_chained_content icon_name=\"icon-home\" title=\"\"]Elmydama oňyn seslenme[/rt_chained_content][/rt_chained_contents][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "Baş sahypa", "", "inherit", "closed", "closed", "", "29073-revision-v1", "", "", "2021-06-24 14:55:16", "2021-06-24 09:55:16", "", "29073", "https://tempryary.unbegin.agency/?p=29165", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29166", "1", "2021-06-25 23:04:03", "2021-06-25 18:04:03", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29167\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕШОП GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">С самого начала Coffeeshop \"Günaý\" задумывался как кофейня на гастрономическом рынке. Уникальное на тот момент сочетание независимого вкусного кофе в окружении разнообразных сиропов от единомышленников, людей пропитанных уважением к продуктам, которые они готовят, и к людям, для которых они работают. В такой благотворной среде мы выросли в именно в центре столицы.</p>\r\n<p style=\"text-align: justify;\">Coffeeshop \"Günaý\" старается сохранить простоту и душевность во всём. И будем рады, если процесс покупки в нашем кофешоп будет таким же — простым и приятным, ведь Coffeeshop \"Günaý\" - это место, где кофе готовят по оригинальным корпоративным технологиям, место, куда Наш кофе напрямую поставляется с одних из лучших в мире плантаций премиальной высокогорной Арабики и Рабусты. Вся цепочка от кофейного дерева до чашки кофе находится введении нашей компании, которая отвечает за высокое качество на каждой ступени изготовления. Именно поэтому наш кофе неповторимый и незабываемый - его собирали счастливые люди, обжаривали профессиональные обжарщики и варят увлеченные миром кофе бариста. Coffeeshop \"Günaý\" это не просто отличное место где можно поесть и выпить кофе - это территория комфорта, живых встреч и место где Вы можете приобрести наш неповторимый кофе.</p>\r\n<strong>Адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Мобильный:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Телефон</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” кофешоп", "", "publish", "open", "open", "", "gunay-coffeshop", "", "", "2021-06-25 23:04:03", "2021-06-25 18:04:03", "", "0", "https://tempryary.unbegin.agency/?page_id=29166", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29167", "1", "2021-06-25 22:39:07", "2021-06-25 17:39:07", "", "coffeshop", "", "inherit", "open", "closed", "", "coffeshop", "", "", "2021-06-25 22:39:07", "2021-06-25 17:39:07", "", "29166", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/coffeshop.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29168", "1", "2021-06-25 22:39:38", "2021-06-25 17:39:38", "", "coffeshop-1", "", "inherit", "open", "closed", "", "coffeshop-1", "", "", "2021-06-25 22:39:38", "2021-06-25 17:39:38", "", "29166", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/coffeshop-1.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29169", "1", "2021-06-25 22:43:11", "2021-06-25 17:43:11", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29167\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕШОП GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]Coffeeshop \"Günaý\" - это место, где кофе готовят по оригинальным корпоративным технологиям, место, куда Наш кофе напрямую поставляется с одних из лучших в мире плантаций премиальной высокогорной Арабики и Рабусты. Вся цепочка от кофейного дерева до чашки кофе находится введении нашей компании, которая отвечает за высокое качество на каждой ступени изготовления. Именно поэтому наш кофе неповторимый и незабываемый - его собирали счастливые люди, обжаривали профессиональные обжарщики и варят увлеченные миром кофе бариста. Coffeeshop \"Günaý\" это не просто отличное место где можно поесть и выпить кофе - это территория комфорта, живых встреч и место где Вы можете приобрести наш неповторимый кофе.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” кофешоп", "", "inherit", "closed", "closed", "", "29166-revision-v1", "", "", "2021-06-25 22:43:11", "2021-06-25 17:43:11", "", "29166", "https://tempryary.unbegin.agency/?p=29169", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29170", "1", "2021-06-25 22:54:12", "2021-06-25 17:54:12", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29167\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕШОП GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p class=\"has-large-font-size\">С самого начала Coffeeshop \"Günaý\" задумывался как кофейня на гастрономическом рынке. Уникальное на тот момент сочетание независимого вкусного кофе в окружении разнообразных сиропов от единомышленников, людей пропитанных уважением к продуктам, которые они готовят, и к людям, для которых они работают. В такой благотворной среде мы выросли в именно в центре столицы.</p>\r\n<p class=\"has-large-font-size\">Coffeeshop \"Günaý\" старается сохранить простоту и душевность во всём. И будем рады, если процесс покупки в нашем кофешоп будет таким же — простым и приятным, ведь Coffeeshop \"Günaý\" - это место, где кофе готовят по оригинальным корпоративным технологиям, место, куда Наш кофе напрямую поставляется с одних из лучших в мире плантаций премиальной высокогорной Арабики и Рабусты. Вся цепочка от кофейного дерева до чашки кофе находится введении нашей компании, которая отвечает за высокое качество на каждой ступени изготовления. Именно поэтому наш кофе неповторимый и незабываемый - его собирали счастливые люди, обжаривали профессиональные обжарщики и варят увлеченные миром кофе бариста. Coffeeshop \"Günaý\" это не просто отличное место где можно поесть и выпить кофе - это территория комфорта, живых встреч и место где Вы можете приобрести наш неповторимый кофе.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” кофешоп", "", "inherit", "closed", "closed", "", "29166-revision-v1", "", "", "2021-06-25 22:54:12", "2021-06-25 17:54:12", "", "29166", "https://tempryary.unbegin.agency/?p=29170", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29171", "1", "2021-06-25 22:54:50", "2021-06-25 17:54:50", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29167\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕШОП GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]С самого начала Coffeeshop \"Günaý\" задумывался как кофейня на гастрономическом рынке. Уникальное на тот момент сочетание независимого вкусного кофе в окружении разнообразных сиропов от единомышленников, людей пропитанных уважением к продуктам, которые они готовят, и к людям, для которых они работают. В такой благотворной среде мы выросли в именно в центре столицы.\r\nCoffeeshop \"Günaý\" старается сохранить простоту и душевность во всём. И будем рады, если процесс покупки в нашем кофешоп будет таким же — простым и приятным, ведь Coffeeshop \"Günaý\" - это место, где кофе готовят по оригинальным корпоративным технологиям, место, куда Наш кофе напрямую поставляется с одних из лучших в мире плантаций премиальной высокогорной Арабики и Рабусты. Вся цепочка от кофейного дерева до чашки кофе находится введении нашей компании, которая отвечает за высокое качество на каждой ступени изготовления. Именно поэтому наш кофе неповторимый и незабываемый - его собирали счастливые люди, обжаривали профессиональные обжарщики и варят увлеченные миром кофе бариста. Coffeeshop \"Günaý\" это не просто отличное место где можно поесть и выпить кофе - это территория комфорта, живых встреч и место где Вы можете приобрести наш неповторимый кофе.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” кофешоп", "", "inherit", "closed", "closed", "", "29166-revision-v1", "", "", "2021-06-25 22:54:50", "2021-06-25 17:54:50", "", "29166", "https://tempryary.unbegin.agency/?p=29171", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29172", "1", "2021-06-25 23:03:37", "2021-06-25 18:03:37", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29167\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕШОП GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">С самого начала Coffeeshop \"Günaý\" задумывался как кофейня на гастрономическом рынке. Уникальное на тот момент сочетание независимого вкусного кофе в окружении разнообразных сиропов от единомышленников, людей пропитанных уважением к продуктам, которые они готовят, и к людям, для которых они работают. В такой благотворной среде мы выросли в именно в центре столицы.</p>\r\n<p style=\"text-align: justify;\">Coffeeshop \"Günaý\" старается сохранить простоту и душевность во всём. И будем рады, если процесс покупки в нашем кофешоп будет таким же — простым и приятным, ведь Coffeeshop \"Günaý\" - это место, где кофе готовят по оригинальным корпоративным технологиям, место, куда Наш кофе напрямую поставляется с одних из лучших в мире плантаций премиальной высокогорной Арабики и Рабусты. Вся цепочка от кофейного дерева до чашки кофе находится введении нашей компании, которая отвечает за высокое качество на каждой ступени изготовления. Именно поэтому наш кофе неповторимый и незабываемый - его собирали счастливые люди, обжаривали профессиональные обжарщики и варят увлеченные миром кофе бариста. Coffeeshop \"Günaý\" это не просто отличное место где можно поесть и выпить кофе - это территория комфорта, живых встреч и место где Вы можете приобрести наш неповторимый кофе.</p>\r\n<strong>Адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Мобильный:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Телефон</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” кофешоп", "", "inherit", "closed", "closed", "", "29166-revision-v1", "", "", "2021-06-25 23:03:37", "2021-06-25 18:03:37", "", "29166", "https://tempryary.unbegin.agency/?p=29172", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29173", "1", "2021-06-25 23:04:19", "2021-06-25 18:04:19", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28970\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]МАЙОНЕЗЫ GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Майонез считается благородным соусом на каждый день. Мы действительно готовим все блюда с этим восхитительным соусом. Помимо классических привычных вкусов майонеза, мы привыкли к соусам с травами и ароматизаторами. В наше время вы можете выбрать себе обезжиренный (10%) майонез, который не навредит вашему имиджу, а также можете развлечься майонезом 80% жирности, чтобы приготовленные блюда были мягкими и питательными. Около 95% населения Туркменистана употребляет майонез, а в некоторых регионах страны этот показатель достигает 98%. Майонез изначально является достаточно высококалорийным продуктом, но, что важно, он также способствует легкому усвоению принимаемой пищи. Это делает его незаменимой приправой ко многим блюдам.</p>\r\n<p style=\"text-align: justify;\">Компания \"Günaý\" производит майонезы разной жирности и различных вкусов, которые сочетаются абсолютно с любыми блюдами приготовленными хозяйками как в домашних условиях так и на природе. Вкус майонеза определяется его рецептурой и качеством компонентов, поэтому <strong>изготовление майонеза </strong>\"Günaý\" основано исключительно на использовании натуральных высококачественных ингредиентов.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 30%[/rt_heading][vc_column_text]<strong>Жирность майонеза низкокалорийная - 30%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 30,0 гр., Углеводы - 3,1 гр., Белки - 0,2 гр. Продуктивность 100г продукта - 298 ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28973\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28976\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 45%[/rt_heading][vc_column_text]<strong>Умеренная калорийность майонеза составляет 45%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 45,0 гр., Углеводы - 5,4 гр., Белки - 0,2 гр. Энргетическая ценность на 100 грамм продукта - 426 ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Майонез Günaý - 55%[/rt_heading][vc_column_text]<strong>Умеренная калорийность майонеза составляет 55%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 55,0 гр., Углеводы - 3,6 гр., Белки - 0,4 гр. Энргетическая ценность на 100 грамм продукта - 468 ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28977\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28978\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý maýonez - 67%[/rt_heading][vc_column_text]<strong>Высоко калорийный майонез 67%.</strong>\r\n<strong>Состав:</strong> Масло растительное рафинированное дезодорированное, соль поваренная, сахар, вода питьевая, кислота уксусная, желток яичный сухой, загуститель-ксантамат, гуаровая камедь, крахмал кукурузный модифицированный. Кислотные регуляторы (молоко и лимонная кислота), консервант сорбиновая кислота, ароматическая «горчица» природного происхождения, краситель каротин (E160a).\r\n<strong>Пищевая ценность на 100 грам продукта:</strong> Жиры - 67,0 гр., Углеводы - 3,6 гр., Белки - 0,2 гр. Энргетическая ценность на 100 грамм продукта - 622ккал.\r\n<strong>Условия хранения:</strong> Хранить при температуре от 0°С до 18°С и влажности не выше 75%. Срок годности - 180 суток. Дата изготовления указана на крышке. Храните открытую емкость в холодильнике. Не хранить под прямыми солнечными лучами.\r\n<strong>Товар сертифицирован.</strong>\r\n\r\n<strong>Не содержит ГМО.</strong>\r\n<strong>Масса нетто 800 ± 1,5%</strong>\r\n<strong>ТDS-30004.1-93</strong>[/vc_column_text][/vc_column][/vc_row]", "“Günaý” Майонез", "", "inherit", "closed", "closed", "", "28966-revision-v1", "", "", "2021-06-25 23:04:19", "2021-06-25 18:04:19", "", "28966", "https://tempryary.unbegin.agency/?p=29173", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29174", "1", "2021-06-25 23:04:22", "2021-06-25 18:04:22", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29167\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕШОП GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">С самого начала Coffeeshop \"Günaý\" задумывался как кофейня на гастрономическом рынке. Уникальное на тот момент сочетание независимого вкусного кофе в окружении разнообразных сиропов от единомышленников, людей пропитанных уважением к продуктам, которые они готовят, и к людям, для которых они работают. В такой благотворной среде мы выросли в именно в центре столицы.</p>\r\n<p style=\"text-align: justify;\">Coffeeshop \"Günaý\" старается сохранить простоту и душевность во всём. И будем рады, если процесс покупки в нашем кофешоп будет таким же — простым и приятным, ведь Coffeeshop \"Günaý\" - это место, где кофе готовят по оригинальным корпоративным технологиям, место, куда Наш кофе напрямую поставляется с одних из лучших в мире плантаций премиальной высокогорной Арабики и Рабусты. Вся цепочка от кофейного дерева до чашки кофе находится введении нашей компании, которая отвечает за высокое качество на каждой ступени изготовления. Именно поэтому наш кофе неповторимый и незабываемый - его собирали счастливые люди, обжаривали профессиональные обжарщики и варят увлеченные миром кофе бариста. Coffeeshop \"Günaý\" это не просто отличное место где можно поесть и выпить кофе - это территория комфорта, живых встреч и место где Вы можете приобрести наш неповторимый кофе.</p>\r\n<strong>Адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Мобильный:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Телефон</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” кофешоп", "", "inherit", "closed", "closed", "", "29166-autosave-v1", "", "", "2021-06-25 23:04:22", "2021-06-25 18:04:22", "", "29166", "https://tempryary.unbegin.agency/?p=29174", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29175", "1", "2021-06-25 23:07:26", "2021-06-25 18:07:26", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29167\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]KOFEŞOP GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Ilkibaşdan “Günaý” kofe dükany gastronomiki bazarda kofe dükany hökmünde emele geldi. Şol döwürde garaşsyz lezzetli kofeniň özboluşly kombinasiýasy, pikirdeşleriň dürli şeraplary bilen gurşalan, taýýarlaýan önümlerine we işleýän adamlaryna hormat goýýan adamlar. Şeýle hoşniýetli gurşawda paýtagtyň merkezinde ulaldyk.</p>\r\n<p style=\"text-align: justify;\">Kofeşop \"Günaý\" hemme zatda ýönekeýligi we göwünjeňligi saklamaga synanyşýar. Kofe dükanymyzdaky satyn alyş prosesi birmeňzeş bolsa - ýönekeý we ýakymly bolsa, begeneris, sebäbi “Günaý” kofesi, asyl kärhana tehnologiýalaryna laýyklykda kofeniň taýýarlanylýan ýeri, kofämiziň käbirlerinden gönüden-göni üpjün edilýän ýerdir. dünýäniň iň gowy premium plantasiýalary. belent dag Arabica we Rabusta. Kofe agajyndan başlap, bir käse kofe çenli ähli zynjyry önümçiligiň her bir basgançagynda ýokary hilli jogapkär kompaniýamyz hödürleýär. Şonuň üçin kofämiz üýtgeşik we ýatdan çykmajak zat - bagtly adamlar tarapyndan ýygnalyp, hünärmen horazlar tarapyndan gowrulan we kofe dünýäsine höwesli baristler tarapyndan demlenen. Kofeşop \"Günaý\" diňe bir kofe iýmek we içmek üçin ajaýyp ýer däl - rahatlygyň, göni duşuşyklaryň we täsin kofämizi satyn alyp boljak ýerdir.</p>\r\n<strong>Salgysy:</strong> Aşgabat şäheri, Kopetdag etraby, Bitarap Türkmenistan şaýoly, 160/1. | <strong>El telefony:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Telefon</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” kofeşop", "", "publish", "open", "open", "", "gunay-kofesop", "", "", "2021-06-25 23:07:26", "2021-06-25 18:07:26", "", "0", "https://tempryary.unbegin.agency/?page_id=29175", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29176", "1", "2021-06-25 23:07:26", "2021-06-25 18:07:26", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29167\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]KOFEŞOP GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Ilkibaşdan “Günaý” kofe dükany gastronomiki bazarda kofe dükany hökmünde emele geldi. Şol döwürde garaşsyz lezzetli kofeniň özboluşly kombinasiýasy, pikirdeşleriň dürli şeraplary bilen gurşalan, taýýarlaýan önümlerine we işleýän adamlaryna hormat goýýan adamlar. Şeýle hoşniýetli gurşawda paýtagtyň merkezinde ulaldyk.</p>\r\n<p style=\"text-align: justify;\">Kofeşop \"Günaý\" hemme zatda ýönekeýligi we göwünjeňligi saklamaga synanyşýar. Kofe dükanymyzdaky satyn alyş prosesi birmeňzeş bolsa - ýönekeý we ýakymly bolsa, begeneris, sebäbi “Günaý” kofesi, asyl kärhana tehnologiýalaryna laýyklykda kofeniň taýýarlanylýan ýeri, kofämiziň käbirlerinden gönüden-göni üpjün edilýän ýerdir. dünýäniň iň gowy premium plantasiýalary. belent dag Arabica we Rabusta. Kofe agajyndan başlap, bir käse kofe çenli ähli zynjyry önümçiligiň her bir basgançagynda ýokary hilli jogapkär kompaniýamyz hödürleýär. Şonuň üçin kofämiz üýtgeşik we ýatdan çykmajak zat - bagtly adamlar tarapyndan ýygnalyp, hünärmen horazlar tarapyndan gowrulan we kofe dünýäsine höwesli baristler tarapyndan demlenen. Kofeşop \"Günaý\" diňe bir kofe iýmek we içmek üçin ajaýyp ýer däl - rahatlygyň, göni duşuşyklaryň we täsin kofämizi satyn alyp boljak ýerdir.</p>\r\n<strong>Salgysy:</strong> Aşgabat şäheri, Kopetdag etraby, Bitarap Türkmenistan şaýoly, 160/1. | <strong>El telefony:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Telefon</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]", "“Günaý” kofeşop", "", "inherit", "closed", "closed", "", "29175-revision-v1", "", "", "2021-06-25 23:07:26", "2021-06-25 18:07:26", "", "29175", "https://tempryary.unbegin.agency/?p=29176", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29179", "1", "2021-06-25 23:12:07", "2021-06-25 18:12:07", "", "coffeshop-2", "", "inherit", "open", "closed", "", "coffeshop-2", "", "", "2021-06-25 23:12:07", "2021-06-25 18:12:07", "", "29111", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/coffeshop-2.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29180", "1", "2021-06-25 23:12:45", "2021-06-25 18:12:45", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ KOFE[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n<strong>Öndüriji:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Patent:</strong> Seriýa I № 0058562 19.10.2015 ýylda berilen | <strong>Salgysy:</strong> 744017, Türkmenistan, ş.Aşgabat, Parahat 2/2, jaý 17, öý 66. | <strong>Kofe öndürilýän ýeri:</strong> Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3. | <strong>Önümi:</strong> 3 görnüşli kofe gowurulýär, Premium, Galkyn, Ýiti. | <strong>Telefon:</strong> 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29179\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/tm/gunay-kofesop/\"][/vc_column][/vc_row]", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "29111-revision-v1", "", "", "2021-06-25 23:12:45", "2021-06-25 18:12:45", "", "29111", "https://tempryary.unbegin.agency/?p=29180", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29181", "1", "2021-06-25 23:13:39", "2021-06-25 18:13:39", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕ GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Капучино? Латте с пеной? Может, просто черный? В компании \"Günaý\" вы выбираете один из разных сортов кофе, и мы гарантируем, что каждый из них будет уникальным. Его сильный запах нашего кофе порадует утром или в долгой дороге, а этот вкус... просто изюмителен. Дабы обеспечить первоклассный вкус, мы используем только тщательно отобранные кофейные зерна для приготовления кофе. Каждый год мы продаем миллионы чашек кофе и разделяем с вами нашу страсть!</p>\r\n<strong>Производитель:</strong> Хозяйственное общество “Gündogar akymy” | <strong>Основатели:</strong> Хангельдыев Худайберды Ашыргельдыевич, Аннамухаммедова Айджахан Анначарыевна | <strong>Дата Основания:</strong> 1 Мая 2018 год | <strong>Директор:</strong> Хангельдыев Худайберды Ашыргельдыевич\r\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3. | <strong>Продукты:</strong> 3 вида кофе: Premium, Galkyn, Ýiti | <strong>Юридический адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Телефон:</strong> +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Ýiti[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Premium[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 100% арабика.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Galkyn[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20 ° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29179\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/ru/gunay-coffeshop/\"][/vc_column][/vc_row]", "“Günaý” кофе", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-25 23:13:39", "2021-06-25 18:13:39", "", "9", "https://tempryary.unbegin.agency/?p=29181", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29182", "1", "2021-06-25 23:14:32", "2021-06-25 18:14:32", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕ GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Капучино? Латте с пеной? Может, просто черный? В компании \"Günaý\" вы выбираете один из разных сортов кофе, и мы гарантируем, что каждый из них будет уникальным. Его сильный запах нашего кофе порадует утром или в долгой дороге, а этот вкус... просто изюмителен. Дабы обеспечить первоклассный вкус, мы используем только тщательно отобранные кофейные зерна для приготовления кофе. Каждый год мы продаем миллионы чашек кофе и разделяем с вами нашу страсть!</p>\r\n<strong>Производитель:</strong> Хозяйственное общество “Gündogar akymy” | <strong>Основатели:</strong> Хангельдыев Худайберды Ашыргельдыевич, Аннамухаммедова Айджахан Анначарыевна | <strong>Дата Основания:</strong> 1 Мая 2018 год | <strong>Директор:</strong> Хангельдыев Худайберды Ашыргельдыевич\r\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3. | <strong>Продукты:</strong> 3 вида кофе: Premium, Galkyn, Ýiti | <strong>Юридический адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Телефон:</strong> +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Ýiti[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Premium[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 100% арабика.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Galkyn[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20 ° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space height=\"20px\"][vc_single_image image=\"29179\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/ru/gunay-coffeshop/\"][/vc_column][/vc_row]", "“Günaý” кофе", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-25 23:14:32", "2021-06-25 18:14:32", "", "9", "https://tempryary.unbegin.agency/?p=29182", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29184", "1", "2021-06-25 23:15:19", "2021-06-25 18:15:19", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ KOFE[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n<strong>Öndüriji:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Patent:</strong> Seriýa I № 0058562 19.10.2015 ýylda berilen | <strong>Salgysy:</strong> 744017, Türkmenistan, ş.Aşgabat, Parahat 2/2, jaý 17, öý 66. | <strong>Kofe öndürilýän ýeri:</strong> Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3. | <strong>Önümi:</strong> 3 görnüşli kofe gowurulýär, Premium, Galkyn, Ýiti. | <strong>Telefon:</strong> 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space height=\"20px\"][vc_single_image image=\"29179\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/tm/gunay-kofesop/\"][/vc_column][/vc_row]", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "29111-revision-v1", "", "", "2021-06-25 23:15:19", "2021-06-25 18:15:19", "", "29111", "https://tempryary.unbegin.agency/?p=29184", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29185", "1", "2021-06-28 15:18:32", "2021-06-28 10:18:32", "<p>[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ KOFE[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]</p>\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\n<p><strong>Öndüriji:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Patent:</strong> Seriýa I № 0058562 19.10.2015 ýylda berilen | <strong>Salgysy:</strong> 744017, Türkmenistan, ş.Aşgabat, Parahat 2/2, jaý 17, öý 66. | <strong>Kofe öndürilýän ýeri:</strong> Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3. | <strong>Önümi:</strong> 3 görnüşli kofe gowurulýär, Premium, Galkyn, Ýiti. | <strong>Telefon:</strong> 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.<br />\nDüzümi: 80% arabika, 20% rabusta.<br />\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.<br />\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.<br />\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr<br />\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.<br />\nDüzümi: 100% arabika.<br />\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.<br />\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.<br />\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr<br />\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.<br />\nDüzümi: 80% arabika, 20% rabusta.<br />\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.<br />\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.<br />\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr<br />\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Ilkibaşdan “Günaý” kofe dükany gastronomiki bazarda kofe dükany hökmünde emele geldi. Şol döwürde garaşsyz lezzetli kofeniň özboluşly kombinasiýasy, pikirdeşleriň dürli şeraplary bilen gurşalan, taýýarlaýan önümlerine we işleýän adamlaryna hormat goýýan adamlar. Şeýle hoşniýetli gurşawda paýtagtyň merkezinde ulaldyk.</p>\n<p>Kofeşop “Günaý” hemme zatda ýönekeýligi we göwünjeňligi saklamaga synanyşýar. Kofe dükanymyzdaky satyn alyş prosesi birmeňzeş bolsa – ýönekeý we ýakymly bolsa, begeneris, sebäbi “Günaý” kofesi, asyl kärhana tehnologiýalaryna laýyklykda kofeniň taýýarlanylýan ýeri, kofämiziň käbirlerinden gönüden-göni üpjün edilýän ýerdir. dünýäniň iň gowy premium plantasiýalary. belent dag Arabica we Rabusta. Kofe agajyndan başlap, bir käse kofe çenli ähli zynjyry önümçiligiň her bir basgançagynda ýokary hilli jogapkär kompaniýamyz hödürleýär. Şonuň üçin kofämiz üýtgeşik we ýatdan çykmajak zat – bagtly adamlar tarapyndan ýygnalyp, hünärmen horazlar tarapyndan gowrulan we kofe dünýäsine höwesli baristler tarapyndan demlenen. Kofeşop “Günaý” diňe bir kofe iýmek we içmek üçin ajaýyp ýer däl – rahatlygyň, göni duşuşyklaryň we täsin kofämizi satyn alyp boljak ýerdir.</p>\n<p><strong>Salgysy:</strong> Aşgabat şäheri, Kopetdag etraby, Bitarap Türkmenistan şaýoly, 160/1. | <strong>El telefony:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Telefon</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][/vc_row]</p>\n", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "29111-autosave-v1", "", "", "2021-06-28 15:18:32", "2021-06-28 10:18:32", "", "29111", "https://tempryary.unbegin.agency/?p=29185", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29186", "1", "2021-06-28 15:19:04", "2021-06-28 10:19:04", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ KOFE[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Kapuçino? Latte köpük bilen? Maybea-da gara? “Gunay” -da dürli kofelerden birini saýlaýarsyňyz we hersiniň ajaýyp boljakdygyna kepil geçýäris. Onuň güýçli ysy irden ýa-da uzak ýolda sizi begendirer we bu tagam... Diňe synap görmeli! Birinji derejeli tagam tejribesinden lezzet almak üçin, kofämizi taýýarlamak üçin diňe seresaplylyk bilen saýlanan kofe noýbasyny ulanýarys. Her ýyl millionlarça käse kofe satýarys, höwesimizi siziň bilen paýlaşýarys!</p>\r\n<strong>Öndüriji:</strong> Telekeçi Hangeldiýew Hudaýberdi Aşyrgeldiýewiç | <strong>Patent:</strong> Seriýa I № 0058562 19.10.2015 ýylda berilen | <strong>Salgysy:</strong> 744017, Türkmenistan, ş.Aşgabat, Parahat 2/2, jaý 17, öý 66. | <strong>Kofe öndürilýän ýeri:</strong> Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3. | <strong>Önümi:</strong> 3 görnüşli kofe gowurulýär, Premium, Galkyn, Ýiti. | <strong>Telefon:</strong> 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Ýiti kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Premium kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 100% arabika.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Galkyn kofe[/rt_heading][vc_column_text]Tebigy gowrulan kofe dänesi.\r\nDüzümi: 80% arabika, 20% rabusta.\r\nÖnüm: arabika (Brazil Ny2 17/18 Alta Mogiana) rabusta (Indian Cheryy AA). Saklanyş şertleri: Salkyn gurak ýerda, 20° temperaturada we howanyň çyglylygy 75%-den ýokary bolmadyk derejede saklamaly.\r\nÝaramlylyk möhleti öndürilen senesinden başlap 18 aý.\r\nÖnüm sertifikatlaşdyrylan. Düzüminde GMO ýok. Öndürilen senesi gapda görkezilen. Sap agramy: 300gr\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]\"Günaý\" Kofeşop[/rt_heading][vc_column_text]Ilkibaşdan “Günaý” kofe dükany gastronomiki bazarda kofe dükany hökmünde emele geldi. Şol döwürde garaşsyz lezzetli kofeniň özboluşly kombinasiýasy, pikirdeşleriň dürli şeraplary bilen gurşalan, taýýarlaýan önümlerine we işleýän adamlaryna hormat goýýan adamlar. Şeýle hoşniýetli gurşawda paýtagtyň merkezinde ulaldyk.\r\n\r\nKofeşop “Günaý” hemme zatda ýönekeýligi we göwünjeňligi saklamaga synanyşýar. Kofe dükanymyzdaky satyn alyş prosesi birmeňzeş bolsa – ýönekeý we ýakymly bolsa, begeneris, sebäbi “Günaý” kofesi, asyl kärhana tehnologiýalaryna laýyklykda kofeniň taýýarlanylýan ýeri, kofämiziň käbirlerinden gönüden-göni üpjün edilýän ýerdir. dünýäniň iň gowy premium plantasiýalary. belent dag Arabica we Rabusta. Kofe agajyndan başlap, bir käse kofe çenli ähli zynjyry önümçiligiň her bir basgançagynda ýokary hilli jogapkär kompaniýamyz hödürleýär. Şonuň üçin kofämiz üýtgeşik we ýatdan çykmajak zat – bagtly adamlar tarapyndan ýygnalyp, hünärmen horazlar tarapyndan gowrulan we kofe dünýäsine höwesli baristler tarapyndan demlenen. Kofeşop “Günaý” diňe bir kofe iýmek we içmek üçin ajaýyp ýer däl – rahatlygyň, göni duşuşyklaryň we täsin kofämizi satyn alyp boljak ýerdir.\r\n\r\n<strong>Salgysy:</strong> Aşgabat şäheri, Kopetdag etraby, Bitarap Türkmenistan şaýoly, 160/1. | <strong>El telefony:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Telefon</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][/vc_row]", "“Günaý” kofe", "", "inherit", "closed", "closed", "", "29111-revision-v1", "", "", "2021-06-28 15:19:04", "2021-06-28 10:19:04", "", "29111", "https://tempryary.unbegin.agency/?p=29186", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29187", "1", "2021-06-28 15:20:07", "2021-06-28 10:20:07", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕ GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Капучино? Латте с пеной? Может, просто черный? В компании \"Günaý\" вы выбираете один из разных сортов кофе, и мы гарантируем, что каждый из них будет уникальным. Его сильный запах нашего кофе порадует утром или в долгой дороге, а этот вкус... просто изюмителен. Дабы обеспечить первоклассный вкус, мы используем только тщательно отобранные кофейные зерна для приготовления кофе. Каждый год мы продаем миллионы чашек кофе и разделяем с вами нашу страсть!</p>\r\n<strong>Производитель:</strong> Хозяйственное общество “Gündogar akymy” | <strong>Основатели:</strong> Хангельдыев Худайберды Ашыргельдыевич, Аннамухаммедова Айджахан Анначарыевна | <strong>Дата Основания:</strong> 1 Мая 2018 год | <strong>Директор:</strong> Хангельдыев Худайберды Ашыргельдыевич\r\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3. | <strong>Продукты:</strong> 3 вида кофе: Premium, Galkyn, Ýiti | <strong>Юридический адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Телефон:</strong> +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Ýiti[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Premium[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 100% арабика.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Galkyn[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20 ° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý Кофешоп[/rt_heading][vc_column_text]С самого начала Coffeeshop «Günaý» задумывался как кофейня на гастрономическом рынке. Уникальное на тот момент сочетание независимого вкусного кофе в окружении разнообразных сиропов от единомышленников, людей пропитанных уважением к продуктам, которые они готовят, и к людям, для которых они работают. В такой благотворной среде мы выросли в именно в центре столицы.\r\n\r\nCoffeeshop «Günaý» старается сохранить простоту и душевность во всём. И будем рады, если процесс покупки в нашем кофешоп будет таким же — простым и приятным, ведь Coffeeshop «Günaý» — это место, где кофе готовят по оригинальным корпоративным технологиям, место, куда Наш кофе напрямую поставляется с одних из лучших в мире плантаций премиальной высокогорной Арабики и Рабусты. Вся цепочка от кофейного дерева до чашки кофе находится введении нашей компании, которая отвечает за высокое качество на каждой ступени изготовления. Именно поэтому наш кофе неповторимый и незабываемый — его собирали счастливые люди, обжаривали профессиональные обжарщики и варят увлеченные миром кофе бариста. Coffeeshop «Günaý» это не просто отличное место где можно поесть и выпить кофе — это территория комфорта, живых встреч и место где Вы можете приобрести наш неповторимый кофе.\r\n\r\n<strong>Адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Мобильный:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Телефон</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space height=\"20px\"][vc_single_image image=\"29179\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://tempryary.unbegin.agency/ru/gunay-coffeshop/\"][/vc_column][/vc_row]", "“Günaý” кофе", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-28 15:20:07", "2021-06-28 10:20:07", "", "9", "https://tempryary.unbegin.agency/?p=29187", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29188", "1", "2021-06-28 15:20:49", "2021-06-28 10:20:49", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"28951\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]КОФЕ GÜNAÝ[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Капучино? Латте с пеной? Может, просто черный? В компании \"Günaý\" вы выбираете один из разных сортов кофе, и мы гарантируем, что каждый из них будет уникальным. Его сильный запах нашего кофе порадует утром или в долгой дороге, а этот вкус... просто изюмителен. Дабы обеспечить первоклассный вкус, мы используем только тщательно отобранные кофейные зерна для приготовления кофе. Каждый год мы продаем миллионы чашек кофе и разделяем с вами нашу страсть!</p>\r\n<strong>Производитель:</strong> Хозяйственное общество “Gündogar akymy” | <strong>Основатели:</strong> Хангельдыев Худайберды Ашыргельдыевич, Аннамухаммедова Айджахан Анначарыевна | <strong>Дата Основания:</strong> 1 Мая 2018 год | <strong>Директор:</strong> Хангельдыев Худайберды Ашыргельдыевич\r\nАдрес завода по производству растительного масла: город Ашхабадi, этрап Бахтиярлык, Тазе Заман 180/3. | <strong>Продукты:</strong> 3 вида кофе: Premium, Galkyn, Ýiti | <strong>Юридический адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Телефон:</strong> +99312 95-58-34, Факс: +99312 95-58-26, Мобильный: +9936556-25-00[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Ýiti[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28953\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28954\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Premium[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 100% арабика.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana). Условия хранения: хранить в сухом прохладном месте при температуре 20° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Кофе Galkyn[/rt_heading][vc_column_text]Натуральные жареные кофейные зерна.\r\nСостав: 80% арабика, 20% рабуста.\r\nПродукт: арабика (Brazil Ny2 17/18 Alta Mogiana) рабуста (индийский Cheryy AA). Условия хранения: хранить в сухом прохладном месте при температуре 20 ° и влажности не более 75%.\r\nСрок годности 18 месяцев со дня изготовления.\r\nТовар сертифицирован и не содержит ГМО. Дата изготовления указана на упаковке. Вес нетто: 300гр\r\nTDS-32775-2014[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"28955\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29168\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý Кофешоп[/rt_heading][vc_column_text]С самого начала Coffeeshop «Günaý» задумывался как кофейня на гастрономическом рынке. Уникальное на тот момент сочетание независимого вкусного кофе в окружении разнообразных сиропов от единомышленников, людей пропитанных уважением к продуктам, которые они готовят, и к людям, для которых они работают. В такой благотворной среде мы выросли в именно в центре столицы.\r\n\r\nCoffeeshop «Günaý» старается сохранить простоту и душевность во всём. И будем рады, если процесс покупки в нашем кофешоп будет таким же — простым и приятным, ведь Coffeeshop «Günaý» — это место, где кофе готовят по оригинальным корпоративным технологиям, место, куда Наш кофе напрямую поставляется с одних из лучших в мире плантаций премиальной высокогорной Арабики и Рабусты. Вся цепочка от кофейного дерева до чашки кофе находится введении нашей компании, которая отвечает за высокое качество на каждой ступени изготовления. Именно поэтому наш кофе неповторимый и незабываемый — его собирали счастливые люди, обжаривали профессиональные обжарщики и варят увлеченные миром кофе бариста. Coffeeshop «Günaý» это не просто отличное место где можно поесть и выпить кофе — это территория комфорта, живых встреч и место где Вы можете приобрести наш неповторимый кофе.\r\n\r\n<strong>Адрес:</strong> город Ашхабад, Копетдагский этрап, проспект Нейтральный Туркменистан, 160/1. | <strong>Мобильный:</strong> <a href=\"tel:+99363028784\">+99363 028784</a>, <strong>Телефон</strong>: <a href=\"tel:+99312955833\">+99312 955833</a>[/vc_column_text][/vc_column][/vc_row]", "“Günaý” кофе", "", "inherit", "closed", "closed", "", "9-revision-v1", "", "", "2021-06-28 15:20:49", "2021-06-28 10:20:49", "", "9", "https://tempryary.unbegin.agency/?p=29188", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29189", "1", "2021-06-29 13:27:18", "2021-06-29 08:27:18", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: left;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: left;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>2-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29210\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://goo.gl/maps/QhikBTH2D1j8faVb6\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "publish", "open", "closed", "", "gunay-agro", "", "", "2021-06-29 13:28:02", "2021-06-29 08:28:02", "", "0", "https://tempryary.unbegin.agency/?page_id=29189", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29190", "1", "2021-06-29 12:44:31", "2021-06-29 07:44:31", "", "gunay-agro", "", "inherit", "open", "closed", "", "gunay-agro", "", "", "2021-06-29 12:44:31", "2021-06-29 07:44:31", "", "29189", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/gunay-agro.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29191", "1", "2021-06-29 12:44:42", "2021-06-29 07:44:42", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Günay” kompaniýasy arassalanan dezodirlenen günebakar ýagyny öndürmek we üpjün etmek bilen meşgullanýar. Kärhananyň durnukly işlemegi we bu pudakda köp ýyllyk tejribe ösümlik ýaglaryny öndürijileriň arasynda bäsdeşlige ukyply we meşhur bolmaga mümkinçilik berýär. Umuman kabul edilen ülňülere berk boýun bolmak we hiliň yzygiderli gözegçiligi esasy tapawutlandyryjy aýratynlyklarymyzdyr, şonuň netijesinde diňe ekologiýa taýdan arassa önüm öndürýäris. Şahsy laboratoriýa we ýokary hilli çig mal ulanyp, subut edilen gaýtadan işlemek tehnologiýalary, ahyrky netijede pes fosfolipidli birinji derejeli ýagy almaga mümkinçilik berýär. Biziň kompaniýamyz diňe ýokary hilli önüm öndürýär, köp sanly döwlet baýraklary we hyzmatdaşlaryň ykrar edilmegi şaýatlyk edýär. Önümçiligimiziň ýörelgeleri iki möhüm komponente esaslanýar - howpsuzlyk we tebigylyk. Zawodymyz diňe sintezlenen maddalaryň we genetiki taýdan üýtgedilen organizmleriň (GMO) emeli garyndylary bolmazdan diňe subut edilen we tebigy çig mal bilen işleýär.</p>\r\n[/vc_column_text][vc_column_text]Öndüriji: “Gündogar akymy” hojalyk jemgyýeti\r\nEsaslandyryjy: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç, Annamuhammedowa Aýjahan Annaçaryýewna\r\nDöredilen wagty: 1 maý 2018 ýyl\r\nDirektor: Hangeldiýew Hudaýberdi Aşyrgeldiýewiç\r\nGünebakar ýagyny öndürýan zawodynyň salgysy: Aşgabat şäheri, Bagtyýarlyk etraby, Täze zaman 180/3.\r\nÖnümi: Rafinirlenen, dezodorirlenen günebakar ýagy.\r\nJemgyýetiň hukuk salgysy: Aşgabat şäheri, Köpetdag etraby, Bitarap Türkmenistan şaýoly, 160/1.\r\nTelefon: 95-58-34, faks: 95-58-26, el telefon: 56-25-00[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 12:44:42", "2021-06-29 07:44:42", "", "29189", "https://tempryary.unbegin.agency/?p=29191", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29192", "1", "2021-06-29 12:46:12", "2021-06-29 07:46:12", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi.</p>\r\n<p style=\"text-align: justify;\">Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär.</p>\r\n[/vc_column_text][vc_images_carousel images=\"28989,28991,28992,28993,28994,28995,28996,28997,28998,28999,28990\" img_size=\"full\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 12:46:12", "2021-06-29 07:46:12", "", "29189", "https://tempryary.unbegin.agency/?p=29192", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29193", "1", "2021-06-29 12:47:06", "2021-06-29 07:47:06", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29003\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 12:47:06", "2021-06-29 07:47:06", "", "29189", "https://tempryary.unbegin.agency/?p=29193", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29194", "1", "2021-06-29 12:49:41", "2021-06-29 07:49:41", "", "dowletnama", "", "inherit", "open", "closed", "", "dowletnama", "", "", "2021-06-29 12:49:41", "2021-06-29 07:49:41", "", "29189", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/dowletnama.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29195", "1", "2021-06-29 12:50:04", "2021-06-29 07:50:04", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 12:50:04", "2021-06-29 07:50:04", "", "29189", "https://tempryary.unbegin.agency/?p=29195", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29196", "1", "2021-06-29 12:50:24", "2021-06-29 07:50:24", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 12:50:24", "2021-06-29 07:50:24", "", "29189", "https://tempryary.unbegin.agency/?p=29196", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29197", "1", "2021-06-29 12:54:09", "2021-06-29 07:54:09", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 12:54:09", "2021-06-29 07:54:09", "", "29189", "https://tempryary.unbegin.agency/?p=29197", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29198", "1", "2021-06-29 12:57:35", "2021-06-29 07:57:35", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>2-nji ýer bölegi - 5031.90 ga</strong>\r\n\r\n1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 12:57:35", "2021-06-29 07:57:35", "", "29189", "https://tempryary.unbegin.agency/?p=29198", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29199", "1", "2021-06-29 12:58:05", "2021-06-29 07:58:05", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 12:58:05", "2021-06-29 07:58:05", "", "29189", "https://tempryary.unbegin.agency/?p=29199", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29200", "1", "2021-06-29 12:58:25", "2021-06-29 07:58:25", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 12:58:25", "2021-06-29 07:58:25", "", "29189", "https://tempryary.unbegin.agency/?p=29200", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29201", "1", "2021-06-29 12:59:25", "2021-06-29 07:59:25", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 12:59:25", "2021-06-29 07:59:25", "", "29189", "https://tempryary.unbegin.agency/?p=29201", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29202", "1", "2021-06-29 13:16:53", "2021-06-29 08:16:53", "", "chyzgy", "", "inherit", "open", "closed", "", "chyzgy", "", "", "2021-06-29 13:16:53", "2021-06-29 08:16:53", "", "29189", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/chyzgy.png", "0", "attachment", "image/png", "0");
INSERT INTO `wp_679176_posts` VALUES("29203", "1", "2021-06-29 13:17:05", "2021-06-29 08:17:05", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29202\" img_size=\"full\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 13:17:05", "2021-06-29 08:17:05", "", "29189", "https://tempryary.unbegin.agency/?p=29203", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29204", "1", "2021-06-29 13:17:39", "2021-06-29 08:17:39", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29202\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 13:17:39", "2021-06-29 08:17:39", "", "29189", "https://tempryary.unbegin.agency/?p=29204", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29205", "1", "2021-06-29 13:18:44", "2021-06-29 08:18:44", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 13:18:44", "2021-06-29 08:18:44", "", "29189", "https://tempryary.unbegin.agency/?p=29205", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29206", "1", "2021-06-29 13:21:51", "2021-06-29 08:21:51", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>2-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 13:21:51", "2021-06-29 08:21:51", "", "29189", "https://tempryary.unbegin.agency/?p=29206", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29207", "1", "2021-06-29 13:22:26", "2021-06-29 08:22:26", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>2-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 13:22:26", "2021-06-29 08:22:26", "", "29189", "https://tempryary.unbegin.agency/?p=29207", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29208", "1", "2021-06-29 13:22:37", "2021-06-29 08:22:37", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>2-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_images_carousel images=\"29006,29011,29010,29009,29008,29007\" img_size=\"full\" slides_per_view=\"6\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 1 litr[/rt_heading][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][rt_heading style=\"style-1\" size=\"h4\" font_color_type=\"\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\"]Günaý ýagy - 5 litr[/rt_heading][vc_column_text]<strong>RAFINIRLENEN, DEZODORIRLENEN GÜNEBAKAR ÝAGY (IÝMITLILIK)</strong>\r\n100 gr önümiň oýmitlilik gymmaty: yaglar – 99,9gr, kuwatlylyk gymmaty: 899kkal\r\n<strong>TDS – 1129-93 Önüm sertifikatlaşdyrylan</strong>\r\nSaklanyş şertleri: gün şöhlesinde goramaly. Ýarymlylyk möhleti: 4 aý. Düzüminde GMO ýok.[/vc_column_text][/vc_column][vc_column width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29005\" img_size=\"full\"][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"0\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_padding_top=\"0\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 13:22:37", "2021-06-29 08:22:37", "", "29189", "https://tempryary.unbegin.agency/?p=29208", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29209", "1", "2021-06-29 13:23:38", "2021-06-29 08:23:38", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>2-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 13:23:38", "2021-06-29 08:23:38", "", "29189", "https://tempryary.unbegin.agency/?p=29209", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29210", "1", "2021-06-29 13:26:59", "2021-06-29 08:26:59", "", "map", "", "inherit", "open", "closed", "", "map", "", "", "2021-06-29 13:26:59", "2021-06-29 08:26:59", "", "29189", "http://tempryary.unbegin.agency/wp-content/uploads/2021/06/map.jpg", "0", "attachment", "image/jpeg", "0");
INSERT INTO `wp_679176_posts` VALUES("29211", "1", "2021-06-29 13:27:18", "2021-06-29 08:27:18", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>2-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29210\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://goo.gl/maps/QhikBTH2D1j8faVb6\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 13:27:18", "2021-06-29 08:27:18", "", "29189", "https://tempryary.unbegin.agency/?p=29211", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29212", "1", "2021-06-29 13:27:24", "2021-06-29 08:27:24", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: right;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: right;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>2-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29210\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://goo.gl/maps/QhikBTH2D1j8faVb6\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-autosave-v1", "", "", "2021-06-29 13:27:24", "2021-06-29 08:27:24", "", "29189", "https://tempryary.unbegin.agency/?p=29212", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29213", "1", "2021-06-29 13:28:02", "2021-06-29 08:28:02", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ AGRO[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">“Gündogar akymy” hojalyk jemgyýetine Kärhanamyzy ýerli çig mal bilen üpjün etmek maksady bilen Türkmenistanyň Prezidentiniň 2020-nji ýylyň mart aýynyň 10-daky çykaran karary esasynda Ahal welaýatynyň Sarahs etrabynyň çäginde günebakar çigidini ekip ýetişdirmek üçin 6000 ga ýer bölünip berildi. Ahal welaýatynyň Sarahs etrabynyň gidromoduluna laýyklykda 6000 ga ýer böleginde, ekin dolanşygyny göz öňünde tutup 900 ga günebakar çigidini, 850 ga soýa, 850 ga raps, 850 ga künji, 2550 ga bugdaý\r\nEkmeklik gözeginde tutulýär. Tel: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer bölegi - 1000.00 ga</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: left;\"><strong>2-nji ýer bölegi - 5031.90 ga</strong></p>\r\n<p style=\"text-align: left;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>2-nji ýer böleginiň Araçäk ýazgylary</strong>\r\n\r\n<strong>A-</strong>dan <strong>B</strong> çenli Sarahs etrabynyň ätiýaçlyk ýeri bilen\r\n<strong>B-</strong>dan <strong>A</strong> çenli \"Türkmenawtoýollary müdirliginiň\" ýeri bilen[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29210\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://goo.gl/maps/QhikBTH2D1j8faVb6\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29189-revision-v1", "", "", "2021-06-29 13:28:02", "2021-06-29 08:28:02", "", "29189", "https://tempryary.unbegin.agency/?p=29213", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29214", "1", "2021-06-29 13:37:43", "2021-06-29 08:37:43", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ АГРО[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">В соответствии с указом Президента Туркменистана от 10 марта 2020 года для обеспечения нашего предприятия местным сырьем Хозяйственное общество “Gündogar akymy” выделило 6000 га земли под выращивание семян подсолнечника в Сарахском этрапе Ахалского велаята. По данным гидромодуля Сарахского этрапа Ахалского велаята, под возделывание предполагается выращивать 900 га семян подсолнечника, 850 га сои, 850 га рапса, 850 га сорго и 2550 га пшеницы.\r\nПроизводство находится под наблюдением. Телефон: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-ая часть участка - 1000.00 га</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: left;\"><strong>2-ая часть участка - 5031.90 га</strong></p>\r\n<p style=\"text-align: left;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>Границы первого участка земли</strong>\r\n\r\nОт <strong>A </strong>до <strong>B</strong> \"Управление Türkmenawtoýollary\"\r\nОт<strong> B </strong>до <strong>A</strong> Участок Сарахского этрапа Ахалского велаята[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>Границы второго участка земли</strong>\r\n\r\nОт <strong>A </strong>до <strong>B</strong> Участок Сарахского этрапа Ахалского велаята\r\nОт<strong> B </strong>до <strong>A</strong> \"Управление Türkmenawtoýollary\"[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29210\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://goo.gl/maps/QhikBTH2D1j8faVb6\"][/vc_column][/vc_row]", "“Günaý” Агро", "", "publish", "open", "closed", "", "gunay-agro-ru", "", "", "2021-06-29 13:37:57", "2021-06-29 08:37:57", "", "0", "https://tempryary.unbegin.agency/?page_id=29214", "0", "page", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29215", "1", "2021-06-29 13:37:43", "2021-06-29 08:37:43", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ АГРО[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">В соответствии с указом Президента Туркменистана от 10 марта 2020 года для обеспечения нашего предприятия местным сырьем Хозяйственное общество “Gündogar akymy” выделило 6000 га земли под выращивание семян подсолнечника в Сарахском этрапе Ахалского велаята. По данным гидромодуля Сарахского этрапа Ахалского велаята, под возделывание предполагается выращивать 900 га семян подсолнечника, 850 га сои, 850 га рапса, 850 га сорго и 2550 га пшеницы.\r\nПроизводство находится под наблюдением. Телефон: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-ая часть участка - 1000.00 га</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: left;\"><strong>2-ая часть участка - 5031.90 га</strong></p>\r\n<p style=\"text-align: left;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>Границы первого участка земли</strong>\r\n\r\nОт <strong>A </strong>до <strong>B</strong> \"Управление Türkmenawtoýollary\"\r\nОт<strong> B </strong>до <strong>A</strong> Участок Сарахского этрапа Ахалского велаята[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>Границы второго участка земли</strong>\r\n\r\nОт <strong>A </strong>до <strong>B</strong> Участок Сарахского этрапа Ахалского велаята\r\nОт<strong> B </strong>до <strong>A</strong> \"Управление Türkmenawtoýollary\"[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29210\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://goo.gl/maps/QhikBTH2D1j8faVb6\"][/vc_column][/vc_row]", "“Günaý” Agro", "", "inherit", "closed", "closed", "", "29214-revision-v1", "", "", "2021-06-29 13:37:43", "2021-06-29 08:37:43", "", "29214", "https://tempryary.unbegin.agency/?p=29215", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29216", "1", "2021-06-29 13:37:57", "2021-06-29 08:37:57", "[vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_image=\"29190\" rt_bg_effect=\"parallax\" rt_bg_parallax_effect=\"4\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"center center\" rt_bg_video_format=\"self-hosted\" rt_padding_top=\"100\" rt_padding_bottom=\"140\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_empty_space][rt_heading style=\"style-4\" size=\"h1\" font_color_type=\"custom\" font=\"\" custom_font_size=\"\" link=\"\" link_open=\"_self\" punchline=\"\" font_color=\"#ffffff\"]GÜNAÝ АГРО[/rt_heading][vc_empty_space][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_column_placement=\"middle\" rt_row_borders=\"bottom\" rt_overlap=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: justify;\">В соответствии с указом Президента Туркменистана от 10 марта 2020 года для обеспечения нашего предприятия местным сырьем Хозяйственное общество “Gündogar akymy” выделило 6000 га земли под выращивание семян подсолнечника в Сарахском этрапе Ахалского велаята. По данным гидромодуля Сарахского этрапа Ахалского велаята, под возделывание предполагается выращивать 900 га семян подсолнечника, 850 га сои, 850 га рапса, 850 га сорго и 2550 га пшеницы.\r\nПроизводство находится под наблюдением. Телефон: <a href=\"tel:+99365918084\">+99365918084</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"bottom\" rt_grid=\"true\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column width=\"1/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29194\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\"][/vc_column][vc_column width=\"2/3\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>1-ая часть участка - 1000.00 га</strong>\r\n\r\n1-2. Go-Gd 33° 53 7500.00\r\n2-3. Go-Gd 56° 07 1333.33\r\n3-4. Dg-Gb 33° 53 7500.00\r\n4-1. Dg-Gd 56° 07 1333.33[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]\r\n<p style=\"text-align: left;\"><strong>2-ая часть участка - 5031.90 га</strong></p>\r\n<p style=\"text-align: left;\">1-2. Go-Gd 58° 54 3455.03\r\n2-3. Go-Gd 63° 56 2130.25\r\n3-4. Dg-Gb 55° 59 5459.17\r\n4-5. Go-Gd 19° 30 4686.06\r\n5-6. Go-Gb 55° 56 8811.47\r\n6-1. Dg-Gb 33° 54 6568.34</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner rt_row_style=\"global-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>Границы первого участка земли</strong>\r\n\r\nОт <strong>A </strong>до <strong>B</strong> \"Управление Türkmenawtoýollary\"\r\nОт<strong> B </strong>до <strong>A</strong> Участок Сарахского этрапа Ахалского велаята[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_column_text]<strong>Границы второго участка земли</strong>\r\n\r\nОт <strong>A </strong>до <strong>B</strong> Участок Сарахского этрапа Ахалского велаята\r\nОт<strong> B </strong>до <strong>A</strong> \"Управление Türkmenawtoýollary\"[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row rt_row_background_width=\"default\" rt_row_style=\"default-style\" rt_row_borders=\"\" rt_row_paddings=\"true\" rt_bg_effect=\"classic\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"cover\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\" rt_bg_video_format=\"self-hosted\"][vc_column rt_wrp_col_paddings=\"false\" rt_border_top=\"\" rt_border_bottom=\"\" rt_border_left=\"\" rt_border_right=\"\" rt_border_top_mobile=\"\" rt_border_bottom_mobile=\"\" rt_border_left_mobile=\"\" rt_border_right_mobile=\"\" rt_bg_image_repeat=\"repeat\" rt_bg_size=\"auto auto\" rt_bg_position=\"right top\" rt_bg_attachment=\"scroll\"][vc_single_image image=\"29210\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://goo.gl/maps/QhikBTH2D1j8faVb6\"][/vc_column][/vc_row]", "“Günaý” Агро", "", "inherit", "closed", "closed", "", "29214-revision-v1", "", "", "2021-06-29 13:37:57", "2021-06-29 08:37:57", "", "29214", "https://tempryary.unbegin.agency/?p=29216", "0", "revision", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29217", "1", "2021-06-29 13:39:10", "2021-06-29 08:39:00", "", "“Günaý” AGRO", "", "publish", "closed", "closed", "", "29217", "", "", "2021-06-29 13:39:10", "2021-06-29 08:39:10", "", "0", "https://tempryary.unbegin.agency/?p=29217", "6", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29218", "1", "2021-06-29 13:39:43", "2021-06-29 08:39:43", "", "АГРО “Günaý”", "", "publish", "closed", "closed", "", "%d0%b0%d0%b3%d1%80%d0%be-gunay", "", "", "2021-06-29 13:39:43", "2021-06-29 08:39:43", "", "0", "https://tempryary.unbegin.agency/?p=29218", "6", "nav_menu_item", "", "0");
INSERT INTO `wp_679176_posts` VALUES("29219", "2", "2021-06-30 09:12:03", "0000-00-00 00:00:00", "", "Auto Draft", "", "auto-draft", "open", "open", "", "", "", "", "2021-06-30 09:12:03", "0000-00-00 00:00:00", "", "0", "https://tempryary.unbegin.agency/?p=29219", "0", "post", "", "0");
/* INSERT TABLE DATA: wp_679176_revslider_css */
INSERT INTO `wp_679176_revslider_css` VALUES("1", ".tp-caption.medium_grey", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("2", ".tp-caption.small_text", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("3", ".tp-caption.medium_text", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("4", ".tp-caption.large_text", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("5", ".tp-caption.very_large_text", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("6", ".tp-caption.very_big_white", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("7", ".tp-caption.very_big_black", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}", "{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("8", ".tp-caption.modern_medium_fat", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}", "{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("9", ".tp-caption.modern_medium_fat_white", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("10", ".tp-caption.modern_medium_light", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}", "{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("11", ".tp-caption.modern_big_bluebg", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("12", ".tp-caption.modern_big_redbg", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("13", ".tp-caption.modern_small_text_dark", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}", "{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("14", ".tp-caption.boxshadow", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}", "[]");
INSERT INTO `wp_679176_revslider_css` VALUES("15", ".tp-caption.black", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"color\":\"#000\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("16", ".tp-caption.noshadow", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "[]");
INSERT INTO `wp_679176_revslider_css` VALUES("17", ".tp-caption.thinheadline_dark", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("18", ".tp-caption.thintext_dark", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("19", ".tp-caption.largeblackbg", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("20", ".tp-caption.largepinkbg", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("21", ".tp-caption.largewhitebg", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}", "{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("22", ".tp-caption.largegreenbg", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("23", ".tp-caption.excerpt", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}", "{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("24", ".tp-caption.large_bold_grey", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("25", ".tp-caption.medium_thin_grey", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("26", ".tp-caption.small_thin_grey", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("27", ".tp-caption.lightgrey_divider", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}", "{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("28", ".tp-caption.large_bold_darkblue", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("29", ".tp-caption.medium_bg_darkblue", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("30", ".tp-caption.medium_bold_red", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("31", ".tp-caption.medium_light_red", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("32", ".tp-caption.medium_bg_red", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("33", ".tp-caption.medium_bold_orange", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("34", ".tp-caption.medium_bg_orange", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("35", ".tp-caption.grassfloor", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}", "{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("36", ".tp-caption.large_bold_white", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("37", ".tp-caption.medium_light_white", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("38", ".tp-caption.mediumlarge_light_white", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("39", ".tp-caption.mediumlarge_light_white_center", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("40", ".tp-caption.medium_bg_asbestos", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("41", ".tp-caption.medium_light_black", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("42", ".tp-caption.large_bold_black", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("43", ".tp-caption.mediumlarge_light_darkblue", "", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("44", ".tp-caption.small_light_white", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("45", ".tp-caption.roundedimage", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("46", ".tp-caption.large_bg_black", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":[],\"hover\":\"\"}", "{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("47", ".tp-caption.mediumwhitebg", "{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}", "null", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("48", ".tp-caption.MarkerDisplay", "{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}", "{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("49", ".tp-caption.Restaurant-Display", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("50", ".tp-caption.Restaurant-Cursive", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("51", ".tp-caption.Restaurant-ScrollDownText", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("52", ".tp-caption.Restaurant-Description", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}", "{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("53", ".tp-caption.Restaurant-Price", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}", "{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("54", ".tp-caption.Restaurant-Menuitem", "{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("55", ".tp-caption.Furniture-LogoText", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("56", ".tp-caption.Furniture-Plus", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}", "{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}", "{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("57", ".tp-caption.Furniture-Title", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}", "{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("58", ".tp-caption.Furniture-Subtitle", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("59", ".tp-caption.Gym-Display", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("60", ".tp-caption.Gym-Subline", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("61", ".tp-caption.Gym-SmallText", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("62", ".tp-caption.Fashion-SmallText", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("63", ".tp-caption.Fashion-BigDisplay", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("64", ".tp-caption.Fashion-TextBlock", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("65", ".tp-caption.Sports-Display", "{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("66", ".tp-caption.Sports-DisplayFat", "{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":[\"\"],\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("67", ".tp-caption.Sports-Subline", "{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}", "{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("68", ".tp-caption.Instagram-Caption", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("69", ".tp-caption.News-Title", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("70", ".tp-caption.News-Subtitle", "{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("71", ".tp-caption.Photography-Display", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("72", ".tp-caption.Photography-Subline", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}", "{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("73", ".tp-caption.Photography-ImageHover", "{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("74", ".tp-caption.Photography-Menuitem", "{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("75", ".tp-caption.Photography-Textblock", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("76", ".tp-caption.Photography-Subline-2", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("77", ".tp-caption.Photography-ImageHover2", "{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("78", ".tp-caption.WebProduct-Title", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("79", ".tp-caption.WebProduct-SubTitle", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("80", ".tp-caption.WebProduct-Content", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("81", ".tp-caption.WebProduct-Menuitem", "{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("82", ".tp-caption.WebProduct-Title-Light", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("83", ".tp-caption.WebProduct-SubTitle-Light", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("84", ".tp-caption.WebProduct-Content-Light", "{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("85", ".tp-caption.FatRounded", "{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}", "{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}", "{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("86", ".tp-caption.NotGeneric-Title", "{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"[object Object]\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("87", ".tp-caption.NotGeneric-SubTitle", "{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("88", ".tp-caption.NotGeneric-CallToAction", "{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}", "{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("89", ".tp-caption.NotGeneric-Icon", "{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}", "{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("90", ".tp-caption.NotGeneric-Menuitem", "{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}", "{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("91", ".tp-caption.MarkerStyle", "{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("92", ".tp-caption.Gym-Menuitem", "{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("93", ".tp-caption.Newspaper-Button", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("94", ".tp-caption.Newspaper-Subtitle", "{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("95", ".tp-caption.Newspaper-Title", "{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("96", ".tp-caption.Newspaper-Title-Centered", "{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("97", ".tp-caption.Hero-Button", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}", "{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("98", ".tp-caption.Video-Title", "{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("99", ".tp-caption.Video-SubTitle", "{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("100", ".tp-caption.NotGeneric-Button", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}", "{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("101", ".tp-caption.NotGeneric-BigButton", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}", "{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("102", ".tp-caption.WebProduct-Button", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("103", ".tp-caption.Restaurant-Button", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("104", ".tp-caption.Gym-Button", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}", "{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("105", ".tp-caption.Gym-Button-Light", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("106", ".tp-caption.Sports-Button-Light", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("107", ".tp-caption.Sports-Button-Red", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}", "{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("108", ".tp-caption.Photography-Button", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}", "{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("109", ".tp-caption.Newspaper-Button-2", "{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}", "{\"idle\":\"\",\"hover\":\"\"}", "{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("110", ".tp-caption.rtwhitemedium", "", NULL, NULL, "{\"font-size\":\"22px\",\"line-height\":\"26px\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\",\"text-shadow\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("111", ".tp-caption.rtbigwhite", "", NULL, NULL, "{\"font-size\":\"56px\",\"line-height\":\"56px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0.3)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("112", ".tp-caption.rtmediumwhite", "", NULL, NULL, "{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0.3)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css` VALUES("113", ".tp-caption.rt-price", "", NULL, NULL, "{\"font-size\":\"45px\",\"line-height\":\"43px\",\"font-weight\":\"300\",\"font-family\":\"Palatino,\\\"Palatino LT STD\\\",\\\"Palatino Linotype\\\",\\\"Book Antiqua\\\",Georgia,serif\",\"color\":\"rgb(92, 92, 92)\",\"font-style\":\"italic\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
/* INSERT TABLE DATA: wp_679176_revslider_css_bkp */
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("1", ".tp-caption.medium_grey", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("2", ".tp-caption.small_text", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("3", ".tp-caption.medium_text", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("4", ".tp-caption.large_text", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("5", ".tp-caption.very_large_text", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("6", ".tp-caption.very_big_white", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("7", ".tp-caption.very_big_black", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("8", ".tp-caption.modern_medium_fat", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("9", ".tp-caption.modern_medium_fat_white", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("10", ".tp-caption.modern_medium_light", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("11", ".tp-caption.modern_big_bluebg", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("12", ".tp-caption.modern_big_redbg", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("13", ".tp-caption.modern_small_text_dark", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("14", ".tp-caption.boxshadow", NULL, NULL, NULL, "{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("15", ".tp-caption.black", NULL, NULL, NULL, "{\"color\":\"#000\",\"text-shadow\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("16", ".tp-caption.noshadow", NULL, NULL, NULL, "{\"text-shadow\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("17", ".tp-caption.thinheadline_dark", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("18", ".tp-caption.thintext_dark", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("19", ".tp-caption.largeblackbg", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("20", ".tp-caption.largepinkbg", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("21", ".tp-caption.largewhitebg", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("22", ".tp-caption.largegreenbg", NULL, NULL, NULL, "{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("23", ".tp-caption.excerpt", NULL, NULL, NULL, "{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("24", ".tp-caption.large_bold_grey", NULL, NULL, NULL, "{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("25", ".tp-caption.medium_thin_grey", NULL, NULL, NULL, "{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("26", ".tp-caption.small_thin_grey", NULL, NULL, NULL, "{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("27", ".tp-caption.lightgrey_divider", NULL, NULL, NULL, "{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("28", ".tp-caption.large_bold_darkblue", NULL, NULL, NULL, "{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("29", ".tp-caption.medium_bg_darkblue", NULL, NULL, NULL, "{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("30", ".tp-caption.medium_bold_red", NULL, NULL, NULL, "{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("31", ".tp-caption.medium_light_red", NULL, NULL, NULL, "{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("32", ".tp-caption.medium_bg_red", NULL, NULL, NULL, "{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("33", ".tp-caption.medium_bold_orange", NULL, NULL, NULL, "{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("34", ".tp-caption.medium_bg_orange", NULL, NULL, NULL, "{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("35", ".tp-caption.grassfloor", NULL, NULL, NULL, "{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("36", ".tp-caption.large_bold_white", NULL, NULL, NULL, "{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("37", ".tp-caption.medium_light_white", NULL, NULL, NULL, "{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("38", ".tp-caption.mediumlarge_light_white", NULL, NULL, NULL, "{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("39", ".tp-caption.mediumlarge_light_white_center", NULL, NULL, NULL, "{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("40", ".tp-caption.medium_bg_asbestos", NULL, NULL, NULL, "{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("41", ".tp-caption.medium_light_black", NULL, NULL, NULL, "{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("42", ".tp-caption.large_bold_black", NULL, NULL, NULL, "{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("43", ".tp-caption.mediumlarge_light_darkblue", NULL, NULL, NULL, "{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("44", ".tp-caption.small_light_white", NULL, NULL, NULL, "{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("45", ".tp-caption.roundedimage", NULL, NULL, NULL, "{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("46", ".tp-caption.large_bg_black", NULL, NULL, NULL, "{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}");
INSERT INTO `wp_679176_revslider_css_bkp` VALUES("47", ".tp-caption.mediumwhitebg", NULL, NULL, NULL, "{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}");
/* INSERT TABLE DATA: wp_679176_term_relationships */
INSERT INTO `wp_679176_term_relationships` VALUES("1", "29", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("1", "30", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("4", "28", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("4", "47", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("5", "28", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("5", "48", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("8", "28", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("8", "53", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("9", "28", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("9", "49", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("15", "29", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("15", "33", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("16", "29", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("16", "34", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("17", "29", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("17", "35", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("21", "29", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("21", "39", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("22", "29", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("22", "40", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("44", "30", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("44", "43", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("28860", "11", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("28861", "11", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("28966", "28", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("28966", "51", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("28983", "28", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("28983", "52", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29018", "28", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29018", "50", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29073", "42", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29073", "47", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29076", "42", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29076", "48", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29111", "42", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29111", "49", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29112", "42", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29112", "50", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29113", "42", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29113", "51", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29114", "42", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29114", "52", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29115", "42", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29115", "53", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29130", "55", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29131", "55", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29132", "55", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29133", "55", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29134", "55", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29135", "55", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29159", "10", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29160", "10", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29161", "10", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29162", "10", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29163", "10", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29164", "10", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29166", "28", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29166", "57", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29175", "42", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29175", "57", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29189", "42", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29189", "58", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29214", "28", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29214", "58", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29217", "10", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29218", "55", "0");
INSERT INTO `wp_679176_term_relationships` VALUES("29219", "28", "0");
/* INSERT TABLE DATA: wp_679176_term_taxonomy */
INSERT INTO `wp_679176_term_taxonomy` VALUES("1", "1", "category", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("2", "2", "project_category", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("3", "3", "project_category", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("4", "4", "project_category", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("10", "10", "nav_menu", "", "0", "7");
INSERT INTO `wp_679176_term_taxonomy` VALUES("11", "11", "nav_menu", "", "0", "2");
INSERT INTO `wp_679176_term_taxonomy` VALUES("12", "12", "nav_menu", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("15", "15", "product_categories", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("16", "16", "product_categories", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("17", "17", "product_categories", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("21", "21", "product_categories", "", "15", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("22", "22", "product_categories", "", "15", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("24", "24", "post_format", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("25", "25", "post_format", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("26", "26", "post_format", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("27", "27", "nav_menu", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("28", "28", "language", "a:3:{s:6:\"locale\";s:5:\"ru_RU\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"ru\";}", "0", "9");
INSERT INTO `wp_679176_term_taxonomy` VALUES("29", "29", "term_language", "", "0", "6");
INSERT INTO `wp_679176_term_taxonomy` VALUES("30", "30", "term_translations", "a:2:{s:2:\"ru\";i:1;s:2:\"tm\";i:44;}", "0", "2");
INSERT INTO `wp_679176_term_taxonomy` VALUES("33", "33", "term_translations", "a:1:{s:2:\"ru\";i:15;}", "0", "1");
INSERT INTO `wp_679176_term_taxonomy` VALUES("34", "34", "term_translations", "a:1:{s:2:\"ru\";i:16;}", "0", "1");
INSERT INTO `wp_679176_term_taxonomy` VALUES("35", "35", "term_translations", "a:1:{s:2:\"ru\";i:17;}", "0", "1");
INSERT INTO `wp_679176_term_taxonomy` VALUES("39", "39", "term_translations", "a:1:{s:2:\"ru\";i:21;}", "0", "1");
INSERT INTO `wp_679176_term_taxonomy` VALUES("40", "40", "term_translations", "a:1:{s:2:\"ru\";i:22;}", "0", "1");
INSERT INTO `wp_679176_term_taxonomy` VALUES("42", "42", "language", "a:3:{s:6:\"locale\";s:5:\"tm_TM\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"tm\";}", "0", "9");
INSERT INTO `wp_679176_term_taxonomy` VALUES("43", "43", "term_language", "", "0", "1");
INSERT INTO `wp_679176_term_taxonomy` VALUES("44", "44", "category", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("47", "47", "post_translations", "a:2:{s:2:\"tm\";i:29073;s:2:\"ru\";i:4;}", "0", "2");
INSERT INTO `wp_679176_term_taxonomy` VALUES("48", "48", "post_translations", "a:2:{s:2:\"tm\";i:29076;s:2:\"ru\";i:5;}", "0", "2");
INSERT INTO `wp_679176_term_taxonomy` VALUES("49", "49", "post_translations", "a:2:{s:2:\"tm\";i:29111;s:2:\"ru\";i:9;}", "0", "2");
INSERT INTO `wp_679176_term_taxonomy` VALUES("50", "50", "post_translations", "a:2:{s:2:\"tm\";i:29112;s:2:\"ru\";i:29018;}", "0", "2");
INSERT INTO `wp_679176_term_taxonomy` VALUES("51", "51", "post_translations", "a:2:{s:2:\"tm\";i:29113;s:2:\"ru\";i:28966;}", "0", "2");
INSERT INTO `wp_679176_term_taxonomy` VALUES("52", "52", "post_translations", "a:2:{s:2:\"tm\";i:29114;s:2:\"ru\";i:28983;}", "0", "2");
INSERT INTO `wp_679176_term_taxonomy` VALUES("53", "53", "post_translations", "a:2:{s:2:\"tm\";i:29115;s:2:\"ru\";i:8;}", "0", "2");
INSERT INTO `wp_679176_term_taxonomy` VALUES("55", "55", "nav_menu", "", "0", "7");
INSERT INTO `wp_679176_term_taxonomy` VALUES("56", "56", "nav_menu", "", "0", "0");
INSERT INTO `wp_679176_term_taxonomy` VALUES("57", "57", "post_translations", "a:2:{s:2:\"tm\";i:29175;s:2:\"ru\";i:29166;}", "0", "2");
INSERT INTO `wp_679176_term_taxonomy` VALUES("58", "58", "post_translations", "a:2:{s:2:\"ru\";i:29214;s:2:\"tm\";i:29189;}", "0", "2");
/* INSERT TABLE DATA: wp_679176_terms */
INSERT INTO `wp_679176_terms` VALUES("1", "Uncategorized", "uncategorized", "0");
INSERT INTO `wp_679176_terms` VALUES("2", "Brand Strategy", "brand-strategy", "0");
INSERT INTO `wp_679176_terms` VALUES("3", "Build a website", "build-a-website", "0");
INSERT INTO `wp_679176_terms` VALUES("4", "Create identity", "create-identity", "0");
INSERT INTO `wp_679176_terms` VALUES("10", "Esasy menýu", "esasy-menyu", "0");
INSERT INTO `wp_679176_terms` VALUES("11", "Footer Navigation", "footer-navigation", "0");
INSERT INTO `wp_679176_terms` VALUES("12", "Side Panel Navigation", "side-panel-navigation", "0");
INSERT INTO `wp_679176_terms` VALUES("15", "Category 1", "product-category-1", "0");
INSERT INTO `wp_679176_terms` VALUES("16", "Category 2", "product-category-2", "0");
INSERT INTO `wp_679176_terms` VALUES("17", "Category 3", "product-category-3", "0");
INSERT INTO `wp_679176_terms` VALUES("21", "Sub Category 1", "sub-product-category-1", "0");
INSERT INTO `wp_679176_terms` VALUES("22", "Sub Category 2", "sub-product-category-2", "0");
INSERT INTO `wp_679176_terms` VALUES("24", "Gallery", "post-format-gallery", "0");
INSERT INTO `wp_679176_terms` VALUES("25", "Video", "post-format-video", "0");
INSERT INTO `wp_679176_terms` VALUES("26", "Audio", "post-format-audio", "0");
INSERT INTO `wp_679176_terms` VALUES("27", "Second Main Navigation", "second-main-navigation", "0");
INSERT INTO `wp_679176_terms` VALUES("28", "Русский", "ru", "0");
INSERT INTO `wp_679176_terms` VALUES("29", "Русский", "pll_ru", "0");
INSERT INTO `wp_679176_terms` VALUES("30", "pll_60d3bbe475e20", "pll_60d3bbe475e20", "0");
INSERT INTO `wp_679176_terms` VALUES("33", "pll_60d3bc863e00d", "pll_60d3bc863e00d", "0");
INSERT INTO `wp_679176_terms` VALUES("34", "pll_60d3bc863e026", "pll_60d3bc863e026", "0");
INSERT INTO `wp_679176_terms` VALUES("35", "pll_60d3bc863e03e", "pll_60d3bc863e03e", "0");
INSERT INTO `wp_679176_terms` VALUES("39", "pll_60d3bc863e09a", "pll_60d3bc863e09a", "0");
INSERT INTO `wp_679176_terms` VALUES("40", "pll_60d3bc863e0b2", "pll_60d3bc863e0b2", "0");
INSERT INTO `wp_679176_terms` VALUES("42", "Turkmen", "tm", "0");
INSERT INTO `wp_679176_terms` VALUES("43", "Turkmen", "pll_tm", "0");
INSERT INTO `wp_679176_terms` VALUES("44", "Uncategorized", "uncategorized-tm", "0");
INSERT INTO `wp_679176_terms` VALUES("47", "pll_60d3bf23aeb62", "pll_60d3bf23aeb62", "0");
INSERT INTO `wp_679176_terms` VALUES("48", "pll_60d3bf6b35b0c", "pll_60d3bf6b35b0c", "0");
INSERT INTO `wp_679176_terms` VALUES("49", "pll_60d3c1db78d71", "pll_60d3c1db78d71", "0");
INSERT INTO `wp_679176_terms` VALUES("50", "pll_60d3c1e2cbc79", "pll_60d3c1e2cbc79", "0");
INSERT INTO `wp_679176_terms` VALUES("51", "pll_60d3c1ea17637", "pll_60d3c1ea17637", "0");
INSERT INTO `wp_679176_terms` VALUES("52", "pll_60d3c1efe6784", "pll_60d3c1efe6784", "0");
INSERT INTO `wp_679176_terms` VALUES("53", "pll_60d3c1f64e101", "pll_60d3c1f64e101", "0");
INSERT INTO `wp_679176_terms` VALUES("55", "Основное меню", "%d0%be%d1%81%d0%bd%d0%be%d0%b2%d0%bd%d0%be%d0%b5-%d0%bc%d0%b5%d0%bd%d1%8e", "0");
INSERT INTO `wp_679176_terms` VALUES("56", "Main Navigation", "main-navigation", "0");
INSERT INTO `wp_679176_terms` VALUES("57", "pll_60d61b5e74591", "pll_60d61b5e74591", "0");
INSERT INTO `wp_679176_terms` VALUES("58", "pll_60dadbe556860", "pll_60dadbe556860", "0");
/* INSERT TABLE DATA: wp_679176_usermeta */
INSERT INTO `wp_679176_usermeta` VALUES("1", "1", "nickname", "nazarud");
INSERT INTO `wp_679176_usermeta` VALUES("2", "1", "first_name", "");
INSERT INTO `wp_679176_usermeta` VALUES("3", "1", "last_name", "");
INSERT INTO `wp_679176_usermeta` VALUES("4", "1", "description", "");
INSERT INTO `wp_679176_usermeta` VALUES("5", "1", "rich_editing", "true");
INSERT INTO `wp_679176_usermeta` VALUES("6", "1", "syntax_highlighting", "true");
INSERT INTO `wp_679176_usermeta` VALUES("7", "1", "comment_shortcuts", "false");
INSERT INTO `wp_679176_usermeta` VALUES("8", "1", "admin_color", "fresh");
INSERT INTO `wp_679176_usermeta` VALUES("9", "1", "use_ssl", "0");
INSERT INTO `wp_679176_usermeta` VALUES("10", "1", "show_admin_bar_front", "true");
INSERT INTO `wp_679176_usermeta` VALUES("11", "1", "locale", "");
INSERT INTO `wp_679176_usermeta` VALUES("12", "1", "wp_679176_capabilities", "a:1:{s:13:\"administrator\";b:1;}");
INSERT INTO `wp_679176_usermeta` VALUES("13", "1", "wp_679176_user_level", "10");
INSERT INTO `wp_679176_usermeta` VALUES("14", "1", "dismissed_wp_pointers", "vc_pointers_backend_editor");
INSERT INTO `wp_679176_usermeta` VALUES("15", "1", "show_welcome_panel", "0");
INSERT INTO `wp_679176_usermeta` VALUES("16", "1", "session_tokens", "a:2:{s:64:\"17f303e5eac14151e602d0d9c3786dc3e39f12a8cd76ab9c538be234b34ca647\";a:4:{s:10:\"expiration\";i:1625048123;s:2:\"ip\";s:12:\"95.142.35.97\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\";s:5:\"login\";i:1624875323;}s:64:\"9d8a5a101a8ff1ad4064260ef30f29acc6dcdbaafc755a6a76ea090b83533ff7\";a:4:{s:10:\"expiration\";i:1625124637;s:2:\"ip\";s:15:\"217.174.234.222\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\";s:5:\"login\";i:1624951837;}}");
INSERT INTO `wp_679176_usermeta` VALUES("17", "1", "nav_menu_recently_edited", "55");
INSERT INTO `wp_679176_usermeta` VALUES("18", "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\";}");
INSERT INTO `wp_679176_usermeta` VALUES("19", "1", "metaboxhidden_nav-menus", "a:1:{i:0;s:12:\"add-post_tag\";}");
INSERT INTO `wp_679176_usermeta` VALUES("20", "1", "wp_679176_dashboard_quick_press_last_post_id", "29059");
INSERT INTO `wp_679176_usermeta` VALUES("21", "1", "community-events-location", "a:1:{s:2:\"ip\";s:13:\"217.174.234.0\";}");
INSERT INTO `wp_679176_usermeta` VALUES("22", "1", "edit_page_per_page", "50");
INSERT INTO `wp_679176_usermeta` VALUES("23", "1", "wp_679176_user-settings", "posts_list_mode=list&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=225px&edit_element_vcUIPanelTop=83px&editor=tinymce&libraryContent=browse");
INSERT INTO `wp_679176_usermeta` VALUES("24", "1", "wp_679176_user-settings-time", "1624520750");
INSERT INTO `wp_679176_usermeta` VALUES("25", "1", "pll_filter_content", "");
INSERT INTO `wp_679176_usermeta` VALUES("26", "2", "nickname", "Gunay");
INSERT INTO `wp_679176_usermeta` VALUES("27", "2", "first_name", "");
INSERT INTO `wp_679176_usermeta` VALUES("28", "2", "last_name", "");
INSERT INTO `wp_679176_usermeta` VALUES("29", "2", "description", "");
INSERT INTO `wp_679176_usermeta` VALUES("30", "2", "rich_editing", "true");
INSERT INTO `wp_679176_usermeta` VALUES("31", "2", "syntax_highlighting", "true");
INSERT INTO `wp_679176_usermeta` VALUES("32", "2", "comment_shortcuts", "false");
INSERT INTO `wp_679176_usermeta` VALUES("33", "2", "admin_color", "fresh");
INSERT INTO `wp_679176_usermeta` VALUES("34", "2", "use_ssl", "0");
INSERT INTO `wp_679176_usermeta` VALUES("35", "2", "show_admin_bar_front", "true");
INSERT INTO `wp_679176_usermeta` VALUES("36", "2", "locale", "");
INSERT INTO `wp_679176_usermeta` VALUES("37", "2", "wp_679176_capabilities", "a:1:{s:13:\"administrator\";b:1;}");
INSERT INTO `wp_679176_usermeta` VALUES("38", "2", "wp_679176_user_level", "10");
INSERT INTO `wp_679176_usermeta` VALUES("39", "2", "dismissed_wp_pointers", "");
INSERT INTO `wp_679176_usermeta` VALUES("40", "2", "session_tokens", "a:1:{s:64:\"b82b0bc187696fba60b7025244bfa548530d6a8ca7ebde484588e3d0c5f478c3\";a:4:{s:10:\"expiration\";i:1625462222;s:2:\"ip\";s:12:\"95.142.35.97\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";s:5:\"login\";i:1625289422;}}");
INSERT INTO `wp_679176_usermeta` VALUES("41", "2", "wp_679176_dashboard_quick_press_last_post_id", "29219");
INSERT INTO `wp_679176_usermeta` VALUES("42", "2", "community-events-location", "a:1:{s:2:\"ip\";s:11:\"95.142.35.0\";}");
INSERT INTO `wp_679176_usermeta` VALUES("43", "2", "tgmpa_dismissed_notice_tgmpa", "1");
/* INSERT TABLE DATA: wp_679176_users */
INSERT INTO `wp_679176_users` VALUES("1", "nazarud", "$P$BcCUz0eEmO0YaYhfmp7Vg8FUiEkssr.", "nazarud", "nazar.udeumuradov@yandex.ru", "https://tempryary.unbegin.agency", "2021-06-14 04:55:49", "", "0", "nazarud");
INSERT INTO `wp_679176_users` VALUES("2", "Gunay", "$P$BYTR7tiDNaFUbbpSCzmM1shBRzcav9.", "gunay", "maksat_g@mail.ru", "", "2021-06-29 08:43:10", "", "0", "Gunay");
SET FOREIGN_KEY_CHECKS = 1;
/* Duplicator WordPress Timestamp: 2021-07-03 05:25:07*/
/* DUPLICATOR_MYSQLDUMP_EOF */